summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-03-03 11:07:56 -0300
committerGitHub <noreply@github.com>2022-03-03 11:07:56 -0300
commitd14e5629aa598cb893b37ec4803236d8375e940b (patch)
treeb707b46d997446d64b06a2c3c56546858e2e30d3 /conf
parent8a6c7a1a871a9a6f45f9f86e32c43e3fb5d79d17 (diff)
parentbfa2a3b98dde2a664615fe4a2527fd89b0c8dfbe (diff)
downloadmeta-freescale-d14e5629aa598cb893b37ec4803236d8375e940b.tar.gz
Merge pull request #994 from Freescale/topic/warn-old-overrides
Ensure we fail if old SoC overrides are in use
Diffstat (limited to 'conf')
-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"