mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-04 07:44:45 +02:00
In preperation for the 4.20 kernel release (and to help test) add the 4.20 kernel but don't set it as the default yet. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
12 lines
302 B
BlitzBasic
12 lines
302 B
BlitzBasic
require recipes-kernel/linux/linux-riscv-common.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
LINUX_VERSION ?= "4.20-rc5"
|
|
|
|
BRANCH = "for-next"
|
|
SRCREV = "7ac3574ad42ff7b58f29a89390c0d2e6ac55e7bb"
|
|
|
|
# Remove this after official 4.20 release
|
|
DEFAULT_PREFERENCE = "-1"
|