diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-03 11:07:56 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 11:07:56 -0300 |
commit | d14e5629aa598cb893b37ec4803236d8375e940b (patch) | |
tree | b707b46d997446d64b06a2c3c56546858e2e30d3 /conf | |
parent | 8a6c7a1a871a9a6f45f9f86e32c43e3fb5d79d17 (diff) | |
parent | bfa2a3b98dde2a664615fe4a2527fd89b0c8dfbe (diff) | |
download | meta-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.inc | 2 |
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 | ||
227 | MACHINEOVERRIDES_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 |
228 | MACHINE_SOCARCH_SUFFIX ?= "" | 230 | MACHINE_SOCARCH_SUFFIX ?= "" |
229 | MACHINE_SOCARCH_SUFFIX:mx6q-nxp-bsp = "-mx6qdl" | 231 | MACHINE_SOCARCH_SUFFIX:mx6q-nxp-bsp = "-mx6qdl" |