Skip to content

Commit

Permalink
amlogic-meson: add compression to wic file
Browse files Browse the repository at this point in the history
bmaptool can handle compression.  Let's compress the wic file to save
space in the build tree.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
  • Loading branch information
jonmason authored and superna9999 committed Jan 25, 2024
1 parent 1f86352 commit 0d73fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/amlogic-meson.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d73fd3

Please sign in to comment.