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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
