]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk: Switch from bzip2 to xz
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jan 2016 18:24:00 +0000 (18:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 23:23:15 +0000 (23:23 +0000)
commit193086137b899a0a4e774ffc337ed0da9947fd4f
tree00cbd73662102f5a0575197de404cba96fad7a69
parent59a5f596ca29b1eb8283706e3c60fbb39f9c2c23
populate_sdk: Switch from bzip2 to xz

xz gives *much* faster decompression times for the SDK which in itself
is a good reason to use it. It also gives better compression.

One downside is its slower but we care about the end user case
first, build performance secondary.

It also assumes the SDK user has a tar capable of understanding a xz
compressed file but that should be common enough now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass
meta/files/toolchain-shar-extract.sh