From d3ba672d510e07567b26b466670a56ab085a4084 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 7 Sep 2023 09:33:05 +0200 Subject: [PATCH] ccmp1: build ext4.gz and boot.vfat images when sdcard boot is enabled Signed-off-by: Hector Palacios https://onedigi.atlassian.net/browse/DEL-8650 --- meta-digi-arm/conf/machine/include/ccmp1.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/conf/machine/include/ccmp1.inc b/meta-digi-arm/conf/machine/include/ccmp1.inc index 272f1df3f..100eedfc8 100644 --- a/meta-digi-arm/conf/machine/include/ccmp1.inc +++ b/meta-digi-arm/conf/machine/include/ccmp1.inc @@ -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"