From 0d73fd3284bd1a38bcc02a843d7f81edd3a449ce Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 24 Jan 2024 08:08:16 -0500 Subject: [PATCH] amlogic-meson: add compression to wic file bmaptool can handle compression. Let's compress the wic file to save space in the build tree. Signed-off-by: Jon Mason --- conf/machine/include/amlogic-meson.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/amlogic-meson.inc b/conf/machine/include/amlogic-meson.inc index 4097140..49217c2 100644 --- a/conf/machine/include/amlogic-meson.inc +++ b/conf/machine/include/amlogic-meson.inc @@ -27,7 +27,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \ ${@bb.utils.contains("MACHINE_FEATURES", "screen", "linux-firmware-amlogic-vdec", "",d)} \ " -IMAGE_FSTYPES += "tar.bz2 wic wic.bmap" +IMAGE_FSTYPES += "tar.bz2 wic.bz2 wic.bmap" IMAGE_NAME_SUFFIX = "" do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"