Files
meta-riscv/recipes-kernel/linux/linux-mainline_6.2.bb
Khem Raj e7f2082f9d linux-mainline: Update to 6.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-05 14:47:40 -08:00

13 lines
333 B
BlitzBasic

require recipes-kernel/linux/linux-mainline-common.inc
LINUX_VERSION ?= "6.2+"
KERNEL_VERSION_SANITY_SKIP="1"
PV = "${LINUX_VERSION}+git${SRCPV}"
BRANCH = "linux-6.2.y"
SRCREV = "${AUTOREV}"
SRCPV = "${@bb.fetch2.get_srcrev(d)}"
SRC_URI = " \
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;branch=${BRANCH} \
"