mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-09 02:04:41 +02:00
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>
11 lines
262 B
BlitzBasic
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} \
|
|
"
|