[OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-01 Thread Martin Jansa
Hi, this commit: reexecuting do_compile in u-boot causes .bfd being appended multiple times and resulting in errors like: /bin/bash: arm-oe-linux-gnueabi-ld.bfd.bfd.bfd: command not found Regex should be updated or patch like this:

Re: [OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 08:50:21AM +0200, Martin Jansa wrote: Hi, this commit: reexecuting do_compile in u-boot causes .bfd being appended multiple times and resulting in errors like: /bin/bash: arm-oe-linux-gnueabi-ld.bfd.bfd.bfd: command not found Regex should be updated or patch

[OE-core] [PATCH] gcc-configure-target: Set native-system-header-dir for target gcc

2012-08-01 Thread Richard Purdie
Without this set, in the case host=target (which it does for on-target gcc), the native header directory is set to the target sysroot with no prefix. This means it would look for sdt.h on the build system instead of in the target headers and this can lead to build failures and is host

Re: [OE-core] [oe-commits] Radu Moisan : dbus: include dbus-launch in the main dbus package

2012-08-01 Thread Radu Moisan
Could not get rid of PREFERRED_PROVIDER warning. Tried different variations but the warning remains there every time. Can you give me some hint about PREFERRED_PROVIDER usage? Thanks, Radu On 07/31/2012 04:22 PM, Martin Jansa wrote: On Tue, Jul 31, 2012 at 11:02:42AM +,

Re: [OE-core] [oe-commits] Radu Moisan : dbus: include dbus-launch in the main dbus package

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 11:17:39AM +0300, Radu Moisan wrote: Could not get rid of PREFERRED_PROVIDER warning. Tried different variations but the warning remains there every time. Can you give me some hint about PREFERRED_PROVIDER usage? It's not problem in configuration, it's bug in dbus

Re: [OE-core] [oe-commits] Radu Moisan : dbus: include dbus-launch in the main dbus package

2012-08-01 Thread Radu Moisan
ok, thanks Martin, I'll give it a shot later today. Radu On 08/01/2012 11:28 AM, Martin Jansa wrote: On Wed, Aug 01, 2012 at 11:17:39AM +0300, Radu Moisan wrote: Could not get rid of PREFERRED_PROVIDER warning. Tried different variations but the warning remains there every time. Can you give

[OE-core] [PATCH 1/2] createrepo 0.4.11: add rpm-createsolvedb.py

2012-08-01 Thread Robert Yang
Move scripts/rpm-createsolvedb.py to meta/recipes-support/createrepo/createrepo/ since we should wrap it to use the native python. [YOCTO #2822] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/classes/rootfs_rpm.bbclass|2 +-

[OE-core] [PATCH 2/2] createrepo 0.4.11: create wrapper for python script

2012-08-01 Thread Robert Yang
The native python is installed to ${STAGING_BINDIR_NATIVE}/python-native/python, so we should use wrapper for the python script. [YOCTO #2822] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../createrepo/createrepo_0.4.11.bb| 15 ++- 1 files changed, 14

[OE-core] [PATCH 0/2] createrepo 0.4.11: create wrapper for python script

2012-08-01 Thread Robert Yang
This is used for fixing the rpm-createsolvedb.py error: 'import site' failed; use -v for traceback Traceback (most recent call last): File /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly/build/scripts/rpm-createsolvedb.py, line 14, in import sys, os ImportError: No module named os

[OE-core] meta-oe and meta-systemd

2012-08-01 Thread Paul Eggleton
Hi folks, As many of you already know, a couple of weeks ago systemd support was moved out of the meta-oe layer and into a new meta-systemd layer: http://cgit.openembedded.org/meta-openembedded/tree/meta-systemd This means two things: 1) meta-oe no longer imposes systemd-related changes on

[OE-core] core-image.bbclass: Fix typo in comment, IMAGE_FEAETURES

2012-08-01 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 13e45aa..b2815b9 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass @@ -46,7 +46,7 @@ PACKAGE_GROUP_package-management =

[OE-core] [PATCH] kmod: Upgrade to upstream version 9.0

2012-08-01 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- meta/recipes-kernel/kmod/kmod.inc|6 +++--- meta/recipes-kernel/kmod/kmod_git.bb |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index

[OE-core] [PATCH] liburcu: Upgrade to upstream 0.7.3

2012-08-01 Thread Radu Moisan
LICENSE file has data changed. Signed-off-by: Radu Moisan radu.moi...@intel.com --- meta/recipes-support/liburcu/liburcu_0.7.3.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/liburcu/liburcu_0.7.3.bb b/meta/recipes-support/liburcu/liburcu_0.7.3.bb

Re: [OE-core] [PATCH] liburcu: Upgrade to upstream 0.7.3

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 02:42:00PM +0300, Radu Moisan wrote: LICENSE file has data changed. Without any change in package (tarball checksums)? This is follow up to: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-July/025034.html right? Because this change alone doesn't make much

Re: [OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-01 Thread Otavio Salvador
On Wed, Aug 1, 2012 at 3:50 AM, Martin Jansa martin.ja...@gmail.com wrote: reexecuting do_compile in u-boot causes .bfd being appended multiple times and resulting in errors like: /bin/bash: arm-oe-linux-gnueabi-ld.bfd.bfd.bfd: command not found I am just wondering why it'd end re-executed?

[OE-core] [PATCH 1/1] qt4: fix qt4-native build failure on SLED-11

2012-08-01 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This issue is that with C++ compiler process an old version of kernel header file, coincidently that file has a variable named 'new': * 'embedded/qkbdtty_qws.cpp' include 'linux/vt.h'; * '/usr/include/linux/vt.h' has below code on SLED-11.x: +

[OE-core] [PATCH 0/1] qt4: fix qt4-native build failure on SLED-11

2012-08-01 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Workaround kernel headers using new as variable name. The problem is specific to SLED-11, other distros use newev rather than new. [YOCTO #2845] The following changes since commit fd6251ef548da7dbca354754cc0b666b2ccd0c45: imagetest-qemu.bbclass:

Re: [OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 08:48:08AM -0300, Otavio Salvador wrote: On Wed, Aug 1, 2012 at 3:50 AM, Martin Jansa martin.ja...@gmail.com wrote: reexecuting do_compile in u-boot causes .bfd being appended multiple times and resulting in errors like: /bin/bash:

[OE-core] [PATCH 07/12] mesa: enable GLESv2

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 +-- meta/recipes-graphics/mesa/mesa-dri.inc|1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 06/12] mesa: Use 'require' instead of 'include'

2012-08-01 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com These include files are really required, not optional. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb |6 +++---

[OE-core] [PATCH 05/12] mesa: Update to 8.0.4 (latest stable version)

2012-08-01 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com - The license file has changed, but the project still has the same license - Patches have been rebased on top of the 8.0 branch. crossfix.patch and crossfix-mklib.patch have been merged as they address the same problem Signed-off-by: Damien

[OE-core] [PATCH 01/12] mesa: format the packages list nicely

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 120a256..2385f9d 100644 ---

[OE-core] [PATCH 04/12] mesa: enable the Graphic Buffer Manager library

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |6 +- meta/recipes-graphics/mesa/mesa-dri.inc|6 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc

[OE-core] [PATCH 08/12] mesa: enable EGL, with DRM and X11 platforms

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |6 +++--- meta/recipes-graphics/mesa/mesa-dri.inc|5 - 2 files changed, 7 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 10/12] poky: add EGL and OpenGLESv2 features

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-yocto/conf/distro/poky.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index cc9fa6c..de7a36c 100644 --- a/meta-yocto/conf/distro/poky.conf

[OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Ross Burton
This patch series upgrades mesa-dri to the latest upstream, enables GLES2 and EGL, and lets mesa-dri build without X11. mesa-xlib doesn't get all the new packages as it's not that useful (no HW acceleration). Tested on a Sandy Bridge, running glxgears/gles2gears. The following changes since

[OE-core] [PATCH 09/12] mesa: respect x11 DISTRO_FEATURE

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc | 10 --- meta/recipes-graphics/mesa/mesa-dri.inc|

[OE-core] [PATCH 12/12] mesa-demos: fix GLES2 build

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb index bfc62c5..0685711

Re: [OE-core] u-boot do_compile should be reentrant even with ld-is-gold

2012-08-01 Thread Otavio Salvador
On Wed, Aug 1, 2012 at 8:59 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Aug 01, 2012 at 08:48:08AM -0300, Otavio Salvador wrote: On Wed, Aug 1, 2012 at 3:50 AM, Martin Jansa martin.ja...@gmail.com wrote: reexecuting do_compile in u-boot causes .bfd being appended multiple times

[OE-core] [PATCH 11/12] mesa: no need to depend on python-native, the class does that

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index e5e91a3..698f4fe 100644 ---

[OE-core] [PATCH 02/12] mesa: move glu.pc to libglu-dev

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 2385f9d..4aa7f5f 100644 ---

[OE-core] [PATCH 03/12] mesa: add --enable-shared-glapi, and package it in libglapi

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 4aa7f5f..509b021 100644

Re: [OE-core] [PATCH 05/12] mesa: Update to 8.0.4 (latest stable version)

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 01:31:11PM +0100, Ross Burton wrote: From: Damien Lespiau damien.lesp...@intel.com - The license file has changed, but the project still has the same license - Patches have been rebased on top of the 8.0 branch. crossfix.patch and crossfix-mklib.patch have been

Re: [OE-core] [PATCH 1/1] qt4: fix qt4-native build failure on SLED-11

2012-08-01 Thread Paul Eggleton
On Wednesday 01 August 2012 19:50:02 wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com This issue is that with C++ compiler process an old version of kernel header file, coincidently that file has a variable named 'new': * 'embedded/qkbdtty_qws.cpp' include

Re: [OE-core] [PATCH 05/12] mesa: Update to 8.0.4 (latest stable version)

2012-08-01 Thread Burton, Ross
On 1 August 2012 13:35, Martin Jansa martin.ja...@gmail.com wrote: This ^ isn't for oe-core. Indeed you're right, I forgot to split it out as I'm lazy and work from the poky repo. Ross ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 07/12] mesa: enable GLESv2

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 01:31:13PM +0100, Ross Burton wrote: Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 +-- meta/recipes-graphics/mesa/mesa-dri.inc|1 + 2

Re: [OE-core] [PATCH 09/12] mesa: respect x11 DISTRO_FEATURE

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 01:31:15PM +0100, Ross Burton wrote: Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc |

Re: [OE-core] [PATCH 12/12] mesa-demos: fix GLES2 build

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 01:31:18PM +0100, Ross Burton wrote: Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb

Re: [OE-core] [PATCH 05/12] mesa: Update to 8.0.4 (latest stable version)

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 01:37:31PM +0100, Burton, Ross wrote: On 1 August 2012 13:35, Martin Jansa martin.ja...@gmail.com wrote: This ^ isn't for oe-core. Indeed you're right, I forgot to split it out as I'm lazy and work from the poky repo. The same for poky: add EGL and OpenGLESv2

[OE-core] [PATCH] dbus: provide/replace dbus-x11 only for target

2012-08-01 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-core/dbus/dbus.inc |4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 164c4d3..53171e9 100644 --- a/meta/recipes-core/dbus/dbus.inc +++

Re: [OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Koen Kooi
Op 1 aug. 2012, om 14:31 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: This patch series upgrades mesa-dri to the latest upstream, enables GLES2 and EGL That will sadly break all the powervr based evil binaries (e.g. all cortex arm chips from TI) since there will be 2

Re: [OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Burton, Ross
On 1 August 2012 14:32, Koen Kooi k...@dominion.thruhere.net wrote: That will sadly break all the powervr based evil binaries (e.g. all cortex arm chips from TI) since there will be 2 providers of those libs. I looked at this a few years ago (when mesa gained libegl) and I couldn't come up

Re: [OE-core] [PATCH] liburcu: Upgrade to upstream 0.7.3

2012-08-01 Thread Radu Moisan
just realised I had two patches in my tree, that's why I missed the checksum. I'll fix that in a bit. Radu On 08/01/2012 02:44 PM, Martin Jansa wrote: On Wed, Aug 01, 2012 at 02:42:00PM +0300, Radu Moisan wrote: LICENSE file has data changed. Without any change in package (tarball

[OE-core] [PATCH v2] liburcu: Upgrade to upstream 0.7.3

2012-08-01 Thread Radu Moisan
LICENSE file has the date changed otherwise just a regular package update. Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../liburcu/{liburcu_0.6.7.bb = liburcu_0.7.3.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/liburcu/{liburcu_0.6.7.bb

[OE-core] This is a series of patches to update recipes that display warnings about the

2012-08-01 Thread Morgan Little
I compared the environment variables to make sure that they expanded out to the same variables so nothing should be changed during runtime. The following changes since commit 4029ce1a15e1dbd37ee77ccf2a915e463b7b: Khem Raj (1): package_rpm.bbclass: Accomodate dash when using arrays

[OE-core] [PATCH 05/19] less: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/less/less_444.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/less/less_444.bb b/meta/recipes-extended/less/less_444.bb index 146b4fd..d18293d 100644 ---

[OE-core] [PATCH 01/19] tinylogin: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-core/tinylogin/tinylogin_1.4.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/tinylogin/tinylogin_1.4.bb b/meta/recipes-core/tinylogin/tinylogin_1.4.bb index

[OE-core] [PATCH 02/19] patch: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-devtools/patch/patch.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index 21c06c6..80e00f6 100644 ---

[OE-core] [PATCH 06/19] mingetty: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/mingetty/mingetty_1.08.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb index

[OE-core] [PATCH 07/19] mktemp: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/mktemp/mktemp_1.7.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb index b3a3d51..57f0df3

[OE-core] [PATCH 04/19] gawk: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/gawk/gawk_3.1.5.bb |8 meta/recipes-extended/gawk/gawk_4.0.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb

[OE-core] [PATCH 08/19] msmtp: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/msmtp/msmtp_1.4.24.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb index

[OE-core] [PATCH 10/19] time: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/time/time.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/time/time.inc b/meta/recipes-extended/time/time.inc index 8e35843..b7cedac 100644 ---

[OE-core] [PATCH 09/19] sed: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/sed/sed_4.1.2.bb |8 meta/recipes-extended/sed/sed_4.2.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb

[OE-core] [PATCH 12/19] which: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/which/which_2.18.bb |6 +++--- meta/recipes-extended/which/which_2.20.bb |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-extended/which/which_2.18.bb

[OE-core] [PATCH 11/19] wget: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/wget/wget.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 4e1e931..0047329 100644 ---

[OE-core] [PATCH 13/19] metacity: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-gnome/gnome/metacity_2.30.3.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb b/meta/recipes-gnome/gnome/metacity_2.30.3.bb index

[OE-core] [PATCH 15/19] matchbox-wm-2: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- .../matchbox-wm-2/matchbox-wm-2_git.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb

[OE-core] [PATCH 16/19] mini-x-session: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- .../mini-x-session/mini-x-session_0.1.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb

[OE-core] [PATCH 17/19] mutter: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-graphics/mutter/mutter.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mutter/mutter.inc b/meta/recipes-graphics/mutter/mutter.inc index 4b73d97..a03ad4b 100644 ---

[OE-core] [PATCH 19/19] rxvt-unicode: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- .../recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb

[OE-core] [PATCH 14/19] matchbox-session: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- .../matchbox-session/matchbox-session_0.1.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb

[OE-core] [PATCH 18/19] powertop: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-kernel/powertop/powertop_1.13.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/powertop/powertop_1.13.bb b/meta/recipes-kernel/powertop/powertop_1.13.bb index

[OE-core] [PATCH] sip.bbclass: fix sip-native dependency

2012-08-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/sip.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/sip.bbclass b/meta/classes/sip.bbclass index 3a00e4d..074d4dd 100644 --- a/meta/classes/sip.bbclass +++

Re: [OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Damien Lespiau
On 1 August 2012 14:32, Koen Kooi k...@dominion.thruhere.net wrote: Op 1 aug. 2012, om 14:31 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: This patch series upgrades mesa-dri to the latest upstream, enables GLES2 and EGL That will sadly break all the powervr based evil

Re: [OE-core] This is a series of patches to update recipes that display warnings about the

2012-08-01 Thread Little, Morgan
On 12-08-01 10:31 AM, Martin Jansa wrote: On Wed, Aug 01, 2012 at 10:12:01AM -0400, Morgan Little wrote: I compared the environment variables to make sure that they expanded out to the same variables so nothing should be changed during runtime. The following changes since commit

Re: [OE-core] [PATCH 07/12] mesa: enable GLESv2

2012-08-01 Thread Burton, Ross
On 1 August 2012 13:44, Martin Jansa martin.ja...@gmail.com wrote: +PROVIDES = virtual/libgl virtual/libgles2 Shouldn't be this provided only for opengles2 in DISTRO_FEATURES? I've changed my mind on this -- gles2 is just another library so if it isn't used on the distro it won't be installed.

Re: [OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Koen Kooi
Op 1 aug. 2012, om 16:38 heeft Damien Lespiau damien.lesp...@gmail.com het volgende geschreven: On 1 August 2012 14:32, Koen Kooi k...@dominion.thruhere.net wrote: Op 1 aug. 2012, om 14:31 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: This patch series upgrades

Re: [OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Burton, Ross
On 1 August 2012 15:54, Koen Kooi k...@dominion.thruhere.net wrote: Apart from the fact that both aren't machine specific. Making them machine specific would be a regression. Theoretically, yes. Practically, only one of the libegl.so (libgl, etc etc) actually works on a particular machine.

Re: [OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Koen Kooi
Op 1 aug. 2012, om 16:34 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 1 August 2012 15:33, Koen Kooi k...@dominion.thruhere.net wrote: Rename the mesa ones to libegl-mesa (etc), and encourage TI to use libegl-ti? Recipe names don't matter, the .so files in

Re: [OE-core] [PATCH 09/19] sed: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/sed/sed_4.1.2.bb |8 meta/recipes-extended/sed/sed_4.2.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git

Re: [OE-core] [PATCH 10/19] time: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/time/time.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/time/time.inc b/meta/recipes-extended/time/time.inc

Re: [OE-core] [PATCH 11/19] wget: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/wget/wget.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc

Re: [OE-core] [PATCH 12/19] which: use new update-alternatives

2012-08-01 Thread Mark Hatle
On 8/1/12 9:12 AM, Morgan Little wrote: Signed-off-by: Morgan Little morgan.lit...@windriver.com --- meta/recipes-extended/which/which_2.18.bb |6 +++--- meta/recipes-extended/which/which_2.20.bb |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Burton, Ross
On 1 August 2012 15:54, Koen Kooi k...@dominion.thruhere.net wrote: That won't work with debian renaming and shlib will pick up both anyway. You can only have one libegl.so *ever* during the build. In Debian the packages are renamed libgles2-mesa, and so on... Ross

[OE-core] number of tasks increased since last update

2012-08-01 Thread Andreas Müller
Hi, today I updated and found the the number of tasks has increased about 400. Another strange behaviour: in my build dir there are two new folders: x86_64-nativesdk-angstromsdk-linux x86_64-angstromsdk-linux but up to now I was not interested in sdk stuff. Is that another bug or a feature?

[OE-core] [PATCH 03/11] mesa: add --enable-shared-glapi, and package it in libglapi

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 4aa7f5f..509b021 100644

[OE-core] [PATCH 06/11] mesa: Use 'require' instead of 'include'

2012-08-01 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com These include files are really required, not optional. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb |6 +++---

[OE-core] [PATCH 00/11] Mesa upgrade/improvements V2

2012-08-01 Thread Ross Burton
Split out the meta-yocto changes, used PACKAGECONFIG (please review this bit), dropped the gles feature, enabled glesv1. Even if there is some debate over the latter GLES/EGL patches, it would be good to see the earlier patches land. The following changes since commit

[OE-core] [PATCH 01/11] mesa: format the packages list nicely

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 120a256..2385f9d 100644 ---

[OE-core] [PATCH 04/11] mesa: enable the Graphic Buffer Manager library

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |6 +- meta/recipes-graphics/mesa/mesa-dri.inc|6 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc

[OE-core] [PATCH 05/11] mesa: Update to 8.0.4 (latest stable version)

2012-08-01 Thread Ross Burton
From: Damien Lespiau damien.lesp...@intel.com - The license file has changed, but the project still has the same license - Patches have been rebased on top of the 8.0 branch. crossfix.patch and crossfix-mklib.patch have been merged as they address the same problem Signed-off-by: Damien

[OE-core] [PATCH 02/11] mesa: move glu.pc to libglu-dev

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 2385f9d..4aa7f5f 100644 ---

[OE-core] [PATCH 07/11] mesa: enable GLES v1 and v2

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc | 10 -- meta/recipes-graphics/mesa/mesa-dri.inc|1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 09/11] mesa: respect x11 DISTRO_FEATURE

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + meta/recipes-graphics/mesa/mesa-common.inc | 16 ++- meta/recipes-graphics/mesa/mesa-dri.inc

[OE-core] [PATCH 08/11] mesa: enable EGL, with DRM and X11 platforms

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau damien.lesp...@intel.com. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |6 +++--- meta/recipes-graphics/mesa/mesa-dri.inc|7 ++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 10/11] mesa: no need to depend on python-native, the class does that

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 661e76e..dfc9266 100644 ---

[OE-core] [PATCH 11/11] mesa-demos: fix GLES2 build

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb index bfc62c5..1d16bfc

Re: [OE-core] [PATCH 11/11] mesa-demos: fix GLES2 build

2012-08-01 Thread Burton, Ross
In all my rebasing I lost a file, whoops. Will re-send this one. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 00/12] Mesa upgrade/improvements

2012-08-01 Thread Koen Kooi
Op 1 aug. 2012, om 16:57 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 1 August 2012 15:54, Koen Kooi k...@dominion.thruhere.net wrote: Apart from the fact that both aren't machine specific. Making them machine specific would be a regression. Theoretically, yes.

Re: [OE-core] static busybox?

2012-08-01 Thread Stuart Yoder
On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle mark.ha...@windriver.com wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote: We are doing some work with LXC (containers) and one of the templates is for busybox. For LXC,

Re: [OE-core] [oe-core][RFC] gdb-cross: add pythonnative

2012-08-01 Thread Darren Hart
On 07/31/2012 04:10 AM, Martin Jansa wrote: On Tue, Jul 31, 2012 at 12:07:06PM +0100, Richard Purdie wrote: On Tue, 2012-07-31 at 03:26 +0200, Martin Jansa wrote: * fails like this without: | gcc -isystem/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe

Re: [OE-core] static busybox?

2012-08-01 Thread Mark Hatle
On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle mark.ha...@windriver.com wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote: We are doing some work with LXC (containers) and one of

Re: [OE-core] static busybox?

2012-08-01 Thread Darren Hart
On 07/31/2012 01:01 PM, Mark Hatle wrote: On 7/31/12 2:36 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 31, 2012 at 1:14 PM, Stuart Yoder b08...@gmail.com wrote: We are doing some work with LXC (containers) and one of the templates is for busybox. For LXC, the busybox package needs to be

Re: [OE-core] static busybox?

2012-08-01 Thread Darren Hart
On 08/01/2012 09:36 AM, Mark Hatle wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle mark.ha...@windriver.com wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote: We are

Re: [OE-core] static busybox?

2012-08-01 Thread Bruce Ashfield
On Wed, Aug 1, 2012 at 12:49 PM, Darren Hart dvh...@linux.intel.com wrote: On 08/01/2012 09:36 AM, Mark Hatle wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle

Re: [OE-core] static busybox?

2012-08-01 Thread McClintock Matthew-B29882
On Wed, Aug 1, 2012 at 11:36 AM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle mark.ha...@windriver.com wrote: On 7/31/12 1:14

Re: [OE-core] static busybox?

2012-08-01 Thread Mark Hatle
On 8/1/12 1:59 PM, McClintock Matthew-B29882 wrote: On Wed, Aug 1, 2012 at 11:36 AM, Mark Hatle mark.ha...@windriver.com wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle

Re: [OE-core] number of tasks increased since last update

2012-08-01 Thread Chris Larson
On Wed, Aug 1, 2012 at 8:29 AM, Andreas Müller schnitzelt...@googlemail.com wrote: today I updated and found the the number of tasks has increased about 400. Another strange behaviour: in my build dir there are two new folders: x86_64-nativesdk-angstromsdk-linux x86_64-angstromsdk-linux

Re: [OE-core] number of tasks increased since last update

2012-08-01 Thread Mark Hatle
On 8/1/12 2:08 PM, Chris Larson wrote: On Wed, Aug 1, 2012 at 8:29 AM, Andreas Müller schnitzelt...@googlemail.com wrote: today I updated and found the the number of tasks has increased about 400. Another strange behaviour: in my build dir there are two new folders:

  1   2   >