Re: [yocto] Variable locality too restricted.

2011-12-08 Thread Bruce Ashfield
On Thu, Dec 8, 2011 at 2:24 AM, David Nyström david.nyst...@enea.com wrote: From: Koen Kooi [k...@dominion.thruhere.net] Sent: Wednesday, December 07, 2011 15:07 To: Paul Eggleton Cc: Chris Larson; David Nyström; yocto@yoctoproject.org Subject: Re:

[yocto] [meta-qt3] [PATCH 0/5] Qt3 fixes

2011-12-08 Thread Paul Eggleton
A fix for a compile error plus a bunch of minor tidy-ups for meta-qt3. The following changes since commit 0e9784d26df51bd564b8f23bd40a6c36969abd5c: qt-x11-free-native: fix where qmake gets linked (2011-09-14 13:41:06 -0700) are available in the git repository at:

[yocto] [meta-qt3] [PATCH 1/5] qt-x11-free-native: add qt3-cstddef.patch

2011-12-08 Thread Paul Eggleton
When building on Fedora 15 the build failed with the error mentioned in this patch (qvaluelist.h: error: 'ptrdiff_t' does not name a type), so it is needed by the native recipe as well. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb |

[yocto] [meta-qt3] [PATCH 2/5] qt-x11-free: remove version 3.3.6

2011-12-08 Thread Paul Eggleton
We only need one version, 3.3.7 was the default preference (in the absence of DEFAULT_PREFERENCE) and the 3.3.6 recipe depends on uicmoc3-native which we do not have, so remove it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- recipes-qt3/qt3/qt-x11-free_3.3.6.bb | 13

[yocto] [meta-qt3] [PATCH 3/5] qt-x11-free: use INC_PR

2011-12-08 Thread Paul Eggleton
PR was being set in both the inc and the recipes, this is not correct. Move them to use INC_PR so the recipe and inc can be updated and retain sanity. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- recipes-qt3/qt3/qt-x11-free-common.inc |2 +-

[yocto] [meta-qt3] [PATCH 4/5] qt-x11-free(-native): remove erroneous PROVIDES

2011-12-08 Thread Paul Eggleton
None of these statements do anything, because a recipe always PROVIDES ${PN} by default. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb |2 -- recipes-qt3/qt3/qt-x11-free_3.3.7.bb|1 - 2 files changed, 0 insertions(+), 3

[yocto] [meta-qt3] [PATCH 5/5] classes: remove qt3e.bbclass

2011-12-08 Thread Paul Eggleton
We can't make use of this class since we don't have qt3-embedded, so remove it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- classes/qt3e.bbclass | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) delete mode 100644 classes/qt3e.bbclass diff --git

Re: [yocto] meta-qt3: qt3-x11-native compile fix on Fedora 15 x86-64

2011-12-08 Thread Paul Eggleton
Hi Andre, On Wednesday 17 August 2011 11:17:30 Andre Haupt wrote: This patch fixes compilation of qt-x11-native_3.3.5 on Fedora 15 x86-64. The compiler was complainig about unknown type ptrdiff_t. Including the appropriate header in qvaluelist.h helps. Unfortunately this patch seems to have

Re: [yocto] Variable locality too restricted.

2011-12-08 Thread Darren Hart
On 12/08/2011 06:31 AM, Bruce Ashfield wrote: On Thu, Dec 8, 2011 at 2:24 AM, David Nyström david.nyst...@enea.com wrote: From: Koen Kooi [k...@dominion.thruhere.net] Sent: Wednesday, December 07, 2011 15:07 To: Paul Eggleton Cc: Chris Larson;

[yocto] Adding features to a machine

2011-12-08 Thread Marc Ferland
Hi, I have a crownbay based machine here and I would like to add the bluetooth machine feature to it. Do I have to create a whole new BSP for this? I haven't seen any examples showing how to _modify_ a machine description. Regards, Marc ___ yocto

Re: [yocto] Adding features to a machine

2011-12-08 Thread Darren Hart
On 12/08/2011 11:13 AM, Marc Ferland wrote: Hi, I have a crownbay based machine here and I would like to add the bluetooth machine feature to it. Do I have to create a whole new BSP for this? I haven't seen any examples showing how to _modify_ a machine description. Have you tried

[yocto] [meta-qt3] [PATCH 0/3] More Qt3 fixes

2011-12-08 Thread Paul Eggleton
These should address the failures we have been seeing on the autobuilder and clean up a few other things. The following changes since commit 9d58aef10d75fe5168cc0c561c480c751266d54b: classes: remove qt3e.bbclass (2011-12-08 15:09:06 +) are available in the git repository at:

[yocto] [meta-qt3] [PATCH 3/3] qt3: fix interaction between qt3 and qt4 in the sysroot

2011-12-08 Thread Paul Eggleton
* Add a -qt3 suffix to all installed utilities so that they do not clash with their qt4 counterparts. This fixes errors mentioning QtCore/QVariant, Q3Support etc. which occur due to the Qt4 version of uic/moc being used that output source files containing references to Qt4 headers.

[yocto] [meta-qt3] [PATCH 2/3] qt-x11-free(-native): remove PRIORITY

2011-12-08 Thread Paul Eggleton
PRIORITY is no longer used. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- recipes-qt3/qt3/qt-x11-free-common.inc |1 - recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git

[yocto] meta-oe branch for edison?

2011-12-08 Thread McClintock Matthew-B29882
Hi all, Can we create a meta-oe repo in git.yoctoproject.org? I'd like to also create a branh within the repo that tracks a valid version of the repo for specific Yocto releases. (I can add that in my investigation so far - f78f3f31c06c669006fcb567c8f503d4dbec68da looks like a good starting

Re: [yocto] Adding features to a machine

2011-12-08 Thread Darren Hart
On 12/08/2011 12:36 PM, Marc Ferland wrote: On Thu, Dec 8, 2011 at 2:50 PM, Darren Hart dvh...@linux.intel.com mailto:dvh...@linux.intel.com wrote: On 12/08/2011 11:13 AM, Marc Ferland wrote: Hi, I have a crownbay based machine here and I would like to add the

Re: [yocto] Variable locality too restricted.

2011-12-08 Thread Darren Hart
On 12/08/2011 03:12 PM, Richard Purdie wrote: On Thu, 2011-12-08 at 14:56 -0800, Darren Hart wrote: On 12/08/2011 02:47 PM, Richard Purdie wrote: On Thu, 2011-12-08 at 10:49 -0800, Darren Hart wrote: On 12/08/2011 06:31 AM, Bruce Ashfield wrote: If you want to then modify the configuration

Re: [yocto] HOB usage

2011-12-08 Thread Joshua Lock
On 08/12/11 20:52, Sathishkumar Duraisamy wrote: Hi, I migrating from Openembedded to yocto project and using Beagleboard as playground. On Fri, Dec 9, 2011 at 3:27 AM, Joshua Lock j...@linux.intel.com wrote: On 05/12/11 10:35, madeeha javed wrote: I an using Yocto Edison. My machine

Re: [yocto] HOB usage

2011-12-08 Thread Sathishkumar Duraisamy
On Fri, Dec 9, 2011 at 10:28 AM, Joshua Lock j...@linux.intel.com wrote: On 08/12/11 20:52, Sathishkumar Duraisamy wrote: Hi, I migrating from Openembedded to yocto project and using Beagleboard as playground. On Fri, Dec 9, 2011 at 3:27 AM, Joshua Lock j...@linux.intel.com wrote: On

Re: [yocto] HOB usage

2011-12-08 Thread Sathishkumar Duraisamy
On Fri, Dec 9, 2011 at 10:37 AM, Sathishkumar Duraisamy bewithsath...@gmail.com wrote: On Fri, Dec 9, 2011 at 10:28 AM, Joshua Lock j...@linux.intel.com wrote: On 08/12/11 20:52, Sathishkumar Duraisamy wrote: Hi, I migrating from Openembedded to yocto project and using Beagleboard as