YoeDistro/yoe-distro

imx8mn-var-som build failes with imx-boot dependency

cbrake opened this issue · 1 comments

cbrake commented

We routinely get the following on fresh builds:

No such file or directory: '/scratch/yoe/yoe-distro/build/tmp/deploy/images/imx8mn-var-som/imx-boot'

Task (/scratch/yoe/yoe-distro/sources/meta-yoe/recipes-core/images/yoe-kiosk-image.bb:do_image_wic) failed

The variscite machines all define:

IMAGE_BOOTLOADER = "imx-boot"

But I don't see that being used anywhere.

It seems the do_image_wic needs to DEPEND on imx-boot.

cbrake commented

fixed in #818