[meta-freescale] [distro][PATCH] fsl-base.inc: Remove UBOOT_MACHINE for mx6

Mihai Lindner mihai.lindner at nxp.com
Fri Jun 29 10:36:34 PDT 2018


Cannot be used at the same time with UBOOT_CONFIG, which is already
defined in most of our machine files. The uboot recipes are skipped
because of these conflicting options and errors out the build.

Signed-off-by: Mihai Lindner <mihai.lindner at nxp.com>
---
 conf/distro/include/fsl-base.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/distro/include/fsl-base.inc b/conf/distro/include/fsl-base.inc
index 7e1ce3e..32c598d 100644
--- a/conf/distro/include/fsl-base.inc
+++ b/conf/distro/include/fsl-base.inc
@@ -21,7 +21,6 @@ PREFERRED_PROVIDER_u-boot_mx6ull = "u-boot-imx"
 PREFERRED_PROVIDER_u-boot_mx7d = "u-boot-imx"
 PREFERRED_PROVIDER_u-boot_mx7ulp = "u-boot-imx"
 
-UBOOT_MACHINE_mx6 = "mx6qsabresd_config"
 UBOOT_SUFFIX_mx6 = "imx"
 SPL_BINARY_mx6 = ""
 UBOOT_MAKE_TARGET_mx6 = "u-boot.imx"
-- 
2.7.4



More information about the meta-freescale mailing list