Re: [yocto] [meta-raspberrypi][PATCH 3/5] sdcard_image-rpi.bbclass: Allocate more space for boot partition

2015-08-09 Thread Andrei Gherzan
Cheers guys, On Thu, Jul 30, 2015 at 10:34:09AM +0200, Javier Martinez Canillas wrote: > From: Derek Foreman > > The boot partition currently has a size of 20 MiB but just the start elf > binaries account almost 12 MiB, which means that only 8 MiB is left for > the kernel image. A recent kernel w

Re: [yocto] [meta-raspberrypi][PATCH 3/5] sdcard_image-rpi.bbclass: Allocate more space for boot partition

2015-08-09 Thread Andreas Müller
Aaargh wrong patch - sorry On Sun, Aug 9, 2015 at 11:17 PM, Andreas Müller wrote: > I am not the author - but ping for this one > > Andreas -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 3/5] sdcard_image-rpi.bbclass: Allocate more space for boot partition

2015-08-09 Thread Andreas Müller
I am not the author - but ping for this one Andreas -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH 3/5] sdcard_image-rpi.bbclass: Allocate more space for boot partition

2015-08-02 Thread Javier Martinez Canillas
From: Derek Foreman The boot partition currently has a size of 20 MiB but just the start elf binaries account almost 12 MiB, which means that only 8 MiB is left for the kernel image. A recent kernel with many of its options built-in can easily be more than 4 MiB so let's double the boot partition