ccimx93-dvk: add missing bootable artifact name

Otherwise the file is not included in the installer ZIP.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-01-31 17:52:41 +01:00
parent ab4ab168aa
commit 21ab3b1a8b
1 changed files with 3 additions and 0 deletions

View File

@ -32,3 +32,6 @@ WKS_FILE_DEPENDS:append = " imx-m33-demos"
IMAGE_FSTYPES ?= '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", \
"boot.vfat recovery.vfat squashfs tar.bz2", \
"boot.vfat recovery.vfat ext4.gz tar.bz2 sdcard.gz", d)}'
# Boot artifacts to be copied from the deploy dir to the installer ZIP
BOOTABLE_ARTIFACTS = "imx-boot-ccimx93-dvk.bin"