From feab76d675efd23fc8eefe083105801a26d936f8 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 8 Nov 2022 16:14:00 +0100 Subject: [PATCH] dey-image-installer: fix ZIP installer generation for ccmp1 platforms The ccmp1 build generates ubifs images for the NAND on the device and vfat and ext4 images for the SD card. This commit reuses the already implemented mechanism to match only ubifs images for the ccmp1 platforms. Signed-off-by: Arturo Buzarra --- meta-digi-dey/classes/dey-image-installer.bbclass | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-digi-dey/classes/dey-image-installer.bbclass b/meta-digi-dey/classes/dey-image-installer.bbclass index dc9770d7e..4e6332613 100644 --- a/meta-digi-dey/classes/dey-image-installer.bbclass +++ b/meta-digi-dey/classes/dey-image-installer.bbclass @@ -1,7 +1,7 @@ # # Generate DEY installer ZIP package # -# Copyright 2017, Digi International Inc. +# Copyright 2017-2022, Digi International Inc. # inherit boot-artifacts @@ -19,6 +19,12 @@ FSTYPES_WHITELIST = " \ ubifs \ " +FSTYPES_WHITELIST:ccmp1 = " \ + boot.ubifs \ + recovery.ubifs \ + ubifs \ +" + generate_installer_zip () { # Get list of files to pack INSTALLER_FILELIST="${DEPLOY_DIR_IMAGE}/install_linux_fw_sd.scr \