recipes: Convert to newer override syntax

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-08-04 15:31:09 -07:00
parent ad95ffb93a
commit 2392e1f99d
8 changed files with 14 additions and 14 deletions

View File

@@ -14,11 +14,11 @@ KCONFIG_MODE="--alldefconfig"
KBUILD_DEFCONFIG:qemuriscv32 = "rv32_defconfig"
KBUILD_DEFCONFIG:qemuriscv64 = "defconfig"
KBUILD_DEFCONFIG_freedom-u540 = "defconfig"
KBUILD_DEFCONFIG:freedom-u540 = "defconfig"
COMPATIBLE_MACHINE = "(qemuriscv32|qemuriscv64|freedom-u540)"
KERNEL_DEVICETREE_freedom-u540 = "sifive/${RISCV_SBI_FDT}"
KERNEL_DEVICETREE:freedom-u540 = "sifive/${RISCV_SBI_FDT}"
KERNEL_FEATURES:remove = "features/debug/printk.scc"
KERNEL_FEATURES:remove = "features/kernel-sample/kernel-sample.scc"

View File

@@ -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 \

View File

@@ -17,6 +17,6 @@ SRC_URI = "git://github.com/${FORK}/linux.git;protocol=git;branch=${BRANCH} \
LINUX_VERSION ?= "5.14.0"
LINUX_VERSION_EXTENSION:append = "-starlight"
KBUILD_DEFCONFIG_beaglev-starlight-jh7100 = "beaglev_defconfig"
KBUILD_DEFCONFIG:beaglev-starlight-jh7100 = "beaglev_defconfig"
COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"

View File

@@ -19,6 +19,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
PV = "${LINUX_VERSION}+git${SRCPV}"
KCONFIG_MODE = "--alldefconfig"
KBUILD_DEFCONFIG_beaglev-starlight-jh7100 = "starlight_defconfig"
KBUILD_DEFCONFIG:beaglev-starlight-jh7100 = "starlight_defconfig"
COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"