Re: [OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Yu, Ke
> -Original Message- > From: Koen Kooi [mailto:k...@dominion.thruhere.net] > Sent: Saturday, October 01, 2011 12:33 AM > To: Patches and discussions about the oe-core layer > Cc: Yu, Ke; bitbake-de...@lists.openembedded.org; openembedded-core > Subject: Re: [OE-core] Feedback on HOB (new im

Re: [OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Yu, Ke
> -Original Message- > From: Gary Thomas [mailto:g...@mlbassoc.com] > Sent: Saturday, October 01, 2011 5:56 AM > To: Patches and discussions about the oe-core layer > Cc: Yu, Ke; bitbake-de...@lists.openembedded.org; Lock, Joshua > Subject: Re: [OE-core] Feedback on HOB (new image creator G

[OE-core] [PATCH v2 0/2] Fix useradd class to accept useradd long options.

2011-09-30 Thread Julian Pidancet
This first patch fixes the --root option for programs in shadow-native and allow one to specify useradd long options when using the useradd class in a recipe. This is demonstrated in the second patch which is a respin of another patch for the OpenSSH recipe I proposed earlier. As suggested by Saul

[OE-core] [PATCH v2 2/2] Use useradd and update-rc.d classes in the OpenSSH recipe

2011-09-30 Thread Julian Pidancet
The current sshd postinst and postrm scripts in the OpenSSH make the package dependant of the adduser/addgroup scripts which may not be available on all systems. This patch replaces the sshd postinst and postrm scripts with proper usage of the useradd and update-rc.d classes. This patch had been

[OE-core] [PATCH v2 1/2] Fix the --root option in shadow-native programs.

2011-09-30 Thread Julian Pidancet
The add_root_cmd_options.patch that we apply to shadow-native allow the various programs from the shadow utility package to chroot() so they can be used to modify etc/passwd and etc/group if they are located in a sysroot. Some of the shadow programs (gpasswd, useradd and usermod) need to parse the

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 16:30 +, McClintock Matthew-B29882 wrote: > On Fri, Sep 30, 2011 at 10:47 AM, Matthew McClintock > wrote: > > On Fri, Sep 30, 2011 at 4:20 AM, Richard Purdie > > wrote: > >> What image target are you building? I'm having trouble visualising an > >> image that doesn't in

[OE-core] [PATCH] populate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK

2011-09-30 Thread Richard Purdie
The target SDK packages don't need to fulfil a shell dependency so add /bin/sh to the list of packages we don't need to resolve. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass index f1062fb..9989d0a 100644 --- a/meta/c

Re: [OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Gary Thomas
On 2011-09-30 08:36, Yu Ke wrote: Hi, As you may already know, a new GUI has been added to bitbake recently, i.e. HOB (Human Oriented Builder). It is a graphical image creator that allows user to freely choose which packages to be built in the image. The wiki https://wiki.yoctoproject.org/wik

[OE-core] TSC meeting minutes available on wiki

2011-09-30 Thread Jeff Osier-Mixon
I have updated the TSC wiki page to include all of the minutes since the interim TSC was announced by the board on Feb 10. Going forward, I will place new minutes on this page in date order. http://www.openembedded.org/wiki/TSC thanks, -- Jeff Osier-Mixon http://jefro.net/blog Yocto Project Comm

Re: [OE-core] MINUTES: OE-TSC meeting 29-Sep-2011

2011-09-30 Thread Joshua Lock
On Fri, 2011-09-30 at 13:08 -0700, Chris Larson wrote: > On Fri, Sep 30, 2011 at 12:59 PM, Joshua Lock wrote: > > On Fri, 2011-09-30 at 11:16 -0700, Chris Larson wrote: > >> On Fri, Sep 30, 2011 at 11:14 AM, Jeff Osier-Mixon wrote: > >> > 1. Jefro > >> > 2. a. some minutes not making it to mailin

Re: [OE-core] MINUTES: OE-TSC meeting 29-Sep-2011

2011-09-30 Thread Chris Larson
On Fri, Sep 30, 2011 at 12:59 PM, Joshua Lock wrote: > On Fri, 2011-09-30 at 11:16 -0700, Chris Larson wrote: >> On Fri, Sep 30, 2011 at 11:14 AM, Jeff Osier-Mixon wrote: >> > 1. Jefro >> > 2. a. some minutes not making it to mailing list, Jefro to post on wiki >> >    b. yocto evaluating gerrit,

Re: [OE-core] Adding TARGET_VECTOR

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 3:05 PM, Khem Raj wrote: > there is SOC_FAMILY thats used predominantly in TI chips that could be > of interest here. > but in this case I wanted to understand > if it is a feature of FPU or is it a separate unit, still not clear to me. It's all on one SoC/Core. -M _

Re: [OE-core] Adding TARGET_VECTOR

2011-09-30 Thread Khem Raj
On Fri, Sep 30, 2011 at 10:49 AM, McClintock Matthew-B29882 wrote: > On Fri, Sep 30, 2011 at 12:31 PM, Khem Raj wrote: >> On 8/25/2011 7:35 AM, Kumar Gala wrote: >>> >>> We have some packages like flac that are aware of vectorization that may >>> or may not exist on a given processor.  I was wond

Re: [OE-core] MINUTES: OE-TSC meeting 29-Sep-2011

2011-09-30 Thread Joshua Lock
On Fri, 2011-09-30 at 11:16 -0700, Chris Larson wrote: > On Fri, Sep 30, 2011 at 11:14 AM, Jeff Osier-Mixon wrote: > > 1. Jefro > > 2. a. some minutes not making it to mailing list, Jefro to post on wiki > >b. yocto evaluating gerrit, possible patchwork replacement for OE, khem > > will resear

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

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 11:40:47AM -0700, Kamble, Nitin A wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Martin Jansa > > Sent: Friday, September 30, 2011 11:38 AM > >

Re: [OE-core] [bitbake-devel] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Koen Kooi
Op 30 sep. 2011 om 12:16 heeft Joshua Lock het volgende geschreven: > On Fri, 2011-09-30 at 11:32 -0500, Koen Kooi wrote: >> >> Op 30 sep. 2011 om 10:49 heeft Joshua Lock het >> volgende geschreven: >> >>> On Fri, 2011-09-30 at 08:36 -0600, Yu, Ke wrote: Hi, As you may alre

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

2011-09-30 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Martin Jansa > Sent: Friday, September 30, 2011 11:38 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [

[OE-core] [PATCH] python: update generate-manifest for 2.7 version and regenerate it

2011-09-30 Thread Martin Jansa
* it needs to be regenerated to actually package something Signed-off-by: Martin Jansa --- .../python/python-2.7-manifest.inc | 124 ++-- ...te-manifest-2.6.py => generate-manifest-2.7.py} |2 +- 2 files changed, 63 insertions(+), 63 deletions(-) rename scri

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

2011-09-30 Thread Martin Jansa
On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Rebased these patches to the newer code > modified: python-native/nohostlibs.patch > modified: python/01-use-proper-tools-for-cross-build.patch > modified: python/06-avoid_

Re: [OE-core] [PATCH] atk: add patch to replace G_CONST_RETURN with const

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 07:43:30PM +0200, Martin Jansa wrote: > On Fri, Sep 30, 2011 at 10:33:18AM -0700, Saul Wold wrote: > > On 09/30/2011 01:47 AM, Martin Jansa wrote: > > > * otherwise build fails when glib is 2.30.0 or newer (and > > > G_DISABLE_DEPRECATED is enabled - like in atk) > > > > >

[OE-core] [PATCHv2] atk: add patch to replace G_CONST_RETURN with const

2011-09-30 Thread Martin Jansa
* otherwise build fails when glib is 2.30.0 or newer (and G_DISABLE_DEPRECATED is enabled - like in atk) Signed-off-by: Martin Jansa --- .../atk/atk-1.32.0/remove.G_CONST_RETURN.patch | 630 meta/recipes-support/atk/atk_1.32.0.bb |5 +- 2 files changed,

Re: [OE-core] autotools: Remove help2man dependency

2011-09-30 Thread Joshua Lock
On Thu, 2011-09-29 at 11:07 -0700, Joshua Lock wrote: > On Thu, 2011-09-29 at 15:52 +0100, Richard Purdie wrote: > > The help2man script is pretty useless to us. It requires to run the target > > binary to extract help information which is not possible for any of our > > cross compiled target binar

Re: [OE-core] MINUTES: OE-TSC meeting 29-Sep-2011

2011-09-30 Thread Chris Larson
On Fri, Sep 30, 2011 at 11:14 AM, Jeff Osier-Mixon wrote: > 1. Jefro > 2. a. some minutes not making it to mailing list, Jefro to post on wiki >    b. yocto evaluating gerrit, possible patchwork replacement for OE, khem > will research ReviewBoard may be worth looking at as an alternative to gerr

[OE-core] MINUTES: OE-TSC meeting 29-Sep-2011

2011-09-30 Thread Jeff Osier-Mixon
These minutes will be available soon on the OE wiki MINUTES: OE-TSC meeting 29-Sep-2011 Attending: Mark, Richard, Khem Apologies: Tom, Koen Notes: Jefro Agenda 1. pick a moderator 2. agenda items a. continuing minutes issues b. patc

Re: [OE-core] Adding TARGET_VECTOR

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 12:31 PM, Khem Raj wrote: > On 8/25/2011 7:35 AM, Kumar Gala wrote: >> >> We have some packages like flac that are aware of vectorization that may >> or may not exist on a given processor.  I was wondering if adding something >> like TARGET_VECTOR similar to TARGET_FPU made

Re: [OE-core] [bitbake-devel] Feedback on HOB (new image creator GUI)

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 12:23 PM, Joshua Lock wrote: > No such discussion has occurred. These are good feature suggestions, > though I'm not sure about a plugin mechanism - are you suggesting that > to enable the features mentioned or in addition to? > At least for enabling runtime services there'

Re: [OE-core] [PATCH] atk: add patch to replace G_CONST_RETURN with const

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 10:33:18AM -0700, Saul Wold wrote: > On 09/30/2011 01:47 AM, Martin Jansa wrote: > > * otherwise build fails when glib is 2.30.0 or newer (and > > G_DISABLE_DEPRECATED is enabled - like in atk) > > > > Signed-off-by: Martin Jansa > > --- > > .../atk/atk-1.32.0/remove.G_CO

Re: [OE-core] [bitbake-devel] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Joshua Lock
On Fri, 2011-09-30 at 10:20 -0600, McClintock Matthew-B29882 wrote: > On Fri, Sep 30, 2011 at 9:36 AM, Yu Ke wrote: > > Hi, > > > > As you may already know, a new GUI has been added to bitbake recently, i.e. > > HOB (Human Oriented Builder). It is a graphical image creator that allows > > user to

Re: [OE-core] [PATCH] atk: add patch to replace G_CONST_RETURN with const

2011-09-30 Thread Saul Wold
On 09/30/2011 01:47 AM, Martin Jansa wrote: * otherwise build fails when glib is 2.30.0 or newer (and G_DISABLE_DEPRECATED is enabled - like in atk) Signed-off-by: Martin Jansa --- .../atk/atk-1.32.0/remove.G_CONST_RETURN.patch | 628 meta/recipes-support/atk/atk_1.

Re: [OE-core] Adding TARGET_VECTOR

2011-09-30 Thread Khem Raj
On 8/25/2011 7:35 AM, Kumar Gala wrote: We have some packages like flac that are aware of vectorization that may or may not exist on a given processor. I was wondering if adding something like TARGET_VECTOR similar to TARGET_FPU made sense as a way for recipes to decide on how to set various

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

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 12:21:23PM -0500, Matthew McClintock wrote: > From: Tom Rini > > At issue is that route/pktloc.c (not generated) depends on > route/pktloc_syntax.h (generated). On Fri, Sep 30, 2011 at 9:13 AM, Martin Jansa wrote: and when you're at it, please also add packaging changes

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

2011-09-30 Thread Matthew McClintock
From: Tom Rini At issue is that route/pktloc.c (not generated) depends on route/pktloc_syntax.h (generated). Signed-off-by: Tom Rini Signed-off-by: Matthew McClintock --- .../libnl/fix-pktloc_syntax_h-race.patch | 26 meta/recipes-support/libnl/libnl_2.0.bb

Re: [OE-core] [PATCH 07/16] Fix lttng-ust for powerpc64

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 11:58 AM, Saul Wold wrote: >> There is some marking for "should be upstreamed"/upstreamable. >> > The marking would be "Pending", this indicates that it should be attempted, > if it gets up streamed then marked Accepted with a pointer to the potential > upstream version or

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

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 3:27 AM, wrote: > From: Nitin A Kamble > > The following changes since commit 9d1db6cc928199f8ac4960e8d4648563ef141427: > >  python: fix sqlite RPATH issue (2011-09-29 16:57:30 +0100) > > are available in the git repository at: >  git://git.pokylinux.org/poky-contrib niti

Re: [OE-core] [bitbake-devel] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Joshua Lock
On Fri, 2011-09-30 at 11:32 -0500, Koen Kooi wrote: > > Op 30 sep. 2011 om 10:49 heeft Joshua Lock het > volgende geschreven: > > > On Fri, 2011-09-30 at 08:36 -0600, Yu, Ke wrote: > >> Hi, > >> > >> As you may already know, a new GUI has been added to bitbake recently, > >> i.e. HOB (Human O

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

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 2:13 AM, Martin Jansa wrote: > On Fri, Sep 30, 2011 at 04:09:37AM +, McClintock Matthew-B29882 wrote: >> On Thu, Sep 29, 2011 at 2:11 PM, Matthew McClintock >> wrote: >> > From: Tom Rini >> > >> > At issue is that route/pktloc.c (not generated) depends on >> > route/

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

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 06:09:31PM +0100, Richard Purdie wrote: > On Fri, 2011-09-30 at 18:46 +0200, Martin Jansa wrote: > > On Fri, Sep 30, 2011 at 03:15:15PM +0100, Richard Purdie wrote: > > > I'd not forgotten about this patch, just been distracted by other > > > things. I've run some further te

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

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 18:46 +0200, Martin Jansa wrote: > On Fri, Sep 30, 2011 at 03:15:15PM +0100, Richard Purdie wrote: > > I'd not forgotten about this patch, just been distracted by other > > things. I've run some further tests on the changes here and have > > comments below. Summary is I think

Re: [OE-core] [PATCH 07/16] Fix lttng-ust for powerpc64

2011-09-30 Thread Saul Wold
On 09/29/2011 11:46 AM, Richard Purdie wrote: On Thu, 2011-09-29 at 18:21 +, McClintock Matthew-B29882 wrote: On Thu, Sep 29, 2011 at 10:50 AM, Richard Purdie wrote: On Wed, 2011-09-28 at 23:21 -0500, Matthew McClintock wrote: Signed-off-by: Matthew McClintock --- meta/recipes-kernel/l

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

2011-09-30 Thread Saul Wold
On 09/29/2011 11:38 AM, Richard Purdie wrote: On Thu, 2011-09-29 at 18:28 +, McClintock Matthew-B29882 wrote: On Thu, Sep 29, 2011 at 10:47 AM, Richard Purdie wrote: On Wed, 2011-09-28 at 23:20 -0500, Matthew McClintock wrote: From: Tom Rini At issue is that route/pktloc.c (not generate

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

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 17:33 +0100, Paul Eggleton wrote: > This is a pull request for Eric Bénard's qt4_upgrade branch, including > an update of Qt to 4.7.4 (preserving 4.7.3 until other layers such as > meta-oe, meta-yocto etc. can sync up) as well as several important bug > fixes. > > The patches

Re: [OE-core] [oe-core][WIP][PATCH 0/9] Glib related upgrades

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 05:46:24PM +0100, Richard Purdie wrote: > On Fri, 2011-09-30 at 17:43 +0200, Martin Jansa wrote: > > We were using 2.29.3+git% from meta-oe and after upgrade to 2.30.0 I was > > hit > > by few G_CONST_RETURN and other issues due to newer glib. Here is what I > > have > >

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

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 03:15:15PM +0100, Richard Purdie wrote: > I'd not forgotten about this patch, just been distracted by other > things. I've run some further tests on the changes here and have > comments below. Summary is I think some pieces can merge, other pieces > need more work. Lets try

Re: [OE-core] [oe-core][WIP][PATCH 0/9] Glib related upgrades

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 17:43 +0200, Martin Jansa wrote: > We were using 2.29.3+git% from meta-oe and after upgrade to 2.30.0 I was hit > by few G_CONST_RETURN and other issues due to newer glib. Here is what I have > now to build shr images OK again, but probably there is more recipes which > need

Re: [OE-core] [oe-core][WIP][PATCH 0/9] Glib related upgrades

2011-09-30 Thread Koen Kooi
Op 30 sep. 2011 om 10:43 heeft Martin Jansa het volgende geschreven: > We were using 2.29.3+git% from meta-oe and after upgrade to 2.30.0 I was hit > by few G_CONST_RETURN and other issues due to newer glib. Here is what I have > now to build shr images OK again, but probably there is more re

[OE-core] [PATCH 7/7] qt4: update to latest version 4.7.4

2011-09-30 Thread Paul Eggleton
From: Eric Bénard - 4.7.4 was release on the 1st of september, the changelog is available here : http://qt.gitorious.org/+qt-developers/qt/releases/blobs/v4.7.4/dist/changes-4.7.4 and mostly contains bug fix. - this patch include the fix for QTBUG-20925 which was a regression against 4.7.3 : ht

[OE-core] [PATCH 5/7] qt4.inc: package qtdemo's docs in a separate package

2011-09-30 Thread Paul Eggleton
From: Denis Carikli The documentation was 285M and doesn't fit on the NAND of many machines, but in another had part of the documentation is needed for the QT demos, so we split the documentation: so qt demo only RRECOMMAND the documentation that it really needs. Thanks to Eric Bénard for

[OE-core] [PATCH 2/7] qt4: fix generated sdk

2011-09-30 Thread Paul Eggleton
From: Eric Bénard - qt4-tools-nativesdk : actually the qmake binary which gets installed comes from the native recipe. This patch fix this problem by laucnhing configure twice : once to compile qmake using the right toolchain for nativesdk, and a second time using the native qmake to compile all

[OE-core] [PATCH 6/7] qt4: fix translation support

2011-09-30 Thread Paul Eggleton
From: Otavio Salvador The translation support was disable in build. The fix-translation.patch was imported from OpenEmbedded to fix a linking issue in phonon translation support. Signed-off-by: Otavio Salvador --- meta/recipes-qt/qt4/qt-4.7.3.inc |9 ++--- .../recipes-qt/

[OE-core] [PATCH 4/7] qt4(embedded and x11): disable neon for armv6-vfp

2011-09-30 Thread Paul Eggleton
From: Denis Carikli without the -no-neon flag, neon is "autodetected" by looking if the compiler is capable of compiling a neon test, and succeed, and neon is then enabled during the compilation. Signed-off-by: Denis Carikli --- meta/recipes-qt/qt4/qt4-embedded_4.7.3.bb |4 ++-- meta

[OE-core] [PATCH 3/7] qt4.inc: remove the optional documentation package from the demo's RRECOMMENDS

2011-09-30 Thread Paul Eggleton
From: Denis Carikli The documentation is 285M and doesn't fit on the NAND of many machines. Signed-off-by: Denis Carikli --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +- meta/recipes-qt/qt4/qt4.inc |3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/reci

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

2011-09-30 Thread Paul Eggleton
This is a pull request for Eric Bénard's qt4_upgrade branch, including an update of Qt to 4.7.4 (preserving 4.7.3 until other layers such as meta-oe, meta-yocto etc. can sync up) as well as several important bug fixes. The patches look good; if was to be really picky though I would say that the tw

[OE-core] [PATCH 1/7] qt4e-demo-image: improve image

2011-09-30 Thread Paul Eggleton
From: Eric Bénard use ${POKY_BASE_INSTALL} in order to have the base files and ools in the image. Signed-off-by: Eric Bénard --- meta/recipes-qt/images/qt4e-demo-image.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 10:47 AM, Matthew McClintock wrote: > On Fri, Sep 30, 2011 at 4:20 AM, Richard Purdie > wrote: >> What image target are you building? I'm having trouble visualising an >> image that doesn't include bash or busybox and if either of these are >> present, that dependency shou

Re: [OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Koen Kooi
Op 30 sep. 2011 om 10:49 heeft Joshua Lock het volgende geschreven: > On Fri, 2011-09-30 at 08:36 -0600, Yu, Ke wrote: >> Hi, >> >> As you may already know, a new GUI has been added to bitbake recently, >> i.e. HOB (Human Oriented Builder). > > It's not an acronym, it's just a name - Hob.

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

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 15:51 +, McClintock Matthew-B29882 wrote: > On Fri, Sep 30, 2011 at 6:38 AM, Richard Purdie > wrote: > > That isn't quite what I meant, that also overwrites anything existing in > > CXFLAGS just in a different way. Also, I suspect you mean CXXFLAGS? > > > > I'd meant some

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-30 Thread Paul Eggleton
On Friday 30 September 2011 12:47:05 you wrote: > I've updated and tested the branches by rebasing on current oe-core and > integrating Otavio's patch concerning the translations : > https://github.com/eukrea/oe-core/tree/qt4_improve > https://github.com/eukrea/oe-core/tree/qt4_upgrade > > Is that

Re: [OE-core] [bitbake-devel] Feedback on HOB (new image creator GUI)

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 9:36 AM, Yu Ke wrote: > Hi, > > As you may already know, a new GUI has been added to bitbake recently, i.e. > HOB (Human Oriented Builder). It is a graphical image creator that allows > user to freely choose which packages to be built in the image. The wiki > https://wiki.y

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

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 6:38 AM, Richard Purdie wrote: > That isn't quite what I meant, that also overwrites anything existing in > CXFLAGS just in a different way. Also, I suspect you mean CXXFLAGS? > > I'd meant something like: > > CXXFLAGS_append_powerpc64 = " -Wno-error=format" In the mdadm M

Re: [OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Joshua Lock
On Fri, 2011-09-30 at 08:36 -0600, Yu, Ke wrote: > Hi, > > As you may already know, a new GUI has been added to bitbake recently, > i.e. HOB (Human Oriented Builder). It's not an acronym, it's just a name - Hob. > It is a graphical image creator that > allows user to freely choose which packa

[OE-core] [oe-core][WIP][PATCH 5/9] gstreamer: upgrade to 0.10.35

2011-09-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../check_fix.patch|0 .../gst-inspect-check-error.patch |0 .../gstregistrybinary.c|0 .../gstregistrybinary.h|0 .../{gstreamer_0.10.32.bb =>

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread McClintock Matthew-B29882
On Fri, Sep 30, 2011 at 4:20 AM, Richard Purdie wrote: > What image target are you building? I'm having trouble visualising an > image that doesn't include bash or busybox and if either of these are > present, that dependency should be met... > > If this is a toolchain/SDK, there were some recent

[OE-core] [oe-core][WIP][PATCH 4/9] libglade: add gdk-pixbuf dependency

2011-09-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-gnome/libglade/libglade_2.6.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index b0e0339..90a7b33 100644 --- a/meta/recipes-g

[OE-core] [oe-core][WIP][PATCH 9/9] gtk+: upgrade to 2.24.6

2011-09-30 Thread Martin Jansa
* older version doesn't build with glib-2.30.0 Signed-off-by: Martin Jansa --- ...Duplicate-the-exec-string-returned-by-gtk.patch |0 .../cellrenderer-cairo.patch |0 .../configurefix.patch |0 .../{gtk+-2.22.1 => gtk+-2.24.6}/doc-fix

[OE-core] [oe-core][WIP][PATCH 8/9] glib: upgrade to 2.30.0

2011-09-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...003-gatomic-proper-pointer-get-cast.patch.patch | 28 -- .../0005-glib-mkenums-interpreter.patch.patch | 25 - .../60_wait-longer-for-threads-to-die.patch| 24 +- meta/recipes-core/glib-2.0/glib-2.0/no-iconv.patch |

[OE-core] [oe-core][WIP][PATCH 7/9] gdk-pixbuf: upgrade to 2.24.6

2011-09-30 Thread Martin Jansa
* older version doesn't build with glib-2.30.0 Signed-off-by: Martin Jansa --- .../configure_fix.patch|0 .../hardcoded_libtool.patch|0 .../{gdk-pixbuf_2.22.1.bb => gdk-pixbuf_2.24.0.bb} |7 +++ 3 files changed, 3 insertions(+)

[OE-core] [oe-core][WIP][PATCH 6/9] zlib: fix inverted LFS logic

2011-09-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../zlib/zlib-1.2.5/fix.inverted.LFS.logic.patch | 20 meta/recipes-core/zlib/zlib_1.2.5.bb |5 +++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-core/zlib/zlib-1.2.5/fix.inverted.LF

[OE-core] [oe-core][WIP][PATCH 3/9] libproxy: upgrade to 0.4.7

2011-09-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../{libproxy_0.4.6.bb => libproxy_0.4.7.bb} |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/libproxy/{libproxy_0.4.6.bb => libproxy_0.4.7.bb} (85%) diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.bb b

[OE-core] [oe-core][WIP][PATCH 1/9] atk: add patch to replace G_CONST_RETURN with const

2011-09-30 Thread Martin Jansa
* otherwise build fails when glib is 2.30.0 or newer (and G_DISABLE_DEPRECATED is enabled - like in atk) Signed-off-by: Martin Jansa --- .../atk/atk-1.32.0/remove.G_CONST_RETURN.patch | 628 meta/recipes-support/atk/atk_1.32.0.bb |5 +- 2 files changed,

[OE-core] [oe-core][WIP][PATCH 2/9] json-glib: upgrade to 0.14.0

2011-09-30 Thread Martin Jansa
* 0.12.4 fails to build with glib-2.30.0 Signed-off-by: Martin Jansa --- .../{json-glib_0.12.4.bb => json-glib_0.14.0.bb} |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-gnome/json-glib/{json-glib_0.12.4.bb => json-glib_0.14.0.bb} (74%) diff --git a/met

[OE-core] [oe-core][WIP][PATCH 0/9] Glib related upgrades

2011-09-30 Thread Martin Jansa
We were using 2.29.3+git% from meta-oe and after upgrade to 2.30.0 I was hit by few G_CONST_RETURN and other issues due to newer glib. Here is what I have now to build shr images OK again, but probably there is more recipes which need upgrade/fix to cope with glib-2.30.0. Someone who cares about

[OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Yu Ke
Hi, As you may already know, a new GUI has been added to bitbake recently, i.e. HOB (Human Oriented Builder). It is a graphical image creator that allows user to freely choose which packages to be built in the image. The wiki https://wiki.yoctoproject.org/wiki/BitBake/GUI/Hob has more detail

[OE-core] [PATCH] package_rpm: Ensure multilib code is only called in the multilib case

2011-09-30 Thread Richard Purdie
This fixes some error messages in the do_rootfs logs of non-multilib builds. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index fa0d8c3..7f42583 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbcla

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

2011-09-30 Thread Richard Purdie
I'd not forgotten about this patch, just been distracted by other things. I've run some further tests on the changes here and have comments below. Summary is I think some pieces can merge, other pieces need more work. Lets try and get the pieces that are ready merged, then worry about the remainder

[OE-core] [PATCHv2] libproxy: upgrade to 0.4.7

2011-09-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../{libproxy_0.4.6.bb => libproxy_0.4.7.bb} |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/libproxy/{libproxy_0.4.6.bb => libproxy_0.4.7.bb} (85%) diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.bb b

[OE-core] [PATCHv2] json-glib: upgrade to 0.14.0

2011-09-30 Thread Martin Jansa
* 0.12.4 fails to build with glib-2.30.0 Signed-off-by: Martin Jansa --- .../{json-glib_0.12.4.bb => json-glib_0.14.0.bb} |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-gnome/json-glib/{json-glib_0.12.4.bb => json-glib_0.14.0.bb} (74%) diff --git a/met

[OE-core] [PATCH] json-glib: upgrade to 0.14.0

2011-09-30 Thread Martin Jansa
* 0.12.4 fails to build with glib-2.30.0 Signed-off-by: Martin Jansa --- meta/recipes-gnome/json-glib/json-glib_0.12.4.bb | 20 meta/recipes-gnome/json-glib/json-glib_0.14.0.bb | 18 ++ 2 files changed, 18 insertions(+), 20 deletions(-) delete mode 10064

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

2011-09-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/libproxy/libproxy_0.4.6.bb | 29 --- meta/recipes-support/libproxy/libproxy_0.4.7.bb | 27 + 2 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 meta/recipes-support/libproxy/libpro

Re: [OE-core] [PATCH 1/4] curl: Upgrade from 7.21.7 to 7.22.0

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 14:23 +0200, Martin Jansa wrote: > On Fri, Sep 30, 2011 at 10:16 AM, Mei Lei wrote: > > Signed-off-by: Mei Lei > > --- > > .../curl/{curl_7.21.7.bb => curl_7.22.0.bb}|4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > rename meta/recipes-support/c

Re: [OE-core] Slight change to merging procedure - master-next

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 13:49 +0200, Martin Jansa wrote: > On Fri, Sep 30, 2011 at 12:32:54PM +0100, Richard Purdie wrote: > > One of the issues I've been having is that I read through patches once > > doing review and then have to wait ~24 hours before merging any patches > > I think are acceptable

Re: [OE-core] Build Times and Performance - Discussion + new ideas

2011-09-30 Thread Richard Purdie
On Tue, 2011-09-27 at 18:07 +0100, Richard Purdie wrote: > For now I came up with the hack below. The bugs in this are: > > a) I removed bison-native and zlib-native from binutils-cross as >dependencies when they're needed. My system has those anyway so I'm >not worrying about this for a

Re: [OE-core] [PATCH 1/4] curl: Upgrade from 7.21.7 to 7.22.0

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 10:16 AM, Mei Lei wrote: > Signed-off-by: Mei Lei > --- >  .../curl/{curl_7.21.7.bb => curl_7.22.0.bb}        |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) >  rename meta/recipes-support/curl/{curl_7.21.7.bb => curl_7.22.0.bb} (92%) > > diff --git a/meta/

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-30 Thread Eric Bénard
Hi Paul, I've updated and tested the branches by rebasing on current oe-core and integrating Otavio's patch concerning the translations : https://github.com/eukrea/oe-core/tree/qt4_improve https://github.com/eukrea/oe-core/tree/qt4_upgrade Is that OK for you or should I rework something ? Eric

Re: [OE-core] Slight change to merging procedure - master-next

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 12:32:54PM +0100, Richard Purdie wrote: > One of the issues I've been having is that I read through patches once > doing review and then have to wait ~24 hours before merging any patches > I think are acceptable in case others have comments. This means I have > to go through

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

2011-09-30 Thread Richard Purdie
On Thu, 2011-09-29 at 13:52 -0500, Matthew McClintock wrote: > This fixes build failures from build warnings on powerpc64 > > Signed-off-by: Matthew McClintock > --- > meta/recipes-extended/mdadm/mdadm_3.2.2.bb |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/meta

[OE-core] Slight change to merging procedure - master-next

2011-09-30 Thread Richard Purdie
One of the issues I've been having is that I read through patches once doing review and then have to wait ~24 hours before merging any patches I think are acceptable in case others have comments. This means I have to go through emails twice and its a bit of a pain. I'm therefore going to start mai

Re: [OE-core] [oe-core][PATCH 00/13] Xorg related changes

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 12:28:39PM +0100, Richard Purdie wrote: > On Fri, 2011-09-30 at 09:26 +0200, Martin Jansa wrote: > > Hi, > > > > this patchset brings meta-oe and oe-core xorg stuff together and most of > > xorg recipes will be removed from meta-oe (sending another pull request > > now).

Re: [OE-core] [oe-core][PATCH 00/13] Xorg related changes

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 09:26 +0200, Martin Jansa wrote: > Hi, > > this patchset brings meta-oe and oe-core xorg stuff together and most of > xorg recipes will be removed from meta-oe (sending another pull request now). > > This step is needed to be able to separate common x11 to meta-x11 or whate

Re: [OE-core] [oe-core][PATCH 04/13] libx11: upgrade to 1.4.4

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > .../xorg-lib/libx11-1.4.4/keysymdef_include.patch | 19 +++ > .../libx11-1.4.4/x11_disable_makekeys.patch| 29 +++ > meta/recipes-graphics/xorg-lib/libx11.inc | 52 > +

Re: [OE-core] [oe-core][PATCH 13/13] mesa: upgrade to 7.11

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/recipes-graphics/mesa/mesa-7.11.inc | 15 ++ > meta/recipes-graphics/mesa/mesa-common.inc | 48 > +--- > .../mesa/mesa-dri-glsl-native_7.11.bb

Re: [OE-core] [oe-core][PATCH 01/13] xserver-xf86: upgrade to 1.11.0 and move shared definitions to .inc files

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > * also improve packaging a bit > * motivated by xserver-xorg from meta-oe (which is IMHO named better - > closer to upstream) > > Signed-off-by: Martin Jansa > --- > .../xorg-xserver/xserver-xf86-1.11.0.inc |7 ++ > .../xor

Re: [OE-core] [oe-core][PATCH 12/13] glx-use-tls: add from meta-oe layer

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/classes/glx-use-tls.bbclass |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > create mode 100644 meta/classes/glx-use-tls.bbclass > > diff --git a/meta/classes/glx-use-tls.bbclas

Re: [OE-core] [oe-core][PATCH 09/13] xserver-nodm-init: merge some changes from meta-oe

2011-09-30 Thread Andrea Adami
On Fri, Sep 30, 2011 at 12:52 PM, Martin Jansa wrote: > On Fri, Sep 30, 2011 at 10:17:25AM +0100, Richard Purdie wrote: > > On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > > > * /etc/X11/Xusername handling should be moved to x11-common so the same > > > username and logic is used from i

Re: [OE-core] [oe-core][PATCH 11/13] libdrm: improve packaging

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 12:03:32PM +0100, Richard Purdie wrote: > On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > > Signed-off-by: Martin Jansa > > --- > > meta/recipes-graphics/drm/libdrm.inc |7 --- > > meta/recipes-graphics/drm/libdrm_2.4.26.bb |2 +- > > meta/recipe

Re: [OE-core] [oe-core][PATCH 05/13] default-providers: define PREFERRED_PROVIDER_virtual/libx11-native

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/conf/distro/include/default-providers.inc |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/meta/conf/distro/include/default-providers.inc > b/meta/conf/distro/include/d

Re: [OE-core] [oe-core][PATCH 11/13] libdrm: improve packaging

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/recipes-graphics/drm/libdrm.inc |7 --- > meta/recipes-graphics/drm/libdrm_2.4.26.bb |2 +- > meta/recipes-graphics/drm/libdrm_git.bb|2 +- > 3 files changed, 6 insertions(+

Re: [OE-core] [oe-core][PATCH 09/13] xserver-nodm-init: merge some changes from meta-oe

2011-09-30 Thread Martin Jansa
On Fri, Sep 30, 2011 at 10:17:25AM +0100, Richard Purdie wrote: > On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > > * /etc/X11/Xusername handling should be moved to x11-common so the same > > username and logic is used from initscript and when user starts it > > from terminal > > > >

Re: [OE-core] Build Times and Performance - Discussion + new ideas

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 01:11 +, McClintock Matthew-B29882 wrote: > On Tue, Sep 27, 2011 at 12:07 PM, Richard Purdie > wrote: > > https://wiki.yoctoproject.org/wiki/Build_Performance > > > > As detailed there I've setup a partition formatted with ext4 with no > > journal, no barriers and most im

Re: [OE-core] [oe-core][PATCH 09/13] xserver-nodm-init: merge some changes from meta-oe

2011-09-30 Thread Richard Purdie
On Fri, 2011-09-30 at 09:27 +0200, Martin Jansa wrote: > * /etc/X11/Xusername handling should be moved to x11-common so the same > username and logic is used from initscript and when user starts it > from terminal > > Signed-off-by: Martin Jansa > --- > .../x11-common/xserver-nodm-init/xserv

Re: [OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

2011-09-30 Thread Richard Purdie
On Thu, 2011-09-29 at 20:56 -0500, Matthew McClintock wrote: > This fixes the following build issue: > > | error: Failed dependencies: > | /bin/sh is needed by gstreamer-0.10.32-r1.ppce500v2 > > Signed-off-by: Matthew McClintock > --- > Not sure how to say we just depend on /bin/sh instead o

  1   2   >