From 6ea5ec96855a2b6c071dad7f24d15dbd3535d2a3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 14 Aug 2021 13:08:24 +0200 Subject: layer: convert to new override syntax This is the result of automated script (0.9.3) conversion: +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] ../openembedded-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher --- recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb') diff --git a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb index 800a5e6..58ae3f9 100644 --- a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb @@ -1,8 +1,8 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-${PV}:" require recipes-kernel/linux/linux-imx.inc SUMMARY = "Linux kernel for Toradex Freescale i.MX based modules" -SUMMARY_preempt-rt = "Real-Time Linux kernel for Toradex Freescale i.MX based modules" +SUMMARY:preempt-rt = "Real-Time Linux kernel for Toradex Freescale i.MX based modules" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" @@ -28,12 +28,12 @@ SRCREV_machine_use-head-next = "${AUTOREV}" DEPENDS += "lzop-native bc-native" COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" -KBUILD_DEFCONFIG_apalis-imx6 ?= "apalis_imx6_defconfig" -KBUILD_DEFCONFIG_colibri-imx6 ?= "colibri_imx6_defconfig" -KBUILD_DEFCONFIG_colibri-imx6ull ?= "colibri-imx6ull_defconfig" -KBUILD_DEFCONFIG_colibri-imx6ull-emmc ?= "colibri-imx6ull_defconfig" -KBUILD_DEFCONFIG_mx7 ?= "colibri_imx7_defconfig" -KBUILD_DEFCONFIG_mx8 ?= "toradex_defconfig" +KBUILD_DEFCONFIG:apalis-imx6 ?= "apalis:imx6_defconfig" +KBUILD_DEFCONFIG:colibri-imx6 ?= "colibri:imx6_defconfig" +KBUILD_DEFCONFIG:colibri-imx6ull ?= "colibri-imx6ull_defconfig" +KBUILD_DEFCONFIG:colibri-imx6ull-emmc ?= "colibri-imx6ull_defconfig" +KBUILD_DEFCONFIG:mx7 ?= "colibri:imx7_defconfig" +KBUILD_DEFCONFIG:mx8 ?= "toradex_defconfig" export DTC_FLAGS = "-@" @@ -44,8 +44,8 @@ export DTC_FLAGS = "-@" # patches get moved into the 'older' directory when superseeded, so provide # both possible storage locations. -MIRRORS_append_preempt-rt = "${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/" -SRC_URI_append_preempt-rt = " \ +MIRRORS:append:preempt-rt = "${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/" +SRC_URI:append:preempt-rt = " \ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.129-rt61.patch.xz;name=rt-patch \ file://preempt-rt.scc \ file://preempt-rt-less-latency.scc \ -- cgit v1.2.3