diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-13 21:00:23 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-13 21:00:23 -0300 |
commit | abcdaeb8b49847fe98a7d04fea524ea089c83ff2 (patch) | |
tree | b6c0ff4ab528d661b782349cf348e02c286419e6 | |
parent | 069482f24b3e07c8118f4cf9af7564220ac5e82b (diff) | |
download | meta-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
-rw-r--r-- | conf/machine/include/imx-base.inc | 3 |
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 ?= " \ | |||
369 | WKS_FILE_DEPENDS_append_mx8 = " imx-boot" | 369 | WKS_FILE_DEPENDS_append_mx8 = " imx-boot" |
370 | WKS_FILE_DEPENDS_append_mx8m = " imx-boot" | 370 | WKS_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. | ||
373 | WKS_FILE_DEPENDS_append_use-mainline-bsp_aarch64 = " imx-boot" | ||
374 | |||
372 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" | 375 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" |
373 | SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in" | 376 | SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in" |
374 | 377 | ||