Files
meta-riscv/recipes-kernel/linux/linux-mainline_5.17.bb
Alistair Francis 717c2ec609 linux-mainline: Bump to 5.17
Bump the linux-mainline to the 5.17 release. This means we are also
dropping the old SiFive U540 PCIe patches as they are no longer
maintained and the board is rarley used.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2022-03-23 22:31:26 -07:00

11 lines
262 B
BlitzBasic

require recipes-kernel/linux/linux-mainline-common.inc
LINUX_VERSION ?= "5.17.x"
KERNEL_VERSION_SANITY_SKIP="1"
BRANCH = "linux-5.17.y"
SRCREV = "${AUTOREV}"
SRC_URI = " \
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;branch=${BRANCH} \
"