]> code.ossystems Code Review - meta-freescale.git/commit
imx-base.inc: add imx-boot as a dependency for mx8m machines
authorAndrey Zhizhikin <andrey.z@gmail.com>
Sun, 13 Dec 2020 15:47:35 +0000 (15:47 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 13 Dec 2020 21:56:04 +0000 (18:56 -0300)
commit8ad64633b51dd62fa06804f52b58af96cf358720
tree22e35e268dee62a9ee1c2fa09c991cf2cc218411
parent17697145589e400953002e262322cc92e616078c
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>
conf/machine/include/imx-base.inc