From 0bda81c66638238f7c57413565b498ffe98f350b Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 17 Jan 2025 12:29:12 +0100 Subject: [PATCH] ccmp2: remove unused build artifacts .ext4 files are identical to .ext4.gz, but uncompressed. .tar.xz files are the exact same as .tar.bz2, but compressed with a different format. Remove these artifacts to reduce storage overhead and to match the rest of our platforms. Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/machine/include/ccmp2.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/include/ccmp2.inc b/meta-digi-arm/conf/machine/include/ccmp2.inc index b55167b91..cf78bb88d 100644 --- a/meta-digi-arm/conf/machine/include/ccmp2.inc +++ b/meta-digi-arm/conf/machine/include/ccmp2.inc @@ -68,6 +68,9 @@ MACHINE_EXTRA_RDEPENDS += " \ xbee-init \ " +# Image FS types +IMAGE_FSTYPES:remove = "ext4 tar.xz" + # ========================================================================= # Signing configuration # =========================================================================