From e2589ccb71988b5b9447ed54ee2ae432cc5b809d Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 12 Dec 2020 13:43:23 -0300 Subject: [PATCH] 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 --- conf/machine/include/imx-base.inc | 1 - 1 file changed, 1 deletion(-) 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" -- 2.40.1