mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-16 12:14:20 +02:00
linux-mainline: Update to 6.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
12
recipes-kernel/linux/linux-mainline_6.2.bb
Normal file
12
recipes-kernel/linux/linux-mainline_6.2.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
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} \
|
||||
"
|
||||
Reference in New Issue
Block a user