Re: [OE-core] [wic][PATCH 4/6] wic: Implement image compressing

2015-08-15 Thread Khem Raj
On Wed, Jun 24, 2015 at 8:23 AM, Ed Bartosh wrote: > On Tue, Jun 23, 2015 at 07:22:49AM -0400, Philip Balister wrote: >> Can you add a way to enable multiple threads for xz? I found this helps >> speed up file creation. >> > I thought about this and other compressor options, but didn't find a good

Re: [OE-core] [wic][PATCH 4/6] wic: Implement image compressing

2015-06-29 Thread Philip Balister
On 06/27/2015 06:20 PM, João Henrique Ferreira de Freitas wrote: > Hi, > > Maybe using an environment variable? > Handle it the same way we handle PARALLEL_MAKE and BBTHREADS. Philip > > > On 24/06/2015 12:23, Ed Bartosh wrote: >> On Tue, Jun 23, 2015 at 07:22:49AM -0400, Philip Balister wro

Re: [OE-core] [wic][PATCH 4/6] wic: Implement image compressing

2015-06-27 Thread João Henrique Ferreira de Freitas
Hi, Maybe using an environment variable? On 24/06/2015 12:23, Ed Bartosh wrote: On Tue, Jun 23, 2015 at 07:22:49AM -0400, Philip Balister wrote: Can you add a way to enable multiple threads for xz? I found this helps speed up file creation. I thought about this and other compressor options

Re: [OE-core] [wic][PATCH 4/6] wic: Implement image compressing

2015-06-24 Thread Ed Bartosh
On Tue, Jun 23, 2015 at 07:22:49AM -0400, Philip Balister wrote: > Can you add a way to enable multiple threads for xz? I found this helps > speed up file creation. > I thought about this and other compressor options, but didn't find a good way to add them. Introducing new commandline option or con

Re: [OE-core] [wic][PATCH 4/6] wic: Implement image compressing

2015-06-23 Thread Philip Balister
Can you add a way to enable multiple threads for xz? I found this helps speed up file creation. Philip On 06/23/2015 05:53 AM, Ed Bartosh wrote: > Implemented compressing result image with specified compressor. > Updated reporting code to show compressed image. > > [YOCTO #7593] > > Signed-off-

[OE-core] [wic][PATCH 4/6] wic: Implement image compressing

2015-06-23 Thread Ed Bartosh
Implemented compressing result image with specified compressor. Updated reporting code to show compressed image. [YOCTO #7593] Signed-off-by: Ed Bartosh diff --git a/scripts/lib/wic/imager/direct.py b/scripts/lib/wic/imager/direct.py index f3f20e0..2ea7e4e 100644 --- a/scripts/lib/wic/imager/di