summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-23 10:16:14 -0300
committerGitHub <noreply@github.com>2022-02-23 10:16:14 -0300
commite1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (patch)
treed8b2e84e2e00f92a43fc9ca5e1d361b6091cc1cc /recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb
parenta021abc00aaddfffaffcddacd7334f704b73ca6c (diff)
parentb937d5b9e3ddf8025a72a0c0b6083e5482e9cf4d (diff)
downloadmeta-freescale-e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a.tar.gz
Merge pull request #980 from Freescale/topic/generalize-soc-overrides
Generalize overrides subsystem for NXP and Mainline support
Diffstat (limited to 'recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb')
-rw-r--r--recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb b/recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb
index 6ea16d5b..18ce14d3 100644
--- a/recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb
+++ b/recipes-bsp/firmware-imx/firmware-imx-8_8.14.bb
@@ -18,6 +18,6 @@ addtask deploy after do_install before do_build
18 18
19PACKAGE_ARCH = "${MACHINE_SOCARCH}" 19PACKAGE_ARCH = "${MACHINE_SOCARCH}"
20 20
21COMPATIBLE_MACHINE = "(mx8)" 21COMPATIBLE_MACHINE = "(mx8-nxp-bsp)"
22COMPATIBLE_MACHINE:mx8m = "(^$)" 22COMPATIBLE_MACHINE:mx8m-nxp-bsp = "(^$)"
23COMPATIBLE_MACHINE:mx8x = "(^$)" 23COMPATIBLE_MACHINE:mx8x-nxp-bsp = "(^$)"