]> code.ossystems Code Review - openembedded-core.git/commit
image_types: use pigz to create .gz files
authorRoss Burton <ross.burton@intel.com>
Tue, 10 Apr 2018 14:32:19 +0000 (15:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2018 15:55:23 +0000 (16:55 +0100)
commit214fa7fe3b162162d2fa8b31eec28bedd86fcc7d
tree59db14c901d32567bfd8750df50c088c8a8855d0
parent9b9897fc034819385a9d4ce591cc79dd458f3f24
image_types: use pigz to create .gz files

Since pigz is no longer a drop-in replacement for gzip (oe-core 1624b7b) the
image creation has been using gzip instead of pigz, despite still depending on
pigz-native.  Fix this by invoking pigz explicitly.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image_types.bbclass