diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-12-13 15:47:35 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-13 18:56:04 -0300 |
commit | 8ad64633b51dd62fa06804f52b58af96cf358720 (patch) | |
tree | 22e35e268dee62a9ee1c2fa09c991cf2cc218411 /conf | |
parent | 17697145589e400953002e262322cc92e616078c (diff) | |
download | meta-freescale-8ad64633b51dd62fa06804f52b58af96cf358720.tar.gz |
imx-base.inc: add imx-boot as a dependency for mx8m machines
imx-boot is required to be provided as a dependency for mx8m machines in
order to provide a boot container, which WIC is expecting to include
into the final image.
Since the only dependency for WIC present in the layer now is targeting
mx8 machine and MACHINEOVERRIDES_EXTENDER_FILTER_OUT removes it when
use-mainline-bsp is set - it leaves no 'imx-boot' container in the path
of creating WIC file, and build for mx8m machines fails.
Append WKS_FILE_DEPENDS to include imx-boot for mx8m, as it is required
to be present regardless of the BSP flavor chosen.
Fixes: e2589ccb ("imx-base.inc: Avoid adding 'imx-boot' as dependency for all SoCs")
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/imx-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 9ec67443..57890da6 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -366,6 +366,7 @@ WKS_FILE_DEPENDS ?= " \ | |||
366 | " | 366 | " |
367 | 367 | ||
368 | WKS_FILE_DEPENDS_append_mx8 = " imx-boot" | 368 | WKS_FILE_DEPENDS_append_mx8 = " imx-boot" |
369 | WKS_FILE_DEPENDS_append_mx8m = " imx-boot" | ||
369 | 370 | ||
370 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" | 371 | SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks.in" |
371 | SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in" | 372 | SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in" |