[OE-core] [PATCH 0/3] Minor and trivial fixes

2011-10-02 Thread Otavio Salvador
The following changes since commit c54c1280fc0d06a53e23339c3913ec88eead13d9: base.bbclass: Drop unneeded dependency (2011-09-30 11:34:44 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador

[OE-core] [PATCH 2/3] image-live.bbclass: allow images to override ROOTFS and INITRD

2011-10-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/image-live.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index c910488..1d184a1 100644 ---

[OE-core] [PATCH 3/3] bootimg.bbclass: fix comment typo

2011-10-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/bootimg.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 49ee85e..a5ba3cf 100644 --- a/meta/classes/bootimg.bbclass +++

[OE-core] [PATCH 1/3] image.bbclass: improve comments regarding exported functions

2011-10-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/image.bbclass |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index f17e989..0b75dce 100644 --- a/meta/classes/image.bbclass +++

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

2011-10-02 Thread Dmitry Eremin-Solenikov
On 09/30/2011 08:57 PM, Richard Purdie wrote: 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

[OE-core] [PATCH 2/2] qt4: packaging fixup

2011-10-02 Thread Dmitry Eremin-Solenikov
Improve packaging: * Add phrasebook packages to DYNAMIC_PACKAGES * Correct phrasebook packages generation * Include more files into -dbg packages * Package fontdir and fonts README. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +-

[OE-core] [PATCH 1/2] qt4: Fix translation support

2011-10-02 Thread Dmitry Eremin-Solenikov
From: Otavio Salvador ota...@ossystems.com.br The translation support was disable in build. The fix-translation.patch was imported from OpenEmbedded to fix a linking issue in phonon translation support. [Dmitry Eremin-Solenikov: ported to apply to qt 4.7.4 build, bumped PR] Signed-off-by:

[OE-core] Problem building gcc-cross-initial with latest linaro patches.

2011-10-02 Thread James Limbouris
Hi, I'm getting the following build error with gcc-cross-initial: NOTE: package gcc-cross-initial-4.6.1+svnr178924-r16: task do_patch: Started ERROR: Error executing a python function in /home/james/oe/sources/oe-core/meta/recipes-devtools/gcc/gcc-cross-initial_4.6.bb: AttributeError: 'module'

Re: [OE-core] Problem building gcc-cross-initial with latest linaro patches.

2011-10-02 Thread Khem Raj
On Sunday, October 2, 2011, James Limbouris ja...@digitalmatter.com.au wrote: Hi, I'm getting the following build error with gcc-cross-initial: NOTE: package gcc-cross-initial-4.6.1+svnr178924-r16: task do_patch: Started ERROR: Error executing a python function in

Re: [OE-core] Problem building gcc-cross-initial with latest linaro patches.

2011-10-02 Thread James Limbouris
On Monday, 3 October 2011 11:15 AM, Khem Raj wrote: Which again is a bit confusing - I can't see any reason why the patch shouldn't apply. I have posted a patch for meta-oe which you should cherry pick. The oe-core gcc has been updated and meta oe needed to be adjusted too Regards, James

Re: [OE-core] Problem building gcc-cross-initial with latest linaro patches.

2011-10-02 Thread James Limbouris
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of McClintock Matthew-B29882 Sent: Monday, 3 October 2011 11:18 AM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core]