Re: [OE-core] [oe-core][PATCHv2 04/30] xf86-video-omapfb: bump SRCREV and add patch from meta-oe

2011-10-04 Thread Martin Jansa
On Mon, Oct 03, 2011 at 05:00:35PM +0100, Phil Blundell wrote: On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote: From: Martin Jansa martin.ja...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org

Re: [OE-core] [oe-core][PATCHv2 04/30] xf86-video-omapfb: bump SRCREV and add patch from meta-oe

2011-10-04 Thread Phil Blundell
On Tue, 2011-10-04 at 09:28 +0200, Martin Jansa wrote: On Mon, Oct 03, 2011 at 05:00:35PM +0100, Phil Blundell wrote: And, finally, if this is an OMAP-specific driver, why is it in oe-core in the first place? I would have thought it would be better placed in meta-ti or some such layer.

Re: [OE-core] [oe-core][PATCHv2 00/30] Xorg related changes

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote: this patchset brings meta-oe and oe-core xorg stuff together and most of xorg recipes will be removed from meta-oe (sending another pull request now). Did anything in the first seven patches of this series change compared to what I have

Re: [OE-core] [oe-core][PATCHv2 00/30] Xorg related changes

2011-10-04 Thread Martin Jansa
On Tue, Oct 04, 2011 at 11:23:09AM +0100, Richard Purdie wrote: On Mon, 2011-10-03 at 15:28 +0200, Martin Jansa wrote: this patchset brings meta-oe and oe-core xorg stuff together and most of xorg recipes will be removed from meta-oe (sending another pull request now). Did anything in

Re: [OE-core] sstate_clean() overzealous?

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 17:47 +0100, Phil Blundell wrote: The sstate_clean() function in sstate.bbclass is doing (inter alia): stfile = d.getVar(STAMP, True) + .do_ + ss['task'] [...] oe.path.remove(stfile + .*) oe.path.remove(stfile + _setscene + .*) which means that, for

Re: [OE-core] [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-04 Thread Koen Kooi
Op 30 sep. 2011 om 13:37 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Rebased these patches to the newer code modified:

Re: [OE-core] [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-04 Thread Martin Jansa
On Tue, Oct 04, 2011 at 06:03:16AM -0500, Koen Kooi wrote: Op 30 sep. 2011 om 13:37 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Rebased

Re: [OE-core] [oe-core][PATCHv2 26/30] glx-use-tls: add from meta-oe layer

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 17:09 +0200, Martin Jansa wrote: On Mon, Oct 03, 2011 at 04:02:10PM +0100, Phil Blundell wrote: Can you add some commentary explaining why this is necessary -- i.e. what exactly is lacking in uClibc to mean it doesn't have prober TLS support? I'm not using uClibc

[OE-core] autotools.bbclass: Allow dependency tracking option to be easily overridden

2011-10-04 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index ff27842..a4ce851 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -64,8 +64,10 @@ CONFIGUREOPTS =

Re: [OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote: On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote: NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Failed ERROR: Task 7

Re: [OE-core] [PATCH 0/7] Qt4 upgrade/fixes

2011-10-04 Thread Richard Purdie
On Sun, 2011-10-02 at 22:45 +0400, Dmitry Eremin-Solenikov wrote: On 09/30/2011 08:57 PM, Richard Purdie wrote: On Fri, 2011-09-30 at 17:33 +0100, Paul Eggleton wrote: This is a pull request for Eric Bénard's qt4_upgrade branch, including an update of Qt to 4.7.4 (preserving 4.7.3 until

Re: [OE-core] sstate_clean() overzealous?

2011-10-04 Thread Phil Blundell
On Tue, 2011-10-04 at 11:54 +0100, Richard Purdie wrote: I think we need to teach this clean function about stamp-extra-info and instead of stfile + .*, remove stfile + .*. + stamp-extra-info if stamp-extra-info is set. That would likely fix the problem you're seeing. Okay, thanks. I applied

Re: [OE-core] [PATCH 1/2] attr/acl: add SSTATEPOSTINSTFUNC

2011-10-04 Thread Phil Blundell
On Sat, 2011-09-24 at 11:56 -0700, Saul Wold wrote: +fix_symlink () { + # Remove bad symlinks create the correct symlinks + if test -L ${libdir}/lib${BPN}.so ; then + rm -rf ${libdir}/lib${BPN}.so + ln -sf ${base_libdir}/lib${BPN}.so ${libdir}/lib${BPN}.so +

Re: [OE-core] sstate_clean() overzealous?

2011-10-04 Thread Richard Purdie
On Tue, 2011-10-04 at 16:03 +0100, Phil Blundell wrote: On Tue, 2011-10-04 at 11:54 +0100, Richard Purdie wrote: I think we need to teach this clean function about stamp-extra-info and instead of stfile + .*, remove stfile + .*. + stamp-extra-info if stamp-extra-info is set. That would

Re: [OE-core] autotools.bbclass: Allow dependency tracking option to be easily overridden

2011-10-04 Thread Khem Raj
On 10/4/2011 5:38 AM, Richard Purdie wrote: Signed-off-by: Richard Purdierichard.pur...@linuxfoundation.org --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index ff27842..a4ce851 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@

[OE-core] [PATCH] runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem

2011-10-04 Thread Khem Raj
The existing instruction to tackle RPC: Authentication error; why = Client credential too weak Are not applicable to ubuntu 11.10 especially Therefore add the magic needed for ubuntu 11.10 Signed-off-by: Khem Raj raj.k...@gmail.com --- scripts/runqemu-export-rootfs |3 +++ 1 files changed,

[OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Philip Balister
I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set of layers created by the Angstrom setup scripts). Should I add task-proper-tools to meta-oe, or is there a better way to add a full

Re: [OE-core] [PATCH] eglibc-2.14: add patch to fix libdl crash

2011-10-04 Thread Klaus 'mrmoku' Kurzmann
Hello, On Mon, 03 Oct 2011, Khem Raj wrote: On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote: From: Klaus Kurzmannm...@fluxnetz.de * Without this patch programs using alsa-lib crash (alsamixer for example). * This patch is taken verbatim from ArchLinux. can you add appropriate header

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Khem Raj
On Tue, Oct 4, 2011 at 12:58 PM, Philip Balister phi...@balister.org wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set of layers created by the Angstrom setup scripts). Should

Re: [OE-core] [PATCH] eglibc-2.14: add patch to fix libdl crash

2011-10-04 Thread Khem Raj
On Tue, Oct 4, 2011 at 1:05 PM, Klaus 'mrmoku' Kurzmann mo...@mnet-online.de wrote: Hello, On Mon, 03 Oct 2011, Khem Raj wrote: On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote: From: Klaus Kurzmannm...@fluxnetz.de * Without this patch programs using alsa-lib crash (alsamixer for

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Saul Wold
On 10/04/2011 12:58 PM, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set of layers created by the Angstrom setup scripts). Philip, Have you looked at

[OE-core] OE Changelog for 2011-09-26 to 2011-10-3

2011-10-04 Thread cliff . brake
Changelog for 2011-09-26 to 2011-10-3. 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:

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Philip Balister
On 10/04/2011 04:08 PM, Saul Wold wrote: On 10/04/2011 12:58 PM, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set of layers created by the Angstrom setup

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Richard Purdie
On Tue, 2011-10-04 at 15:58 -0400, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the set of layers created by the Angstrom setup scripts). Should I add

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Saul Wold
On 10/04/2011 01:27 PM, Philip Balister wrote: On 10/04/2011 04:08 PM, Saul Wold wrote: On 10/04/2011 12:58 PM, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools in oe-core (where oe-core means the

[OE-core] gdb-cross-canadian fails to build

2011-10-04 Thread Otavio Salvador
Hello, Today's tip fails with: Log data follows: | NOTE: Applying patch 'no-werror.patch' (openembedded-core/meta/recipes-devtools/gdb/gdb/no-werror.patch) | xterm Xt error: Can't open display: | xterm: DISPLAY is not set | ERROR: Error executing a python function in

Re: [OE-core] gdb-cross-canadian fails to build

2011-10-04 Thread Otavio Salvador
On Tue, Oct 4, 2011 at 17:40, Otavio Salvador ota...@ossystems.com.br wrote: ... Log data follows: | NOTE: Applying patch 'no-werror.patch' (openembedded-core/meta/recipes-devtools/gdb/gdb/no-werror.patch) ...

Re: [OE-core] gdb-cross-canadian fails to build

2011-10-04 Thread Kamble, Nitin A
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Tuesday, October 04, 2011 1:48 PM To: Patches and discussions about the oe-core layer; Kamble, Nitin A Subject: Re: gdb-cross-canadian fails to build On Tue,

[OE-core] [PATCH 0/1] linux-yocto: update live boot configuration

2011-10-04 Thread Bruce Ashfield
Richard/Saul, Apologies to anyone that prefers these to be pushed out on top of oe-core, but my machine with those repos went down today and I wanted to get these out quickly, so this is based on top of my yocto/poky tree. I've also had to do this on top of my master branch (hence why you see the

[OE-core] [PATCH 1/1] linux-yocto: update live boot configuration

2011-10-04 Thread Bruce Ashfield
Updating the meta SRCREV to import a series of changes to synchronize live booting between multiple targets: d05450e meta/fri2: enable booting from iso 3da7d2a meta/fishriver: enable booting from iso 52e1c49 meta/emenlow: enable booting from iso 87918ae meta/crownbay: enable booting from

Re: [OE-core] [PATCH 0/1] linux-yocto: update live boot configuration

2011-10-04 Thread Tom Zanussi
Thanks, Bruce. And the SRCREVs have now also been updated for meta-intel/master and meta-intel/edison. Tom On Tue, 2011-10-04 at 14:08 -0700, Bruce Ashfield wrote: Richard/Saul, Apologies to anyone that prefers these to be pushed out on top of oe-core, but my machine with those repos went

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-10-04 Thread McClintock Matthew-B29882
On Mon, Oct 3, 2011 at 2:04 PM, Martin Jansa martin.ja...@gmail.com wrote: Sorry, I'm not sure I follow. Are you referring to all the other stuff in the old openembedded? I'm not following this package particularly closely. just see diff oe-core/meta/recipes*/libnl* and

Re: [OE-core] [PATCH 0/1] linux-yocto: update live boot configuration

2011-10-04 Thread Richard Purdie
On Tue, 2011-10-04 at 17:08 -0400, Bruce Ashfield wrote: Richard/Saul, Apologies to anyone that prefers these to be pushed out on top of oe-core, but my machine with those repos went down today and I wanted to get these out quickly, so this is based on top of my yocto/poky tree. I've also

Re: [OE-core] [PATCH v2 10/16] Fix mdadm for powerpc64

2011-10-04 Thread McClintock Matthew-B29882
On Mon, Oct 3, 2011 at 4:17 PM, Khem Raj raj.k...@gmail.com wrote: I can't find a log of this anywhere, it's probably the default compiler warnings for our platform are different? It would be handy to understand them since I dont see gcc differentiating formats between ppc64 and x86_64 which

Re: [OE-core] [PATCH 0/3] Minor and trivial fixes

2011-10-04 Thread Richard Purdie
On Sun, 2011-10-02 at 18:15 +, Otavio Salvador wrote: The following changes since commit c54c1280fc0d06a53e23339c3913ec88eead13d9: base.bbclass: Drop unneeded dependency (2011-09-30 11:34:44 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master

Re: [OE-core] [PATCH] Improve handling of 'all' architecture recipes and their interaction with sstate

2011-10-04 Thread Richard Purdie
On Sat, 2011-10-01 at 15:48 -0300, Otavio Salvador wrote: On Fri, Sep 30, 2011 at 14:09, Richard Purdie richard.pur...@linuxfoundation.org wrote: ... Thanks. I've taken the two patches. I'd love to get rid of hal, in fact its on my list of things that need to migrate out of OE-Core... ...

[OE-core] [PATCH 4/6] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-10-04 Thread Matthew McClintock
From: Kumar Gala ga...@kernel.crashing.org If a SOCKS5 gateway is needed for a proxy access like git it might also require authentication to the proxy via a password and username. Adding SOCKS5_USER SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation of the authentication request to occur

[OE-core] [PATCH 2/6] Fix perl for powerpc64 build

2011-10-04 Thread Matthew McClintock
Build environment for ARCH was set to powerpc on a powerpc64 build, this adds an override to set this to powerpc64 when doing this type of build Signed-off-by: Matthew McClintock m...@freescale.com --- No comments on original patch:

[OE-core] [PATCH 1/6] Fix mdadm for powerpc64

2011-10-04 Thread Matthew McClintock
This fixes build failures from build warnings on powerpc64 Signed-off-by: Matthew McClintock m...@freescale.com --- Replied to feedback on messsage about compilation errors seen. Not sure why x86_64 is not seeing this currently meta/recipes-extended/mdadm/mdadm_3.2.2.bb |3 ++- 1 files

Re: [OE-core] [PATCH] runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem

2011-10-04 Thread Richard Purdie
On Tue, 2011-10-04 at 12:32 -0700, Khem Raj wrote: The existing instruction to tackle RPC: Authentication error; why = Client credential too weak Are not applicable to ubuntu 11.10 especially Therefore add the magic needed for ubuntu 11.10 Signed-off-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [PATCH] Improve handling of 'all' architecture recipes and their interaction with sstate

2011-10-04 Thread Koen Kooi
Op 4 okt. 2011 om 17:00 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Sat, 2011-10-01 at 15:48 -0300, Otavio Salvador wrote: On Fri, Sep 30, 2011 at 14:09, Richard Purdie richard.pur...@linuxfoundation.org wrote: ... Thanks. I've taken the two

[OE-core] [PATCH 5/6] Fix sysprof for powerpc64

2011-10-04 Thread Matthew McClintock
sysprof will not build properly without this defined Signed-off-by: Matthew McClintock m...@freescale.com --- No comments on original patch sent meta/recipes-kernel/sysprof/sysprof_git.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] sstate_clean() overzealous?

2011-10-04 Thread Richard Purdie
On Mon, 2011-10-03 at 22:08 +, McClintock Matthew-B29882 wrote: On Mon, Oct 3, 2011 at 4:29 PM, Matthew McClintock m...@freescale.com wrote: On Mon, Oct 3, 2011 at 4:24 PM, Saul Wold saul.w...@intel.com wrote: I am not sure that's correct, since we use sstate with the Autobuilder and

Re: [OE-core] Bringing an image from OE to OE-Core

2011-10-04 Thread Mark Hatle
On 10/4/11 3:32 PM, Saul Wold wrote: On 10/04/2011 01:27 PM, Philip Balister wrote: On 10/04/2011 04:08 PM, Saul Wold wrote: On 10/04/2011 12:58 PM, Philip Balister wrote: I'm about to start bringing some images I use from OE to OE-core. The first issue I saw is there is no task-proper-tools

Re: [OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-04 Thread Andreas Müller
On Tuesday, October 04, 2011 02:40:49 PM Richard Purdie wrote: On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote: On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote: NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Failed ERROR: Task 7

Re: [OE-core] [PATCH 5/6] Fix sysprof for powerpc64

2011-10-04 Thread Khem Raj
On 10/4/2011 3:03 PM, Matthew McClintock wrote: sysprof will not build properly without this defined Signed-off-by: Matthew McClintockm...@freescale.com --- No comments on original patch sent meta/recipes-kernel/sysprof/sysprof_git.bb |2 ++ 1 files changed, 2 insertions(+), 0

Re: [OE-core] [PATCH 0/1] oprofileui: Update SRCREV

2011-10-04 Thread Saul Wold
On 09/30/2011 01:42 AM, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com Hi, This patch update the oprofileui SRCREV to reflect following 2 patches already in upstream: migrate-from-gnomevfs-to-gio.patch dso_linking_change_build_fix.patch Pls. help to pull. Thanks, Edwin

Re: [OE-core] [PATCH 0/4]Recipe upgrades

2011-10-04 Thread Saul Wold
On 09/30/2011 01:16 AM, Mei Lei wrote: This commit includes some recipes upgrade: curl,diffutils,dropbear. And update the distro_tracking_fields.inc Thanks, Lei The following changes since commit 96241de59fdf548ae0f80cc9e4668f9ba11924ef: Matthew McClintock (1): Fix flac build on

Re: [OE-core] [PATCH] libproxy: upgrade to 0.4.7

2011-10-04 Thread Saul Wold
On 09/30/2011 06:44 AM, Martin Jansa wrote: Signed-off-by: Martin Jansamartin.ja...@gmail.com --- meta/recipes-support/libproxy/libproxy_0.4.6.bb | 29 --- meta/recipes-support/libproxy/libproxy_0.4.7.bb | 27 + 2 files changed, 27 insertions(+),

Re: [OE-core] [PATCH 1/2] qt4: Fix translation support

2011-10-04 Thread Saul Wold
On 10/02/2011 02:46 PM, Dmitry Eremin-Solenikov wrote: From: Otavio Salvadorota...@ossystems.com.br The translation support was disable in build. The fix-translation.patch was imported from OpenEmbedded to fix a linking issue in phonon translation support. [Dmitry Eremin-Solenikov: ported to

Re: [OE-core] [PATCH 0/4] Recipes upgrades

2011-10-04 Thread Saul Wold
On 09/29/2011 06:27 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com The following changes since commit 9d1db6cc928199f8ac4960e8d4648563ef141427: python: fix sqlite RPATH issue (2011-09-29 16:57:30 +0100) are available in the git repository at:

Re: [OE-core] [PATCH] eglibc-2.14: add patch to fix libdl crash

2011-10-04 Thread Saul Wold
On 10/04/2011 01:17 PM, Khem Raj wrote: On Tue, Oct 4, 2011 at 1:05 PM, Klaus 'mrmoku' Kurzmann mo...@mnet-online.de wrote: Hello, On Mon, 03 Oct 2011, Khem Raj wrote: On 10/3/2011 2:30 AM, mo...@mnet-online.de wrote: From: Klaus Kurzmannm...@fluxnetz.de * Without this patch programs