mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-04 07:44:45 +02:00
This patch does the following: - Update the current linux-mainline_5.1 recipe to AUTOREV from the stable branch - Use the linux-mainline_5.1 by default for the HiFive Unleashed - Remove the older linux-riscv_5.0 recipe - Rename the common include to linux-mainline-common.inc Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
24 lines
624 B
PHP
24 lines
624 B
PHP
DESCRIPTION = "Mainline Linux Kernel"
|
|
SECTION = "kernel"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
inherit kernel
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION_EXTENSION = ""
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
DEPENDS_append = " libgcc"
|
|
|
|
KCONFIG_MODE="--alldefconfig"
|
|
|
|
KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS}"
|
|
KERNEL_LD_append = " -no-pie"
|
|
|
|
COMPATIBLE_MACHINE = "(qemuriscv32|qemuriscv64|freedom-u540)"
|
|
|
|
KERNEL_FEATURES_remove = "features/debug/printk.scc"
|
|
KERNEL_FEATURES_remove = "features/kernel-sample/kernel-sample.scc"
|