diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-02 20:21:54 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-03 10:41:35 -0300 |
commit | bfa2a3b98dde2a664615fe4a2527fd89b0c8dfbe (patch) | |
tree | 3609de3cd02c929e329f875cf42d433e3be6febb /conf/machine/include | |
parent | 286385e3b2b6d6b4c60faf14fd3170ec2279139e (diff) | |
download | meta-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')
-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" |