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:
parent
b80a7ced0e
commit
d3ba672d51
|
|
@ -44,6 +44,7 @@ MACHINE_EXTRA_RDEPENDS += " \
|
|||
|
||||
# Image FS types
|
||||
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
|
||||
BOOTDEVICE_LABELS ?= "nand-4-256"
|
||||
|
|
|
|||
Loading…
Reference in New Issue