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
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
>
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
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
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
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.
> >
> > +
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} +
> ${