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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2025-01-17 12:29:12 +01:00
parent 7fe1900e32
commit 0bda81c666
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ MACHINE_EXTRA_RDEPENDS += " \
xbee-init \
"
# Image FS types
IMAGE_FSTYPES:remove = "ext4 tar.xz"
# =========================================================================
# Signing configuration
# =========================================================================