[oe] [meta-oe][PATCH] gypsy: Fix build with newer glib

2013-06-12 Thread Khem Raj
Signed-off-by: Khem Raj --- ...g_type_init-is-deprecated-for-glib-2.35.0.patch | 114 meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb |4 +- 2 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-navigation/gypsy/files/0001-g_type_init-

Re: [oe] [OE-core] State of bitbake world

2013-06-12 Thread Khem Raj
On Jun 11, 2013, at 9:04 AM, Martin Jansa wrote: > On Mon, Jun 03, 2013 at 05:10:08PM +0200, Martin Jansa wrote: >> On Mon, May 20, 2013 at 03:06:35PM +0200, Martin Jansa wrote: >>> Couple of issues from last email were fixed, so here is updated status: >>> >>> qemuarm Summary: 14 tasks failed:

[oe] OE Changelog since 2013-06-02 until 2013-06-09

2013-06-12 Thread cliff . brake
Changelog since 2013-06-02 until 2013-06-09. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[oe] meta-linaro README info on sending patches

2013-06-12 Thread Khem Raj
Marcin,Riku The linaro OE layers need updating the README files reflecting some of the essential fields. Maintainers and where the upstream patches are sent to and any other relevant information thats needed in patches for linaro layers, current README is at top of meta-linaro which is fine howe

Re: [oe] [OE-core] State of bitbake world

2013-06-12 Thread Paul Barker
On 11 June 2013 17:04, Martin Jansa wrote: > common: > > meta-openembedded/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.7.2.bb, > do_compile I've got patches to pull this up to version 0.8.1 and then fix the compile error. A patch to fix the error has also been submitted upstream

Re: [oe] [meta-oe][PATCH v3] llvm-common: move cross script install to sysroot preprocess function

2013-06-12 Thread Martin Jansa
On Wed, Jun 12, 2013 at 04:08:32PM +0200, Martin Jansa wrote: > On Wed, Jun 12, 2013 at 11:55:05PM +1000, Jonathan Liu wrote: > > The llvm-config script doesn't get placed in the target sysroot > > crossscripts directory otherwise. > > > > Signed-off-by: Jonathan Liu > > --- > > meta-oe/recipes-

[oe] Fix guide for unshipped files in run directory

2013-06-12 Thread Jonathan Liu
Hi, After http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=ea647cd9eebdc3e3121b84074519c4bb305adac9, some recipes that previously installed /var/run or files inside /var/run may now show QA warnings. The following is a rough guide on how to fix them. Fix guide for unshipped files in

Re: [oe] [meta-oe][PATCH v3] llvm-common: move cross script install to sysroot preprocess function

2013-06-12 Thread Martin Jansa
On Wed, Jun 12, 2013 at 11:55:05PM +1000, Jonathan Liu wrote: > The llvm-config script doesn't get placed in the target sysroot > crossscripts directory otherwise. > > Signed-off-by: Jonathan Liu > --- > meta-oe/recipes-core/llvm/llvm-common.bb | 5 - > 1 file changed, 4 insertions(+), 1 del

Re: [oe] [meta-gnome][PATCH] gnome-keyring: Fix build error due to missing asn1 prototypes

2013-06-12 Thread Jonathan Liu
On 12/06/2013 9:16 AM, Khem Raj wrote: This fixes the errors that started to pop up recently while building gnome-keyring as part of gnome images The error is decribed in patch header Signed-off-by: Khem Raj --- .../gnome-keyring/gnome-keyring/egg-asn1x.patch| 55

[oe] [meta-oe][PATCH v3] llvm-common: move cross script install to sysroot preprocess function

2013-06-12 Thread Jonathan Liu
The llvm-config script doesn't get placed in the target sysroot crossscripts directory otherwise. Signed-off-by: Jonathan Liu --- meta-oe/recipes-core/llvm/llvm-common.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/llvm/llvm-common.bb b/meta-oe/r

Re: [oe] [meta-oe][PATCH v2] llvm-common: move cross script install to sysroot preprocess function

2013-06-12 Thread Jonathan Liu
On 11/06/2013 5:44 PM, Khem Raj wrote: On Sun, Jun 2, 2013 at 1:06 AM, Jonathan Liu wrote: The llvm-config script doesn't get placed in the target sysroot crossscripts directory otherwise. Signed-off-by: Jonathan Liu --- meta-oe/recipes-core/llvm/llvm-common.bb | 6 +- 1 file changed,

Re: [oe] [meta-oe][PATCH v3] llvm3.2: new recipe

2013-06-12 Thread Jonathan Liu
On 11/06/2013 5:56 PM, Khem Raj wrote: On Sun, Jun 2, 2013 at 9:43 PM, Jonathan Liu wrote: arm_fenv_uclibc.patch was copied from llvm2.9 recipe. did you check if this patch applies cleanly or not Yes, I did check. The patch applies cleanly. Regards, Jonathan _

Re: [oe] [meta-networking][dylan][PATCH] libmtp: add new recipe

2013-06-12 Thread Usman, Fahad
On 06/12/2013 02:45 PM, Paul Eggleton wrote: It looks like this recipe is not in master so it would need to go there first. I'm also not sure if this is really suitable for meta-networking; MTP is indeed a protocol but it's more something for communicating with cameras and media players, so I'd s

Re: [oe] [meta-networking][dylan][PATCH] libmtp: add new recipe

2013-06-12 Thread Paul Eggleton
Hi Fahad, On Wednesday 12 June 2013 12:08:35 Fahad Usman wrote: > this was initially written by 'Christopher Larson' > > Signed-off-by: Christopher Larson > Signed-off-by: Fahad Usman > --- > .../libmtp/libmtp-1.1.5/69-libmtp.rules| 1000 It looks like this recipe is not in master

[oe] [meta-oe][PATCH] xserver-nodm-init: do not execute Xsession twice

2013-06-12 Thread Jonathan Liu
The /etc/X11/Xserver script runs xinit /etc/X11/Xsession already so there is no need to do /usr/bin/xinit /etc/X11/Xsession -- /etc/X11/Xserver. Having xinit nested will result in Xsession being executed twice. To resolve this, just execute /etc/X11/Xserver directly instead of going through xinit.

[oe] [meta-gnome][PATCH] gnome-session: Fix build on 64bit targets

2013-06-12 Thread Khem Raj
use more portable G_GINT64_FORMAT instead of lld printf format Signed-off-by: Khem Raj --- .../gnome-session/use_G_GINT64_FORMAT.patch| 61 .../gnome-session/gnome-session_2.32.1.bb |2 + 2 files changed, 63 insertions(+) create mode 100644 meta-gnom