[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 contamination

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 +, g...@git.openembed

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 m

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 m

[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 --- meta/classes/rootfs_rpm.bbclass|2 +- .../createrepo/createrepo}/rpm-createsolvedb.py|0

[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 --- .../createrepo/createrepo_0.4.11.bb| 15 ++- 1 files changed, 14 insertions(+), 1 deletions

[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 tho

[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 --- 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 = "${ROOTFS_PKGMANAGE}"

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

2012-08-01 Thread Radu Moisan
Signed-off-by: Radu Moisan --- 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 adba4d4..e4b4a98 100644 --

[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 --- 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 index a28c3e6..86f29be

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 s

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 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? due changes on sstate

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

2012-08-01 Thread wenzong.fan
From: Wenzong Fan 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: + unsigned int new; On mostly h

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

2012-08-01 Thread wenzong.fan
From: Wenzong Fan 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: Fix whitespace issues

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 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 fo

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

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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 a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/re

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

2012-08-01 Thread Ross Burton
From: Damien Lespiau These include files are really required, not optional. Signed-off-by: Damien Lespiau Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb |6 +++--- meta/recipes-graphics/mesa/mesa-dri_git.bb|6 +++--- meta/recipes-graphics/mesa/mesa-xl

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

2012-08-01 Thread Ross Burton
From: Damien Lespiau - 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 Lespiau Signed-off-by: Ross

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 --- a/meta/recipes-graphic

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 b/meta/recipes-graphics/mesa/mesa-common.i

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

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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 a/meta/recipes-graphics/mesa/mesa-common.inc b/meta

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 +++ b/meta-yocto/conf/di

[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 comm

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

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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|3 +- meta/recipes-graphics/mesa/mesa-git.in

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 100644 --- a/meta/reci

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 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 wrote: >> > reexecuting do_compile in u-boot causes .bfd being appended multiple >> > times and resulting in errors like: >> > /bi

[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 --- 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 --- a/meta/recipes-graphics/

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 --- a/meta/recipes-graphics/

[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 --- 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 --- a/meta/recipes-grap

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 > > - 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 addre

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 > > 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/i

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 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 Openembedded-core@lists.openembedded.org http://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 . > > Signed-off-by: Ross Burton > --- > meta/recipes-graphics/mesa/mesa-common.inc |7 +-- > meta/recipes-graphics/mesa/mesa-dri.inc|1 + > 2 files changed, 6 insertions(+), 2 delet

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 . > > Signed-off-by: Ross Burton > --- > meta/recipes-graphics/mesa/mesa-8.0.4.inc |1 + > meta/recipes-graphics/mesa/mesa-common.inc | 10 --- > meta/recipes-graphics/mes

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 > --- > 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-gr

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 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 features" patch which

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

2012-08-01 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- 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 +++ b/meta/recipes-core/dbus/dbus.

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 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 providers of those libs

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

2012-08-01 Thread Radu Moisan
there's a typo there, LICENSE file has the date changed, otherwise this is just a regular package update. I mentioned this to justify the change in md5sum I'll correct that in another patch. Radu On 08/01/2012 02:44 PM, Martin Jansa wrote: On Wed, Aug 01, 2012 at 02:42:00PM +0300, Radu Moisan

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

2012-08-01 Thread Burton, Ross
On 1 August 2012 14:32, Koen Kooi 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 with a > solution other

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 checksums)

[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 --- .../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 => liburcu_0.7.3.bb}

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

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 04:54:58PM +0300, Radu Moisan wrote: > LICENSE file has the date changed otherwise just a regular > package update. And does this resolve Saul's review comments? > > Signed-off-by: Radu Moisan > --- > .../liburcu/{liburcu_0.6.7.bb => liburcu_0.7.3.bb} |6 +++--- > 1

[OE-core] [PATCH 03/19] ubootchart_svn: use new update-alternatives

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- meta/recipes-devtools/ubootchart/ubootchart_svn.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb index b49e94a..b752ab2 1006

[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 --- 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 --- a/meta/recipes-extended/less/le

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 195f0c7..b86141f 100644 --- a/meta/reci

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 --- a/meta/recipes-devtools/patch/patch.

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 fed5dfd..a0883a1 100644 --- a/

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 100644 --- a/meta/recipes-ex

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 b/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 --- 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 2d2ee52..08566ca 100644 --- a/meta/recipes

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 --- a/meta/recipes-extended/time/time.inc ++

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 b/meta/recipes-extended/sed/sed_4.1.2.bb index 3

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 b/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 --- 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 --- a/meta/recipes-extended/wget/wget.inc

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 6db19c4..cd1d94d 100644 --- a/meta/recipes

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- .../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 b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb index 8b162be..

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- .../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 b/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb index bc936

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 --- a/meta/recipes-graphics/mutt

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- .../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 b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb index 2415ba5..ad63dd6 100

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- .../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 b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb ind

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

2012-08-01 Thread Morgan Little
Signed-off-by: Morgan Little --- 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 b4f45dd..fd04b72 100644 --- a/meta/r

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

2012-08-01 Thread Martin Jansa
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 4029ce1a15e1dbd37ee77ccf2a915e463b7b: > Khem

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

2012-08-01 Thread Koen Kooi
Op 1 aug. 2012, om 15:41 heeft "Burton, Ross" het volgende geschreven: > On 1 August 2012 14:32, Koen Kooi 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

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

2012-08-01 Thread Burton, Ross
On 1 August 2012 15:33, Koen Kooi 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 sysroots and shlibdeps do. I meant the name of the generated package. libegl-mesa and libegl-ti shipping the same libraries is

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

2012-08-01 Thread Martin Jansa
Signed-off-by: Martin Jansa --- 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 +++ b/meta/classes/sip.bbclass @@ -9,6 +9,9 @@ RDEPE

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

2012-08-01 Thread Damien Lespiau
On 1 August 2012 14:32, Koen Kooi wrote: > > Op 1 aug. 2012, om 14:31 heeft Ross Burton 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

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 4029

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

2012-08-01 Thread Burton, Ross
On 1 August 2012 13:44, Martin Jansa 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. Ross _

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 het volgende geschreven: > On 1 August 2012 14:32, Koen Kooi wrote: >> >> Op 1 aug. 2012, om 14:31 heeft Ross Burton het >> volgende geschreven: >> >>> This patch series upgrades mesa-dri to the latest upstream, enables GLES2 >>> and >>> EGL >

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

2012-08-01 Thread Burton, Ross
On 1 August 2012 15:54, Koen Kooi 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. Ross

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" het volgende geschreven: > On 1 August 2012 15:33, Koen Kooi 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 sysroots and shlibdeps do. > > I meant th

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

2012-08-01 Thread Khem Raj
On Wed, Aug 1, 2012 at 1:07 AM, Richard Purdie wrote: > 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 header

Re: [OE-core] [PATCH 01/19] tinylogin: 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 --- 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 i

Re: [OE-core] [PATCH 02/19] patch: 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 --- 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 100

[OE-core] [PATCH] python-dbus: updated to 1.1.1

2012-08-01 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- .../{python-dbus_1.1.0.bb => python-dbus_1.1.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-dbus_1.1.0.bb => python-dbus_1.1.1.bb} (83%) diff --git a/meta/recipes-devtools/python/python-dbus_1.1

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

2012-08-01 Thread Koen Kooi
Op 1 aug. 2012, om 16:53 heeft "Burton, Ross" het volgende geschreven: > On 1 August 2012 13:44, Martin Jansa 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 anot

Re: [OE-core] [PATCH 05/19] less: 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 --- 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..d18293

Re: [OE-core] [PATCH 07/19] mktemp: 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 --- 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 b

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

2012-08-01 Thread Burton, Ross
On 1 August 2012 16:14, Koen Kooi wrote: >> 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. > > And shouldn't all this be a machine feature? Making it a distro feature is a > bit draconian, no? It's not a feature in my loc

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 --- 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 b/m

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 --- 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

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 --- 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 10064

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 --- 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

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

2012-08-01 Thread Burton, Ross
On 1 August 2012 15:54, Koen Kooi 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 ___ Ope

[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? And

[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 --- 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 --- a/meta/recipes-graph

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

2012-08-01 Thread Ross Burton
From: Damien Lespiau These include files are really required, not optional. Signed-off-by: Damien Lespiau Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb |6 +++--- meta/recipes-graphics/mesa/mesa-dri_git.bb|6 +++--- meta/recipes-graphics/mesa/mesa-xl

[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 3309cf42d314f0a26079a11836c6

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 --- a/meta/recipes-graphics

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 b/meta/recipes-graphics/mesa/mesa-common.in

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

2012-08-01 Thread Ross Burton
From: Damien Lespiau - 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 Lespiau Signed-off-by: Ross

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 --- a/meta/recipes-graphics/m

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

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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 a/meta/recipes-graphics/mesa/mesa-common.inc b/meta

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

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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|4 +-- meta/recipes-graphics/mesa/mesa-g

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

2012-08-01 Thread Ross Burton
Patch originally by Damien Lespiau . Signed-off-by: Ross Burton --- 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 a/meta/recipes-graphics/mesa/mesa-common.inc b/me

[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 --- 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 --- a/meta/recipes-graphics/m

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

2012-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- 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 100644 --- a/meta/recip

  1   2   >