meta-rockchip/recipes-kernel/linux/linux-torvalds-next_git.bb
Trevor Woerner d4ef1c2e43 linux-torvalds-next: bump to next-20240904
Bump kernel to tag "next-20240904".

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2024-09-06 09:24:37 -04:00

26 lines
792 B
BlitzBasic

FILESEXTRAPATHS:prepend := "${THISDIR}/linux-yocto-dev:"
DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
ERROR_QA:remove = "buildpaths"
DEFAULT_PREFERENCE = "-1"
COMPATIBLE_MACHINE = "^$"
COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3"
LINUX_VERSION = "6.11-rc6"
KERNEL_VERSION_SANITY_SKIP = "1"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = " \
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;nobranch=1 \
file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta \
"
# this is tag 'next-20240904'
SRCREV = "fdadd93817f124fd0ea6ef251d4a1068b7feceba"
inherit kernel
inherit kernel-yocto
require recipes-kernel/linux/linux-yocto.inc