Re: [OE-core] [PATCH] populate_sdk_base: use xz -T instead of pixz

2018-04-09 Thread Burton, Ross
On 9 April 2018 at 22:20, Khem Raj wrote: > On Mon, Apr 9, 2018 at 1:44 PM, Burton, Ross wrote: >> On 9 April 2018 at 21:13, Andre McCurdy wrote: >>> On Mon, Apr 9, 2018 at 8:19 AM, Ross Burton wrote: xz has native support for threaded compression now and SDK creation was the only >>

Re: [OE-core] [PATCH] populate_sdk_base: use xz -T instead of pixz

2018-04-09 Thread Khem Raj
On Mon, Apr 9, 2018 at 1:44 PM, Burton, Ross wrote: > On 9 April 2018 at 21:13, Andre McCurdy wrote: >> On Mon, Apr 9, 2018 at 8:19 AM, Ross Burton wrote: >>> xz has native support for threaded compression now and SDK creation was the >>> only >>> part of oe-core which is using pixz instead of

Re: [OE-core] [PATCH] populate_sdk_base: use xz -T instead of pixz

2018-04-09 Thread Burton, Ross
On 9 April 2018 at 21:13, Andre McCurdy wrote: > On Mon, Apr 9, 2018 at 8:19 AM, Ross Burton wrote: >> 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 SD

Re: [OE-core] [PATCH] populate_sdk_base: use xz -T instead of pixz

2018-04-09 Thread Andre McCurdy
On Mon, Apr 9, 2018 at 8:19 AM, Ross Burton wrote: > 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 s

Re: [OE-core] [PATCH] populate_sdk_base: use xz -T instead of pixz

2018-04-09 Thread Burton, Ross
xz-native isn't in ASSUME_PROVIDED, we built it. Ross On 9 April 2018 at 19:44, Khem Raj wrote: > On Mon, Apr 9, 2018 at 11:29 AM, Burton, Ross wrote: >> No, it's SDK generation, so xz-native (see SDK_DEPENDS in the first hunk). >> > > OK then we need to make sure that all supported distros wi

Re: [OE-core] [PATCH] populate_sdk_base: use xz -T instead of pixz

2018-04-09 Thread Khem Raj
On Mon, Apr 9, 2018 at 11:29 AM, Burton, Ross wrote: > No, it's SDK generation, so xz-native (see SDK_DEPENDS in the first hunk). > OK then we need to make sure that all supported distros will have the threaded xz version > Ross > > On 9 April 2018 at 18:46, Khem Raj wrote: >> On Mon, Apr 9, 2

Re: [OE-core] [PATCH] populate_sdk_base: use xz -T instead of pixz

2018-04-09 Thread Burton, Ross
No, it's SDK generation, so xz-native (see SDK_DEPENDS in the first hunk). Ross On 9 April 2018 at 18:46, Khem Raj wrote: > On Mon, Apr 9, 2018 at 8:19 AM, Ross Burton wrote: >> xz has native support for threaded compression now and SDK creation was the >> only >> part of oe-core which is usin

Re: [OE-core] [PATCH] populate_sdk_base: use xz -T instead of pixz

2018-04-09 Thread Khem Raj
On Mon, Apr 9, 2018 at 8:19 AM, Ross Burton wrote: > 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 s