summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-02-20 16:07:19 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-02-28 14:14:19 +0100
commit71f353356afdbed5bd1f7ae6abd1297206c58e6e (patch)
tree2929dc3436dfe1ae3d02fb5cf40371e41c09539f /recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb
parent43bd049d3dd0139df15efb7f0a5958f96d6eca89 (diff)
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 <max.krummenacher@toradex.com>layer: rework recipes to use soc familiy overrides
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb6
1 files changed, 3 insertions, 3 deletions
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 = "-@"