mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-04 07:44:45 +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>
25 lines
700 B
PHP
25 lines
700 B
PHP
DESCRIPTION = "Mainline Linux Kernel"
|
|
SECTION = "kernel"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|
|
|
inherit kernel
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION_EXTENSION = ""
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
KCONFIG_MODE="--alldefconfig"
|
|
|
|
KBUILD_DEFCONFIG:qemuriscv32 = "rv32_defconfig"
|
|
KBUILD_DEFCONFIG:qemuriscv64 = "defconfig"
|
|
KBUILD_DEFCONFIG:freedom-u540 = "defconfig"
|
|
|
|
COMPATIBLE_MACHINE = "(qemuriscv32|qemuriscv64|freedom-u540)"
|
|
|
|
KERNEL_DEVICETREE:freedom-u540 = "sifive/${RISCV_SBI_FDT}"
|
|
|
|
KERNEL_FEATURES:remove = "features/debug/printk.scc"
|
|
KERNEL_FEATURES:remove = "features/kernel-sample/kernel-sample.scc"
|