summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-12-13 21:00:23 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-13 21:00:23 -0300
commitabcdaeb8b49847fe98a7d04fea524ea089c83ff2 (patch)
treeb6c0ff4ab528d661b782349cf348e02c286419e6 /conf/machine
parent069482f24b3e07c8118f4cf9af7564220ac5e82b (diff)
downloadmeta-freescale-abcdaeb8b49847fe98a7d04fea524ea089c83ff2.tar.gz
imx-base.inc: Add imx-boot to the WKS_FILE_DEPENDS for aarch64
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
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/imx-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 1db46ba5..a1a6a8d6 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -369,6 +369,9 @@ WKS_FILE_DEPENDS ?= " \
369WKS_FILE_DEPENDS_append_mx8 = " imx-boot" 369WKS_FILE_DEPENDS_append_mx8 = " imx-boot"
370WKS_FILE_DEPENDS_append_mx8m = " imx-boot" 370WKS_FILE_DEPENDS_append_mx8m = " imx-boot"
371 371
372# We need to restrict the append so we don't add this for other i.MX SoC's.
373WKS_FILE_DEPENDS_append_use-mainline-bsp_aarch64 = " imx-boot"
374
372SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" 375SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in"
373SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in" 376SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in"
374 377