Re: [oe] [oe-core] gcc-runtime failure

2012-04-20 Thread Giuseppe Condorelli
Many thanks guys, just yesterday evening I was able to build gcc-runtime fixing the configuration. Cheers, Giuseppe 2012/4/19 Khem Raj > On Thu, Apr 19, 2012 at 3:54 AM, Giuseppe Condorelli > wrote: > > > > Please clarify this to me... :) > > gcc-runtime does not need target libgmp or libmpfr

Re: [oe] [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))

2012-04-20 Thread Samuel Stirtzel
2012/4/20 Koen Kooi : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Op 19-04-12 18:57, Koen Kooi schreef: >> Op 19-04-12 16:03, Samuel Stirtzel schreef: >>> 2012/4/19 Koen Kooi : Op 19-04-12 11:09, >>> Samuel Stirtzel schreef: Feel free to comment on the images. >>> >>> Giv

[oe] Some packages don't get deployed to the staging directory?

2012-04-20 Thread Samuel Stirtzel
Hi, my observation shows that e.g. libphonon.so from the package libqtphonon4-dev will not get installed to the staging sysroot. Is this intended or a bug? The same happened with other non -dev packages like meta-kde/recipes-base/kde-runtime_git.bb. The package kde-runtime-declarative-scriptengi

Re: [oe] [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))

2012-04-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 20-04-12 09:59, Samuel Stirtzel schreef: > 2012/4/20 Koen Kooi : Op 19-04-12 18:57, Koen > Kooi schreef: Op 19-04-12 16:03, Samuel Stirtzel schreef: > 2012/4/19 Koen Kooi : Op 19-04-12 > 11:09, Samuel Stirtzel schreef: >> Feel f

Re: [oe] [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))

2012-04-20 Thread Samuel Stirtzel
2012/4/20 Koen Kooi : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Op 20-04-12 09:59, Samuel Stirtzel schreef: >> 2012/4/20 Koen Kooi : Op 19-04-12 18:57, Koen >> Kooi schreef: > Op 19-04-12 16:03, Samuel Stirtzel schreef: >> 2012/4/19 Koen Kooi : Op 19-04-12 >> 11:09, Samuel S

Re: [oe] [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))

2012-04-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 20-04-12 12:45, Samuel Stirtzel schreef: > 2012/4/20 Koen Kooi : >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Op 20-04-12 09:59, Samuel Stirtzel schreef: >>> 2012/4/20 Koen Kooi : Op 19-04-12 18:57, >>> Koen Kooi schreef: >> Op 19-04-

[oe] [meta-oe][PATCH] qt bbappends: play nice with bbappends in other layers by incrementing PRINC instead of overwriting it

2012-04-20 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-qt/qt4/qt4-embedded_4.7.4.bbappend |1 + meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend |2 +- meta-oe/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend |1 + meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend |2 +- 4 files changed, 4 ins

Re: [oe] Some packages don't get deployed to the staging directory?

2012-04-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 20-04-12 12:15, Samuel Stirtzel schreef: > Hi, my observation shows that e.g. libphonon.so from the package > libqtphonon4-dev will not get installed to the staging sysroot. > > Is this intended or a bug? > > > The same happened with other non -

Re: [oe] [oe-core] ld segfault cant figure it out

2012-04-20 Thread Gary Thomas
On 2012-04-19 18:39, j wrote: On 04/18/2012 11:24 PM, Khem Raj wrote: On Wed, Apr 18, 2012 at 8:32 PM, j wrote: on ubuntu edit /etc/security/limits.conf on build host and then add * soft core unlimited btw. reboot your machine after this change is made that should generate core files. After

Re: [oe] [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))

2012-04-20 Thread Samuel Stirtzel
2012/4/20 Koen Kooi : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Op 20-04-12 12:45, Samuel Stirtzel schreef: >> 2012/4/20 Koen Kooi : >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>> >>> Op 20-04-12 09:59, Samuel Stirtzel schreef: 2012/4/20 Koen Kooi : Op 19-04-12 18:57, K

[oe] Problems building parts of python using openembedded

2012-04-20 Thread Martin Ertsås
Hi. I'm using OE to build for OMAP4, when compiling python, OE reports success, however only the core python seems to be built successfully. Looking at the log files however, we see a lot of ld errors, when it tries to link to x86_64 libraries. As an example, the following is output with ncurses:

[oe] COMPATIBLE_MACHINE

2012-04-20 Thread Gary Thomas
I'm writing a .bbappend for a recipe which contains a COMPATIBLE_MACHINE pattern like this: COMPATIBLE_MACHINE = "(machine1|machine2|machine3)" Is there a way my .bbappend file can add to this pattern? I don't want to disturb what's there, just add my machine as well. Thanks -- -

Re: [oe] COMPATIBLE_MACHINE

2012-04-20 Thread Phil Blundell
On Fri, 2012-04-20 at 07:20 -0600, Gary Thomas wrote: > I'm writing a .bbappend for a recipe which contains a COMPATIBLE_MACHINE > pattern like this: >COMPATIBLE_MACHINE = "(machine1|machine2|machine3)" > > Is there a way my .bbappend file can add to this pattern? I don't want > to disturb wh

Re: [oe] COMPATIBLE_MACHINE

2012-04-20 Thread Chris Larson
On Fri, Apr 20, 2012 at 6:20 AM, Gary Thomas wrote: > I'm writing a .bbappend for a recipe which contains a COMPATIBLE_MACHINE > pattern like this: >  COMPATIBLE_MACHINE = "(machine1|machine2|machine3)" > > Is there a way my .bbappend file can add to this pattern?  I don't want > to disturb what's

Re: [oe] COMPATIBLE_MACHINE

2012-04-20 Thread Gary Thomas
On 2012-04-20 08:04, Chris Larson wrote: On Fri, Apr 20, 2012 at 6:20 AM, Gary Thomas wrote: I'm writing a .bbappend for a recipe which contains a COMPATIBLE_MACHINE pattern like this: COMPATIBLE_MACHINE = "(machine1|machine2|machine3)" Is there a way my .bbappend file can add to this patter

Re: [oe] COMPATIBLE_MACHINE

2012-04-20 Thread Chris Larson
On Fri, Apr 20, 2012 at 7:15 AM, Gary Thomas wrote: > On 2012-04-20 08:04, Chris Larson wrote: >> >> On Fri, Apr 20, 2012 at 6:20 AM, Gary Thomas  wrote: >>> >>> I'm writing a .bbappend for a recipe which contains a COMPATIBLE_MACHINE >>> pattern like this: >>>  COMPATIBLE_MACHINE = "(machine1|mac

Re: [oe] [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))

2012-04-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 20-04-12 13:28, Samuel Stirtzel schreef: > 2012/4/20 Koen Kooi : >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Op 20-04-12 12:45, Samuel Stirtzel schreef: >>> 2012/4/20 Koen Kooi : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >

Re: [oe] [oe-core] ld segfault cant figure it out

2012-04-20 Thread j
On 04/20/2012 04:13 AM, Gary Thomas wrote: On 2012-04-19 18:39, j wrote: On 04/18/2012 11:24 PM, Khem Raj wrote: On Wed, Apr 18, 2012 at 8:32 PM, j wrote: on ubuntu edit /etc/security/limits.conf on build host and then add * soft core unlimited btw. reboot your machine after this change is m

Re: [oe] [oe-core] ld segfault cant figure it out

2012-04-20 Thread j
On 04/20/2012 04:13 AM, Gary Thomas wrote: On 2012-04-19 18:39, j wrote: On 04/18/2012 11:24 PM, Khem Raj wrote: On Wed, Apr 18, 2012 at 8:32 PM, j wrote: on ubuntu edit /etc/security/limits.conf on build host and then add * soft core unlimited btw. reboot your machine after this change is m

[oe] [meta-handheld][PATCH] linux-kexecboot_3.2: set console to tty1 to hide cursor

2012-04-20 Thread Andrea Adami
* revert accidental change Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-kexecboot_3.2.bbappend | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-kernel/linux/linux-kexecboot_3.2.bbappend b/recipes-kernel/linux/linux-kexecboot_3.2.bbappend

[oe] [oe-core] Fix bad linkage towards host qt-mobility sensors module

2012-04-20 Thread Ciprian Ciubotariu
Prevent qmake from using mobilityconfig.prf from host system when build webkit. --- meta/recipes-qt/qt4/qt-4.8.0.inc |1 + meta/recipes-qt/qt4/qt-4.8.0/no-qt-mobility.patch | 52 + meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb |2 +- 3 files chang

Re: [oe] [oe-core] Fix bad linkage towards host qt-mobility sensors module

2012-04-20 Thread Martin Jansa
On Sat, Apr 21, 2012 at 03:47:09AM +0300, Ciprian Ciubotariu wrote: > Prevent qmake from using mobilityconfig.prf from host system when build > webkit. > --- > meta/recipes-qt/qt4/qt-4.8.0.inc |1 + > meta/recipes-qt/qt4/qt-4.8.0/no-qt-mobility.patch | 52 > +++