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

2013-03-13 Thread Jan Schmidt
to be written into the generated image, and round it up to the IMAGE_ROOTFS_ALIGNMENT size. Fix some comments - the alignment is 4MiB, not 4KiB. Signed-off-by: Jan Schmidt thay...@noraisin.net --- classes/sdcard_image-rpi.bbclass | 30 ++ 1 file changed, 18 insertions

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-03-13 Thread Jan Schmidt
. On Wed, 2013-03-13 at 19:46 +0200, Andrei Gherzan wrote: Any news on this. Still waiting for patches :) On Sun, Jan 27, 2013 at 2:04 PM, Jan Schmidt thay...@noraisin.net wrote: On Sun, 2013-01-27 at 13:32 +0200, Andrei Gherzan wrote: On Sun, Jan 27, 2013 at 10:17:57PM +1100

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-27 Thread Jan Schmidt
On Sun, 2013-01-27 at 13:32 +0200, Andrei Gherzan wrote: On Sun, Jan 27, 2013 at 10:17:57PM +1100, Jan Schmidt wrote: On Sun, 2013-01-27 at 00:47 +0200, Andrei Gherzan wrote: On Sat, Jan 26, 2013 at 10:18:24PM +1100, Jan Schmidt wrote: When constructing the SD card image, the code

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-26 Thread Jan Schmidt
On Sat, 2013-01-26 at 02:19 +0200, Andrei Gherzan wrote: On Fri, Jan 25, 2013 at 3:33 PM, Jan Schmidt thay...@noraisin.net wrote: This is a good idea but you will have to align the new ROOTFS_SIZE to IMAGE_ROOTFS_ALIGNMENT. + SDIMG_SIZE=$(expr ${IMAGE_ROOTFS_ALIGNMENT

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-26 Thread Jan Schmidt
On Sat, 2013-01-26 at 12:26 +0200, Andrei Gherzan wrote: On Jan 26, 2013 10:53 AM, Jan Schmidt thay...@noraisin.net wrote: On Sat, 2013-01-26 at 02:19 +0200, Andrei Gherzan wrote: On Fri, Jan 25, 2013 at 3:33 PM, Jan Schmidt thay...@noraisin.net wrote: This is a good idea

[yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-26 Thread Jan Schmidt
to be written into the generated image. Also remove the extra ${IMAGE_ROOTFS_ALIGNMENT} padding at the end of the image, as it isn't needed now. Signed-off-by: Jan Schmidt thay...@noraisin.net --- classes/sdcard_image-rpi.bbclass | 23 +-- 1 file changed, 13 insertions(+), 10

[yocto] [meta-raspberrypi][PATCH 1/3] linux: Add a Linux 3.6 kernel recipe

2013-01-25 Thread Jan Schmidt
* Add a recipe to build the linux kernel from the rpi-3.6.y branch at https://github.com/raspberrypi/linux * Since this has a higher version, it will be the preferred linux kernel by default. Signed-off-by: Jan Schmidt thay...@noraisin.net --- recipes-kernel/linux/linux-raspberrypi_3.6.11.bb

[yocto] [meta-raspberrypi][PATCH 2/3] bcm2835-bootfiles: Bump the firmware revision

2013-01-25 Thread Jan Schmidt
* Pull in a newer firmware revision (0ac68c 7th Jan 2013) from https://github.com/raspberrypi/firmware for various fixes and improvements Signed-off-by: Jan Schmidt thay...@noraisin.net --- recipes-bcm/common/firmware.inc |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-25 Thread Jan Schmidt
to be written into the generated image. Signed-off-by: Jan Schmidt thay...@noraisin.net --- classes/sdcard_image-rpi.bbclass |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 421f561..355ff9c 100644