Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Allow optional compression

2013-08-23 Thread Paul Barker
On 21 August 2013 23:41, Andrei Gherzan wrote: > On Wed, Aug 21, 2013 at 11:12 PM, Paul Barker wrote: >> >> Setting it to one of the other listed values will cause the SDIMG to >> be re-named. I think the code is as I intended, the documentation >> comment needs to be corrected though. >> > > You

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Allow optional compression

2013-08-21 Thread Andrei Gherzan
On Wed, Aug 21, 2013 at 11:12 PM, Paul Barker wrote: > On 20 August 2013 18:11, Andrei Gherzan wrote: > > On Fri, Aug 16, 2013 at 1:48 PM, Paul Barker > wrote: > >> > >> +# Compression method to apply to SDIMG after it has been created. May > be > >> "none", > >> +# "gzip", "bzip2" or "xz". Set

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Allow optional compression

2013-08-21 Thread Paul Barker
On 20 August 2013 18:11, Andrei Gherzan wrote: > On Fri, Aug 16, 2013 at 1:48 PM, Paul Barker wrote: >> >> +# Compression method to apply to SDIMG after it has been created. May be >> "none", >> +# "gzip", "bzip2" or "xz". Setting this to something other than "none" >> will >> +# cause SDIMG to b

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Allow optional compression

2013-08-20 Thread Andrei Gherzan
On Fri, Aug 16, 2013 at 1:48 PM, Paul Barker wrote: > Image files will typically contain lots of null blocks and should compress > well. > This will help with distribution of images over slow network links. > > Signed-off-by: Paul Barker > --- > classes/sdcard_image-rpi.bbclass | 18 +++

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Allow optional compression

2013-08-16 Thread Paul Barker
Image files will typically contain lots of null blocks and should compress well. This will help with distribution of images over slow network links. Signed-off-by: Paul Barker --- classes/sdcard_image-rpi.bbclass | 18 ++ 1 file changed, 18 insertions(+) diff --git a/classes/sdc