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:
parent
7fe1900e32
commit
0bda81c666
|
|
@ -68,6 +68,9 @@ MACHINE_EXTRA_RDEPENDS += " \
|
||||||
xbee-init \
|
xbee-init \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Image FS types
|
||||||
|
IMAGE_FSTYPES:remove = "ext4 tar.xz"
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Signing configuration
|
# Signing configuration
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue