From: Otavio Salvador Date: Sat, 12 Dec 2020 16:43:23 +0000 (-0300) Subject: imx-base.inc: Avoid adding 'imx-boot' as dependency for all SoCs X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e2589ccb71988b5b9447ed54ee2ae432cc5b809d;p=meta-freescale.git imx-base.inc: Avoid adding 'imx-boot' as dependency for all SoCs The use-mainline-bsp cannot be used to add the 'imx-boot' on the dependency chain as it breaks the other SoCs. The fix for this is still to be decided but for now restore the old behavior. Fixes: b93dcbeb (conf: machine: imx8m[m,p]: add support for fslc bsp) Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 4dae43d0..9ec67443 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -366,7 +366,6 @@ WKS_FILE_DEPENDS ?= " \ " WKS_FILE_DEPENDS_append_mx8 = " imx-boot" -WKS_FILE_DEPENDS_append_use-mainline-bsp = " imx-boot" SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in"