From bfa2a3b98dde2a664615fe4a2527fd89b0c8dfbe Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 2 Mar 2022 20:21:54 -0300 Subject: Ensure we fail if old SoC overrides are in use 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 --- conf/machine/include/imx-base.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index fff3c56de..ba43d76ee 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -224,6 +224,8 @@ MACHINEOVERRIDES_EXTENDER_FILTER_OUT = " \ mx8dxl \ " +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'." + # Sub-architecture support MACHINE_SOCARCH_SUFFIX ?= "" MACHINE_SOCARCH_SUFFIX:mx6q-nxp-bsp = "-mx6qdl" -- cgit v1.2.3-54-g00ecf