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

2012-08-01 Thread Radu Moisan
No it doesn't, just found Alex's patch. Since Alex's patch is older and ongoing review, just forget about this one. Radu On 08/01/2012 05:01 PM, Martin Jansa wrote: On Wed, Aug 01, 2012 at 04:54:58PM +0300, Radu Moisan wrote: LICENSE file has the date changed otherwise just a regular package u

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove default module_autoload and module_conf values

2012-08-01 Thread Bruce Ashfield
On Wed, Aug 1, 2012 at 11:12 PM, Khem Raj wrote: > On Wed, Aug 1, 2012 at 7:58 PM, Bruce Ashfield > wrote: >> On Wed, Aug 1, 2012 at 7:15 PM, Khem Raj wrote: >>> >>> On Jul 27, 2012, at 3:39 PM, Darren Hart wrote: >>> > kernel.bbclass is a common class for many different kernel versions, >

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove default module_autoload and module_conf values

2012-08-01 Thread Khem Raj
On Wed, Aug 1, 2012 at 7:58 PM, Bruce Ashfield wrote: > On Wed, Aug 1, 2012 at 7:15 PM, Khem Raj wrote: >> >> On Jul 27, 2012, at 3:39 PM, Darren Hart wrote: >> kernel.bbclass is a common class for many different kernel versions, and as such the default module_autoload and module_conf

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove default module_autoload and module_conf values

2012-08-01 Thread Bruce Ashfield
On Wed, Aug 1, 2012 at 7:15 PM, Khem Raj wrote: > > On Jul 27, 2012, at 3:39 PM, Darren Hart wrote: > >>> kernel.bbclass is a common class for many different kernel versions, >>> and as such the default module_autoload and module_conf values that >>> it contains are not relevant, or out of date f

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

2012-08-01 Thread wenzong fan
On 08/01/2012 08:36 PM, Paul Eggleton wrote: 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

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-01 Thread Robert P. J. Day
On Wed, 1 Aug 2012, Chris Larson wrote: > On Wed, Aug 1, 2012 at 6:06 PM, Robert P. J. Day > wrote: > > On Wed, 1 Aug 2012, Chris Larson wrote: > > > >> On Wed, Aug 1, 2012 at 4:57 PM, Robert P. J. Day > >> wrote: > >> > | + cp -a ERROR: ld.so: object ''\''libpseudo.so'\''' from LD_PRELOAD > >

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

2012-08-01 Thread wenzong.fan
From: Wenzong Fan v2 update: Add description and signed-off-by to inner patch. The following changes since commit 62d42fe3cfa575cb97b484ccf7b2e9a25cc50770: tiny-init: Setup /dev/ptmx in init (2012-08-01 23:11:18 +0100) are available in the git repository at: git://git.pokylinux.org/poky-

[OE-core] [PATCH 1/1 v2] 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

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-01 Thread Chris Larson
On Wed, Aug 1, 2012 at 6:06 PM, Robert P. J. Day wrote: > On Wed, 1 Aug 2012, Chris Larson wrote: > >> On Wed, Aug 1, 2012 at 4:57 PM, Robert P. J. Day >> wrote: >> > | + cp -a ERROR: ld.so: object ''\''libpseudo.so'\''' from LD_PRELOAD >> > cannot be preloaded: ignored. >> > /home/rpjday/CodeSo

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-01 Thread Robert P. J. Day
On Wed, 1 Aug 2012, Chris Larson wrote: > On Wed, Aug 1, 2012 at 4:57 PM, Robert P. J. Day > wrote: > > | + cp -a ERROR: ld.so: object ''\''libpseudo.so'\''' from LD_PRELOAD > > cannot be preloaded: ignored. > > /home/rpjday/CodeSourcery/Sourcery_G++_Lite/bin/../arm-none-linux-gnueabi/libc/lib/.

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-01 Thread Chris Larson
On Wed, Aug 1, 2012 at 4:57 PM, Robert P. J. Day wrote: > | + cp -a ERROR: ld.so: object ''\''libpseudo.so'\''' from LD_PRELOAD > cannot be preloaded: ignored. > /home/rpjday/CodeSourcery/Sourcery_G++_Lite/bin/../arm-none-linux-gnueabi/libc/lib/. > /home/rpjday/y/builds/oe/qemuarm_csl/tmp-eglibc/w

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-01 Thread Robert P. J. Day
On Wed, 1 Aug 2012, McClintock Matthew-B29882 wrote: > On Wed, Aug 1, 2012 at 6:36 PM, Robert P. J. Day > wrote: > > > > having never used an external toolchain to build an OE image, i > > figured i'd give it a shot to build for qemuarm so, based on *minutes* > > of research to see what it wou

Re: [OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-01 Thread McClintock Matthew-B29882
On Wed, Aug 1, 2012 at 6:36 PM, Robert P. J. Day wrote: > > having never used an external toolchain to build an OE image, i > figured i'd give it a shot to build for qemuarm so, based on *minutes* > of research to see what it would take to use one from code sourcery, > what i came up with was: >

[OE-core] using an external (arm) toolchain - just checking i did this properly

2012-08-01 Thread Robert P. J. Day
having never used an external toolchain to build an OE image, i figured i'd give it a shot to build for qemuarm so, based on *minutes* of research to see what it would take to use one from code sourcery, what i came up with was: 1) download arm-2009q1-203-arm-none-linux-gnueabi.bin and run it t

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove default module_autoload and module_conf values

2012-08-01 Thread Khem Raj
On Jul 27, 2012, at 3:39 PM, Darren Hart wrote: >> kernel.bbclass is a common class for many different kernel versions, >> and as such the default module_autoload and module_conf values that >> it contains are not relevant, or out of date for most builds. >> >> Individual kernel recipes or dist

Re: [OE-core] [PATCH 0/1] Update pseudo to 1.4 (target improvements)

2012-08-01 Thread Khem Raj
On Jul 27, 2012, at 2:54 PM, Peter Seebach wrote: > Someone managed to do something which caused pseudo to try to build > on ARM, where -m32 doesn't work, and I looked at the sort of half-baked > --arch fix in tree, concluded I hated it, and redid it. So as of 1.4, > pseudo now has support for a

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

2012-08-01 Thread Khem Raj
On Jul 31, 2012, at 11:54 PM, Martin Jansa wrote: > well not exactly like this one as this is causing > /bin/sh: 1: Syntax error: Bad fd number > probably from ">&" in dash yes. I swear I have since fixed this patch this seems to be an older version did you look into meta-ti/master ? __

[OE-core] Minutes: OE-TSC 17 July 2012

2012-08-01 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 17 July 2012 Attending: Paul, Mark, Khem, Koen, Richard Agenda & Results 1. pick a chair - RP 2. lingering issues a. raise awareness of "janitor" list, QA "bugs" -> continue b. discuss

Re: [OE-core] [PATCH] dbus: Ensure dbus-nativesdk doesn't RPROVIDE dbus-x11

2012-08-01 Thread Richard Purdie
On Thu, 2012-08-02 at 00:03 +0200, Martin Jansa wrote: > On Wed, Aug 01, 2012 at 10:54:43PM +0100, Richard Purdie wrote: > > dbus-x11 should not RPROVIDE dbus-x11 as this is incorrect and confuses > > builds. This fixes the nativesdk case. > > > > Signed-off-by: Richard Purdie > > --- > > diff --

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

2012-08-01 Thread Richard Purdie
On Wed, 2012-08-01 at 17:14 +0800, Robert Yang wrote: > 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.p

Re: [OE-core] [PATCH] dbus: Ensure dbus-nativesdk doesn't RPROVIDE dbus-x11

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 10:54:43PM +0100, Richard Purdie wrote: > dbus-x11 should not RPROVIDE dbus-x11 as this is incorrect and confuses > builds. This fixes the nativesdk case. > > Signed-off-by: Richard Purdie > --- > diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.i

[OE-core] [PATCH] dbus: Ensure dbus-nativesdk doesn't RPROVIDE dbus-x11

2012-08-01 Thread Richard Purdie
dbus-x11 should not RPROVIDE dbus-x11 as this is incorrect and confuses builds. This fixes the nativesdk case. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 164c4d3..1984c74 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b

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

2012-08-01 Thread Martin Jansa
On Wed, Aug 01, 2012 at 04:36:36PM +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 | 16 ++- > meta/recipes-graphics

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

2012-08-01 Thread Richard Purdie
On Wed, 2012-08-01 at 17:29 +0200, Andreas Müller wrote: > 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

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

2012-08-01 Thread Chris Larson
On Wed, Aug 1, 2012 at 1:06 PM, Chris Larson wrote: >>> I just went to build core-image-base and saw it building crosssdk >>> stuff -- not sure if it's related, but thought I'd throw that >>> datapoint out there. >>> >> >> do you have the updated bitbake? Prior to RP's changes about a month ago,

[OE-core] denzil-next (1.2.2) staging branch change

2012-08-01 Thread Scott Garman
Hello, I just wanted to make a short announcement that I've just renamed my sgarman/denzil-next-1.2.2 staging branches to simply sgarman/denzil-next. oe-core based: http://git.openembedded.org/openembedded-core-contrib/log/?h=sgarman/denzil-next poky based: http://git.yoctoproject.org/cgit/cg

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

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

Re: [OE-core] static busybox?

2012-08-01 Thread Otavio Salvador
On Wed, Aug 1, 2012 at 4:05 PM, Mark Hatle wrote: > On 8/1/12 1:59 PM, McClintock Matthew-B29882 wrote: >> This is one approach, to change busybox completely for a specific >> added layer. But, what if we only want to make this change to busybox >> if the lxc recipe is included in the image? What

[OE-core] [PATCH 0/1] send-pull-request: Make -a really imply -c

2012-08-01 Thread Darren Hart
The following changes since commit 674d65c94478a1ff33ef9d9c1e49f677091301f4: imagetest-qemu.bbclass: Fix whitespace issues (2012-08-01 09:08:25 +0100) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core pullrequest http://git.yoctoproject.org/cgit

[OE-core] [PATCH 1/1] send-pull-request: Make -a really imply -c

2012-08-01 Thread Darren Hart
The switch statement does not fall through as the comment suggests. This results in -a not implying -c as was intended. Add the two lines from -c to -a to achieve the intended behavior. Signed-off-by: Darren Hart --- scripts/send-pull-request |3 ++- 1 files changed, 2 insertions(+), 1 dele

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

2012-08-01 Thread Elvis Dowson
Hi, On Aug 1, 2012, at 11:08 PM, Chris Larson wrote: > On Wed, Aug 1, 2012 at 8:29 AM, Andreas Müller > 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-angstro

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

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 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 > > but up to now I was not

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 wrote: On 8/1/12 11:21 AM, Stuart Yoder wrote: On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote

Re: [OE-core] static busybox?

2012-08-01 Thread McClintock Matthew-B29882
On Wed, Aug 1, 2012 at 11: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 >> wrote: >>> >>> On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle >>> wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote: > > > We are d

Re: [OE-core] static busybox?

2012-08-01 Thread Bruce Ashfield
On Wed, Aug 1, 2012 at 12:49 PM, Darren Hart 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 >>> wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle wrote: > On 7/31/12 1:14 PM, St

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 >> wrote: >>> On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle >>> wrote: On 7/31/12 1:14 PM, Stuart Yoder wrote: > > We are doing some work with LXC (

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

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 wrote: On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle 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, the busyb

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 -L/OE

Re: [OE-core] static busybox?

2012-08-01 Thread Stuart Yoder
On Tue, Jul 31, 2012 at 3:07 PM, Bruce Ashfield wrote: > On Tue, Jul 31, 2012 at 3:59 PM, Mark Hatle 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, the busybox package needs to be built

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" het volgende geschreven: > 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 (

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

[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

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

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

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

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

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

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

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

[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

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

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

  1   2   >