Re: [yocto] [PATCH] sdcard-image: Use the size of the generated rootfs

2013-04-04 Thread Jan Schmidt
On Thu, 2013-04-04 at 11:37 +0100, Paul Eggleton wrote: > On Thursday 14 March 2013 07:57:59 Jan Schmidt wrote: > > *snip* > Looks like this is a patch for meta-raspberrypi although it isn't marked as > such. Andrei, have you seen this? Rats - I knew I forgot something when re-sending the patc

Re: [yocto] [PATCH] sdcard-image: Use the size of the generated rootfs

2013-04-04 Thread Paul Eggleton
On Thursday 14 March 2013 07:57:59 Jan Schmidt wrote: > When constructing the SD card image, the code was using > the inherited ROOTFS_SIZE, which is the size of the > rootfs contents. When building (for example) a compressed > rootfs, this allocates a partition much larger than necessary. > > Ins

[yocto] [PATCH] sdcard-image: Use the size of the generated rootfs

2013-03-13 Thread Jan Schmidt
When constructing the SD card image, the code was using the inherited ROOTFS_SIZE, which is the size of the rootfs contents. When building (for example) a compressed rootfs, this allocates a partition much larger than necessary. Instead, take the size of the generated rootfs file that is about to