]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_base: use xz -T instead of pixz
authorRoss Burton <ross.burton@intel.com>
Mon, 9 Apr 2018 15:17:05 +0000 (16:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2018 15:55:23 +0000 (16:55 +0100)
commitce1cfa57d9828c0898f52e736f671ce8db534031
tree6f266906363f061e534494e213d6fe9e7d19f184
parent214fa7fe3b162162d2fa8b31eec28bedd86fcc7d
populate_sdk_base: use xz -T instead of pixz

xz has native support for threaded compression now and SDK creation was the only
part of oe-core which is using pixz instead of xz.

Not only does this remove pixz-native from the SDK dependencies, but in my
limited testing xz -T0 is slightly faster and produces smaller archives than
pixz for the same input.

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