mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
13 lines
333 B
BlitzBasic
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} \
|
|
"
|