[OE-core] [PATCH 0/6 V3] Share gcc work directories

2011-06-18 Thread Robert Yang
Changes of V3: 1) Use --with-headers to replace the: sed -i 's:^\([ ]*\)glibc_header_dir=\${with_build_sysroot}/usr/include\: ... 2) Fix the build of gcc-cross-canadian 3) Fix gcc-crosssdk which make the source incompatible during its building. 4) Test bitbake meta-toolchain, and also

[OE-core] [PATCH 2/6 V3] Share gcc work directories

2011-06-18 Thread Robert Yang
This patched is derived from Richard, make gcc use the shared source directory during the different building: 1) Make gcc-cross, gcc-cross-initial, gcc-cross-intermediate and gcc-runtime share the same source directory. 2) The source directory is ${TMPDIR}/work-shared/gcc-${PV}, for example:

[OE-core] [PATCH 1/6 V3] bitbake: share source directory

2011-06-18 Thread Robert Yang
This patch is derived from Richard, it is a quick proof of concept to show how source code could be shared between recipes which use ${B} to have a separate build directory compared to source directory ${S}. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- bitbake/lib/bb/build.py|

[OE-core] [PATCH 6/6 V3] gcc-cross-canadian: share work directories

2011-06-18 Thread Robert Yang
We had made gcc' configure to use the hacked defaults.h and t-oe in ${B}/gcc for gcc-cross, gcc-cross-canadian doesn't need the hacked defatuls.h or t-oe, but we need make their source compatible, so: 1) copy ${S}/gcc/deafults.h(which is the original one with no change) to ${B}/gcc, it is the

Re: [OE-core] [PATCH 0/6 V3] Share gcc work directories

2011-06-18 Thread Koen Kooi
Op 18 jun 2011, om 14:41 heeft Robert Yang het volgende geschreven: Changes of V3: 1) Use --with-headers to replace the: sed -i 's:^\([ ]*\)glibc_header_dir=\${with_build_sysroot}/usr/include\: ... 2) Fix the build of gcc-cross-canadian 3) Fix gcc-crosssdk which make the source

[OE-core] OE Changelog for 2011-06-6 to 2011-06-13

2011-06-18 Thread cliff . brake
Changelog for 2011-06-6 to 2011-06-13. Projects included in this report: openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://git.angstrom-distribution.org/meta-angstrom meta-yocto:

Re: [OE-core] OE Changelog for 2011-06-6 to 2011-06-13

2011-06-18 Thread Paul Eggleton
Hi Cliff, On Saturday 18 June 2011 18:29:48 cliff.br...@gmail.com wrote: meta-yocto: git://git.yoctoproject.org/poky ... Changelog for meta-yocto: This clearly contains more than just changes to the meta-yocto subdirectory of the poky

[OE-core] [PATCH] glib-2.0 2.28.x: update to 2.28.8

2011-06-18 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb | 18 -- meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb | 19 +++ meta/recipes-core/glib-2.0/glib.inc |3 ++- 3 files changed, 21 insertions(+),

[OE-core] [PATCH 2/3] qt4-tools-nativesdk: drop freetype include as we build with -no-freetype

2011-06-18 Thread Paul Eggleton
Freetype support is disabled so there's no need to point to the freetype headers. Prompted by OE commit 4931b37c8faf1eef7322cc82bf979885c770f4e0 from Dmitry Eremin-Solenikov dbarysh...@gmail.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 3/3] qt4-tools-nativesdk: fix compile failure in src/dbus

2011-06-18 Thread Paul Eggleton
[Qt #17962] -- http://bugreports.qt.nokia.com/browse/QTBUG-17962 [YOCTO #1168] -- http://bugzilla.pokylinux.org/show_bug.cgi?id=1168 Fix invalid conversion from 'const void*' to 'void*' error compiling src/dbus/qdbusintegrator.cpp. It is assumed that the use of const here is incorrect as no

[OE-core] BUG: intltool depends on libxml-parser-perl to be installed on host

2011-06-18 Thread Otavio Salvador
Hello, It seems that intltool depends on libxml-parser-perl being installed into host system to it to build. Cheers, -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-18 Thread Chris Larson
On Fri, Jun 17, 2011 at 10:42 AM, Paul Eggleton paul.eggle...@intel.com wrote: Hi Ke, Great work. Here's my review so far: On Monday 13 June 2011 14:15:04 Yu, Ke wrote: --- /dev/null +++ b/scripts/combo-layer-hook-default.sh @@ -0,0 +1,14 @@ +#!/bin/sh First thought on starting to read

Re: [OE-core] BUG: intltool depends on libxml-parser-perl to be installed on host

2011-06-18 Thread Tom Rini
On 06/18/2011 01:18 PM, Otavio Salvador wrote: Hello, It seems that intltool depends on libxml-parser-perl being installed into host system to it to build. Do the DEPENDS look right? Maybe this needs the class for bringing in perl-native... -- Tom Rini Mentor Graphics Corporation

Re: [OE-core] BUG: intltool depends on libxml-parser-perl to be installed on host

2011-06-18 Thread Otavio Salvador
On Sat, Jun 18, 2011 at 23:41, Tom Rini tom_r...@mentor.com wrote: On 06/18/2011 01:18 PM, Otavio Salvador wrote: Hello, It seems that intltool depends on libxml-parser-perl being installed into host system to it to build. Do the DEPENDS look right?  Maybe this needs the class for bringing