summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-12-12 13:43:23 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-12 13:43:23 -0300
commite2589ccb71988b5b9447ed54ee2ae432cc5b809d (patch)
tree6e3a48dfe09e433390b4dddacd75333ffe01cc03 /conf
parent720555512011bd000eae284b187108d11aad76ae (diff)
downloadmeta-freescale-e2589ccb71988b5b9447ed54ee2ae432cc5b809d.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 0 insertions, 1 deletions
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 ?= " \
366" 366"
367 367
368WKS_FILE_DEPENDS_append_mx8 = " imx-boot" 368WKS_FILE_DEPENDS_append_mx8 = " imx-boot"
369WKS_FILE_DEPENDS_append_use-mainline-bsp = " imx-boot"
370 369
371SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" 370SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in"
372SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in" 371SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in"