]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Avoid adding 'imx-boot' as dependency for all SoCs
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 12 Dec 2020 16:43:23 +0000 (13:43 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 12 Dec 2020 16:43:23 +0000 (13:43 -0300)
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>
conf/machine/include/imx-base.inc

index 4dae43d0291fde90a3d1946a35af8abd7b133641..9ec67443cfadb3420d8987436af3e68a623082ab 100644 (file)
@@ -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"