Skip to content

Commit

Permalink
image-commands: make use of gzip-libdeflate
Browse files Browse the repository at this point in the history
Now that we provide a better gzip compression tool we can make use of
it whereever gzip is used. Change Build/gzip command to new gzip-libdeflate
compressor.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
  • Loading branch information
plappermaul authored and robimarko committed Aug 17, 2022
1 parent c8ed276 commit d895504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/image-commands.mk
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ define Build/fit
endef

define Build/gzip
gzip -f -9n -c $@ $(1) > $@.new
$(STAGING_DIR_HOST)/bin/gzip-libdeflate -f -12 -c $@ $(1) > $@.new
@mv $@.new $@
endef

Expand Down

0 comments on commit d895504

Please sign in to comment.