]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Add imx-boot to the WKS_FILE_DEPENDS for aarch64
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 14 Dec 2020 00:00:23 +0000 (21:00 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 14 Dec 2020 00:00:23 +0000 (21:00 -0300)
For now, the best alternative we have is to add the imx-boot to the
depends list based on the architecture. We bind it to use-mainline-bsp
so we avoid changing QoriQ machines.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Change-Id: I836015607b72dd6afbbb098925a789d4720460bd

conf/machine/include/imx-base.inc

index 1db46ba5e9e86dd8151d66ef13ed1182b3b5ddf0..a1a6a8d6b9db4cf37220ff5ebdb64c0e3305b268 100644 (file)
@@ -369,6 +369,9 @@ WKS_FILE_DEPENDS ?= " \
 WKS_FILE_DEPENDS_append_mx8 = " imx-boot"
 WKS_FILE_DEPENDS_append_mx8m = " imx-boot"
 
+# We need to restrict the append so we don't add this for other i.MX SoC's.
+WKS_FILE_DEPENDS_append_use-mainline-bsp_aarch64 = " imx-boot"
+
 SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in"
 SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in"