mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-16 20:22:38 +02:00
meta-riscv: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -12,13 +12,13 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
KCONFIG_MODE="--alldefconfig"
|
||||
|
||||
KBUILD_DEFCONFIG_qemuriscv32 = "rv32_defconfig"
|
||||
KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
|
||||
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"
|
||||
KERNEL_FEATURES:remove = "features/debug/printk.scc"
|
||||
KERNEL_FEATURES:remove = "features/kernel-sample/kernel-sample.scc"
|
||||
|
||||
@@ -9,7 +9,7 @@ SRC_URI = " \
|
||||
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;branch=${BRANCH} \
|
||||
"
|
||||
|
||||
SRC_URI_append_freedom-u540 = " \
|
||||
SRC_URI:append_freedom-u540 = " \
|
||||
file://extra.cfg \
|
||||
file://0001-PCI-microsemi-Add-host-driver-for-Microsemi-PCIe-con.patch \
|
||||
file://0002-Microsemi-PCIe-expansion-board-DT-entry.patch \
|
||||
|
||||
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/${FORK}/linux.git;protocol=git;branch=${BRANCH} \
|
||||
"
|
||||
|
||||
LINUX_VERSION ?= "5.14.0"
|
||||
LINUX_VERSION_EXTENSION_append = "-starlight"
|
||||
LINUX_VERSION_EXTENSION:append = "-starlight"
|
||||
|
||||
KBUILD_DEFCONFIG_beaglev-starlight-jh7100 = "beaglev_defconfig"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/esmil/linux.git;protocol=git;branch=starlight-5.12.y
|
||||
"
|
||||
|
||||
LINUX_VERSION ?= "5.12.10"
|
||||
LINUX_VERSION_EXTENSION_append = "-starfive"
|
||||
LINUX_VERSION_EXTENSION:append = "-starfive"
|
||||
|
||||
SRCREV = "52317e6702508987fc67914c9d4270b8777f2a9b"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user