Files
meta-riscv/recipes-kernel/linux/linux-mainline_5.17.bb
Alistair Francis 3ab3c4024d recipes-kernel: linux: Set SRCPV and PV
Set SRCPV and PV, this avoids errors when using devtool with the
linux-mainline.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2022-03-30 09:36:41 -07:00

13 lines
335 B
BlitzBasic

require recipes-kernel/linux/linux-mainline-common.inc
LINUX_VERSION ?= "5.17+"
KERNEL_VERSION_SANITY_SKIP="1"
PV = "${LINUX_VERSION}+git${SRCPV}"
BRANCH = "linux-5.17.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} \
"