[yocto] [Package Report System]Manual check recipes name list

2013-01-26 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

Re: [yocto] [meta-raspberrypi][PATCH 1/2] layer.conf: fix parse

2013-01-26 Thread Andrei Gherzan
On Thu, Jan 24, 2013 at 10:57:41PM +0100, Andreas Müller wrote: > after meta-systemd commit [1] the following error was thrown during parsing: > > ERROR: Unable to parse > /home/Superandy/data/oe-core/sources/meta-raspberrypi/conf/layer.conf: > Failure expanding variable BBFILES, expression was >

Re: [yocto] [meta-raspberrypi][PATCH 2/2] xserver-xf86-config: fix do_install

2013-01-26 Thread Andrei Gherzan
On Thu, Jan 24, 2013 at 10:57:42PM +0100, Andreas Müller wrote: > for some reason wildcards don't work in current head. Error message was: > > | DEBUG: Executing shell function do_install > | install: cannot stat > `/home/Superandy/tmp/oe-core-eglibc/work/raspberrypi-angstrom-linux-gnueabi/xserver

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

2013-01-26 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

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" wrote: > > > > On Sat, 2013-01-26 at 02:19 +0200, Andrei Gherzan wrote: > > > On Fri, Jan 25, 2013 at 3:33 PM, Jan Schmidt > > > > wrote: > > > > > > > > > > > This is a good idea but you will ha

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

2013-01-26 Thread Andrei Gherzan
On Jan 26, 2013 10:53 AM, "Jan Schmidt" wrote: > > On Sat, 2013-01-26 at 02:19 +0200, Andrei Gherzan wrote: > > On Fri, Jan 25, 2013 at 3:33 PM, Jan Schmidt > > wrote: > > > > > > > This is a good idea but you will have to align the new ROOTFS_SIZE > > to 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 02:19 +0200, Andrei Gherzan wrote: > On Fri, Jan 25, 2013 at 3:33 PM, Jan Schmidt > 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} + > ${