From 71f353356afdbed5bd1f7ae6abd1297206c58e6e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 20 Feb 2022 16:07:19 +0100 Subject: layer: rework recipes to use soc familiy overrides Follow meta-freescale commit 30f5ce1d ("Generalize overrides subsystem for NXP and Mainline support"). Signed-off-by: Max Krummenacher layer: rework recipes to use soc familiy overrides --- recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 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 b803c9d..07738ac 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 @@ -26,14 +26,14 @@ SRCREV_machine = "e395d949e46b9b80358668b42b07b85738e5758d" SRCREV_machine:use-head-next = "${AUTOREV}" DEPENDS += "lzop-native bc-native" -COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" +COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp)" 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:mx7-nxp-bsp ?= "colibri_imx7_defconfig" +KBUILD_DEFCONFIG:mx8-nxp-bsp ?= "toradex_defconfig" export DTC_FLAGS = "-@" -- cgit v1.2.3