ccmp1: build ext4.gz and boot.vfat images when sdcard boot is enabled

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://onedigi.atlassian.net/browse/DEL-8650
This commit is contained in:
Hector Palacios 2023-09-07 09:33:05 +02:00
parent b80a7ced0e
commit d3ba672d51
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ MACHINE_EXTRA_RDEPENDS += " \
# Image FS types # Image FS types
IMAGE_FSTYPES:remove = "ext4 tar.xz" IMAGE_FSTYPES:remove = "ext4 tar.xz"
IMAGE_FSTYPES:append = " ${@bb.utils.contains('BOOTDEVICE_LABELS', 'sdcard', 'boot.vfat ext4.gz', '', d)}"
# List of supported boot devices # List of supported boot devices
BOOTDEVICE_LABELS ?= "nand-4-256" BOOTDEVICE_LABELS ?= "nand-4-256"