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

2013-03-13 Thread Jan Schmidt
Hi Andrei, Thanks for the reminder - I did find the problem with the original patch, but didn't send it through yet. The problem was using du on a sparse file and getting the size-on-disk, not the apparent size - making the resulting partition too small. Using du -bks gets the correct size. J. O

[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

[yocto] Problem compiling util-linux-native

2013-03-13 Thread Hans Beckérus
Hi. I just moved from a x86 Ubuntu host to SuSE x86_64. Now I have issues getting my ARM image to build due to compilation errors in util-linux? It seems it is the util-linux-native that fails even though I get this in the end: * ERROR: Task 432 (virtual:native:/home/poky/meta/recipes-core/util-l

Re: [yocto] [meta-raspberrypi][PATCH] use right license name for GPLv2

2013-03-13 Thread Andrei Gherzan
Hello Eric, The SPDX name for GPLv2 (http://spdx.org/licenses/) is GPL-2.0 so I'd like to use this. And one more thing, please add the recipe name in the commit log - something like: *rpi-first-run-wizard.bb: Use right license name for GPLv2* Thank you, On Tue, Mar 12, 2013 at 11:00 PM, Eric Bé

Re: [yocto] [meta-raspberrypi][PATCH] rpi-first-run-wizard: fix QA Error

2013-03-13 Thread Andrei Gherzan
Hello, There was already a patch in queue. Thank you and fix was merged in master. On Tue, Mar 12, 2013 at 10:56 PM, Eric Bénard wrote: > ERROR: QA Issue: .../meta-raspberrypi/recipes-extra/startup/ > rpi-first-run-wizard.bb: > Variable RDEPENDS is set as not being package specific, please fix

Re: [yocto] [meta-raspberrypi][PATCH 1/2] Choose correct ABI version of graphics binaries

2013-03-13 Thread Andrei Gherzan
I will drop this patch as we use useland now as default provider. Thank you. On Tue, Feb 12, 2013 at 7:36 PM, Philipp Wagner wrote: > Am 09.02.2013 23:59, Andrei Gherzan wrote: > > I like this change but I think the best way would be to switch to > > userland. So we can compile our own librarie

Re: [yocto] [meta-raspberrypi][PATCH 1/1] rpi-first-run-wizard: Fix RDEPENDS warning

2013-03-13 Thread Andrei Gherzan
Merged. On Wed, Feb 20, 2013 at 1:16 PM, Andrei Gherzan wrote: > Thanks. > > > On Tue, Feb 19, 2013 at 4:03 PM, Philipp Wagner > wrote: > >> Am 10.02.2013 18:55, schrieb Andrei Gherzan: >> >> WARNING: QA Issue: [...]/rpi-first-run-wizard.bb: >>> Variable RDEPENDS is set as not being package s

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

2013-03-13 Thread Andrei Gherzan
Hey Andreas, Is this sill needed? Did you test this lately? On Sun, Jan 27, 2013 at 4:35 PM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Sat, Jan 26, 2013 at 11:58 PM, Andrei Gherzan > wrote: > > On Thu, Jan 24, 2013 at 10:57:42PM +0100, Andreas Müller wrote: > >> for some reaso

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

2013-03-13 Thread Andrei Gherzan
Any news on this. Still waiting for patches :) On Sun, Jan 27, 2013 at 2:04 PM, Jan Schmidt wrote: > 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: > > > > O

Re: [yocto] [meta-raspberrypi][PATCH 1/7] rpi-default-providers: Remove virtual/libgl provider

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > There are no libgl binary shipped in raspberrypi firmware repo. > > Signed-off-by: Andrei Gherzan > --- > conf/machine/include/rpi-default-providers.inc |1 - > 1 file changed, 1 deletion(-) > > diff --git a/conf/machine/in

Re: [yocto] [meta-raspberrypi][PATCH 7/7] vc-graphics.inc: There is no libgl so get rid of this PROVIDES

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-bcm/vc-graphics/vc-graphics.inc |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc > b/recipes-bcm/vc-graphics/v

Re: [yocto] [meta-raspberrypi][PATCH 6/7] userland: Update to 8700279495e266378d36092ccf86424f0ee2539f

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > * install_vmcs not needed anymore > * By default package is installed in /opt/vc. Move everything in ${prefix}. > * Move recipe in recipes-graphics > * Add PACKAGE_ARCH = MACHINE_ARCH > > Signed-off-by: Andrei Gherzan > --- > r

Re: [yocto] [meta-raspberrypi][PATCH 5/7] recipes.txt: Remove file

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > This file contains outdated informations. > > Signed-off-by: Andrei Gherzan > --- > recipes.txt |9 - > 1 file changed, 9 deletions(-) > delete mode 100644 recipes.txt > > diff --git a/recipes.txt b/recipes.txt > d

Re: [yocto] [meta-raspberrypi][PATCH 4/7] layer.conf: Set LICENSE_PATH to layers's custom licenses directory

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/layer.conf |4 > 1 file changed, 4 insertions(+) > > diff --git a/conf/layer.conf b/conf/layer.conf > index e8b87b2..7bffd4b 100644 > --- a/conf/layer.conf > +++ b/conf/layer.

Re: [yocto] [meta-raspberrypi][PATCH 3/7] custom-licenses: Add directory to hold custom licenses

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > Add Broadcom license to this directory. > > Signed-off-by: Andrei Gherzan > --- > files/custom-licenses/Broadcom | 25 + > 1 file changed, 25 insertions(+) > create mode 100644 files/custom-licenses/B

Re: [yocto] [meta-raspberrypi][PATCH 2/7] rpi-default-providers: Use userland as provider for egl and gles2

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/machine/include/rpi-default-providers.inc |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/conf/machine/include/rpi-default-providers.inc > b/conf/machin

Re: [yocto] Loading a new yocto image to Intel Fri2 board

2013-03-13 Thread Darren Hart
On 03/10/2013 04:16 AM, Insop Song wrote: > Hi, > > I have a question on loading a new yocto image to Intel Fri2 board. > > 1. Board: Intel Fri2 > -- > > 2. Image: self built sato image with meta-fri2 > -- > I've followed an instruction from > http