Re: [yocto] [meta-raspberrypi][dora][PATCH] xserver-xf86-config: don't use wildcards in SRC_URI

2014-02-21 Thread Andrei Gherzan
Hello Koen, On Fri, Feb 14, 2014 at 5:15 PM, Koen Kooi k...@dominion.thruhere.netwrote: It is strongly discouraged to use wildcards in SRC_URI since it breaks when using multiple bbappends and immediate expansion of FILESDIR. This fixes a do_install failure when building with multiple BSPs

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use absolute path to rootfs

2014-02-21 Thread Andrei Gherzan
Hello Jonathan, On Tue, Feb 18, 2014 at 1:52 PM, Jonathan Liu net...@gmail.com wrote: Change-Id: Ib513f195351b379dbb9f503dc5927f2018169b95 Signed-off-by: Jonathan Liu net...@gmail.com --- classes/sdcard_image-rpi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) This was

[yocto] [meta-raspberrypi][PATCH 1/7] linux-raspberrypi: Update v3.11.10 to current remote HEAD

2014-02-21 Thread Andrei Gherzan
Change-Id: I724511ad5e96ff1b7779c3afe772eaf0d5250c8e Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-kernel/linux/linux-raspberrypi_3.11.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb

[yocto] [meta-raspberrypi][PATCH 5/7] firmware: Update to current remote HEAD

2014-02-21 Thread Andrei Gherzan
from distro config +RPIFW_SRCREV ?= cf20d522e926f30e91fa890d42d010ca98913286 +RPIFW_DATE ?= 20140221 RPIFW_SRC_URI ?= git://github.com/raspberrypi/firmware.git;protocol=git;branch=master RPIFW_S ?= ${WORKDIR}/git -- 1.8.1.4 ___ yocto mailing list yocto

[yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi: Add v3.13.3

2014-02-21 Thread Andrei Gherzan
Change-Id: Iace039740f3b1b910d65bd3a2c82dc08836fde57 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-kernel/linux/linux-raspberrypi_3.13.3.bb | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.13.3.bb diff --git

[yocto] [meta-raspberrypi][PATCH 2/7] linux-raspberrypi: Update v3.10.26 to v3.10.30

2014-02-21 Thread Andrei Gherzan
Change-Id: Ib15942c4f525c8765d49deda94d2195dc01df14c Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-kernel/linux/linux-raspberrypi_3.10.26.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.10.30.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644

[yocto] [meta-raspberrypi][PATCH 3/7] linux-raspberrypi: Update v3.12.7 to v3.12.11

2014-02-21 Thread Andrei Gherzan
Change-Id: I4358434c036eb8285f60dafac961c5734da1320b Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-kernel/linux/linux-raspberrypi_3.12.11.bb | 6 ++ recipes-kernel/linux/linux-raspberrypi_3.12.7.bb | 6 -- 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644

[yocto] [meta-raspberrypi][PATCH 7/7] omxplayer: Update to current remote HEAD

2014-02-21 Thread Andrei Gherzan
No need for mktemp-compatible-with-busybox.patch as the issue was fixed in current revision. Change-Id: I1eecd332e8e51dbbf97e25ec6ed133077f137d7b Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-multimedia/omxplayer/omxplayer_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3

[yocto] [meta-raspberrypi][PATCH 6/7] userland: Update to current remote HEAD

2014-02-21 Thread Andrei Gherzan
Change-Id: I635b2f2bff03ca7f091f8d5476afa4681f6bda71 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb

[yocto] [meta-raspberrypi][PATCH] mesa: rename .bbappend to match new version from oe-core

2014-02-21 Thread Jonathan Liu
Change-Id: Ie3c7bc3e70bfd46cea64ef813c3875d1ba8d07fc Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-graphics/mesa/{mesa_9.2.2.bbappend = mesa_9.2.5.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/mesa/{mesa_9.2.2.bbappend = mesa_9.2.5.bbappend}

Re: [yocto] [meta-raspberrypi][PATCH] mesa: rename .bbappend to match new version from oe-core

2014-02-21 Thread Andrei Gherzan
On Fri, Feb 21, 2014 at 1:10 PM, Jonathan Liu net...@gmail.com wrote: Change-Id: Ie3c7bc3e70bfd46cea64ef813c3875d1ba8d07fc Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-graphics/mesa/{mesa_9.2.2.bbappend = mesa_9.2.5.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-)

Re: [yocto] Python3 ptest and unittest

2014-02-21 Thread Randy MacLeod
On 14-02-18 04:27 PM, Paul Barker wrote: I've just thrown together a couple of things which may be useful. They're currently slightly hackish but I could improve them and share them/submit them as patches if wanted: 1) I've wrote a custom python test runner which runs test suites and outputs

Re: [yocto] [meta-raspberrypi][PATCH 7/7] omxplayer: Update to current remote HEAD

2014-02-21 Thread Khem Raj
On Fri, Feb 21, 2014 at 2:29 AM, Andrei Gherzan and...@gherzan.ro wrote: -PR = r3 +PR = r4 Do you still need this ? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [linux-yocto] [PATCH 0/6] linux-yocto-3.8 meta: valleyisland-io gpio feature patch enabling

2014-02-21 Thread Darren Hart
On 2/20/14, 7:06, boon.leong@intel.com boon.leong@intel.com wrote: From: Ong Boon Leong boon.leong@intel.com This patchset is to enable Intel BayTrail GPIO driver. For background of the development, the base of GPIO driver is developed by Mathias Nyman before the driver is migrated