summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-03-02 20:21:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-03-03 10:41:35 -0300
commitbfa2a3b98dde2a664615fe4a2527fd89b0c8dfbe (patch)
tree3609de3cd02c929e329f875cf42d433e3be6febb /conf/machine/include/imx-base.inc
parent286385e3b2b6d6b4c60faf14fd3170ec2279139e (diff)
downloadmeta-freescale-bfa2a3b98dde2a664615fe4a2527fd89b0c8dfbe.tar.gz
Ensure we fail if old SoC overrides are in usetopic/warn-old-overrides
To assist existing layers to convert to the new BSP-specific overrides. Besides failing the parsing of the recipes where it is in use, we provide a script to automate most of it. Fixes: #990. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index fff3c56d..ba43d76e 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -224,6 +224,8 @@ MACHINEOVERRIDES_EXTENDER_FILTER_OUT = " \
224 mx8dxl \ 224 mx8dxl \
225" 225"
226 226
227MACHINEOVERRIDES_FILTERED_OUT_QA_ERROR = "%s overrides cannot be used and need conversion to use the new BSP-specific overrides. Check 'meta-freescale/scripts/convert-bsp-specific-overrides'."
228
227# Sub-architecture support 229# Sub-architecture support
228MACHINE_SOCARCH_SUFFIX ?= "" 230MACHINE_SOCARCH_SUFFIX ?= ""
229MACHINE_SOCARCH_SUFFIX:mx6q-nxp-bsp = "-mx6qdl" 231MACHINE_SOCARCH_SUFFIX:mx6q-nxp-bsp = "-mx6qdl"