[OE-core] [PATCH 1/1] linux-yocto: update tiny meta and configuration for kernel 3.2

2012-03-31 Thread Bruce Ashfield
Updating the META SRCREV to pickup these commits: 59f350e meta: Add common-pc-tiny.scc 0996ca9 tiny: Minimize the tiny config d6b57bb meta: common-pc add dependencies to cfg Which update the configuration for the tiny profile of the kernel for the 3.2 release. cc: Darren Hart Signed-off-b

[OE-core] [PATCH 0/1] linux-yocto: update tiny configuration for 3.2

2012-03-31 Thread Bruce Ashfield
Richard/Saul, Here's an update of the tiny kernel configuration for 3.2. Darren and I have both tested this, and there's no impact on existing configurations (outside of minor tweaks to common-pc), so there's little risk in this pull request. Cheers, Bruce The following changes since commit 869

Re: [OE-core] [oe-commits] Robert Yang : A script to clean obsolete sstate cache files

2012-03-31 Thread Robert Yang
Hi Martin, The fixes have been merged into oe-core, and it changed a lot. // Robert On 03/27/2012 11:19 PM, Martin Jansa wrote: On Tue, Mar 27, 2012 at 09:49:36PM +0800, Robert Yang wrote: On 03/27/2012 09:35 PM, Martin Jansa wrote: On Tue, Mar 27, 2012 at 09:28:09PM +0800, Robert Yang wr

[OE-core] [PATCH 0/1] Fixed GL apps failure on qemux86/x86-64 on Ubuntu 11 with Nvidia GLX driver, Apr1, 2012

2012-03-31 Thread edwin . zhai
From: Zhai Edwin All, Previous version of nVidia GLX driver in Ubuntu 10 cause qemu segfault, so we fall back to Mesa GLX driver if detecting nVidia driver installed. From Ubuntu 11, nVidia GLX driver works well, while previous work around cause GL apps failure. So this work around is limited in

[OE-core] [PATCH 1/1] qemugl: Fix GL apps failure on Ubuntu 11 host with nVidia GLX driver

2012-03-31 Thread edwin . zhai
From: Zhai Edwin Previous version of nVidia GLX driver in Ubuntu 10 cause qemu segfault, so we fall back to Mesa GLX driver if detecting nVidia driver installed. From Ubuntu 11, nVidia GLX driver works well, while previous work around cause GL apps failure. So this work around is limited in Ubunt

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-03-31 Thread Robert Yang
On 04/01/2012 08:47 AM, Paul Eggleton wrote: On Thursday 02 February 2012 12:50:16 Samuel Stirtzel wrote: There are other CMake configure pitfalls (all cross compiling scripts in kdelibs are commented out) but it seems that at least the most of them showed already during build time. Unfortun

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-03-31 Thread Paul Eggleton
On Thursday 02 February 2012 12:50:16 Samuel Stirtzel wrote: > There are other CMake configure pitfalls (all cross compiling scripts > in kdelibs are commented out) but it seems that at least the most of > them showed already during build time. Unfortunately when I tried to build kdelibs4 I got th

Re: [OE-core] is "fakeroot" still used as a variable "flag"?

2012-03-31 Thread Robert P. J. Day
On Sun, 1 Apr 2012, Paul Eggleton wrote: > On Saturday 31 March 2012 19:12:12 Robert P. J. Day wrote: > > the bitbake manual lists "fakeroot" as a possible variable flag, > > along with things like "nostamp", "noexec" and so on. but i don't see > > fakeroot being used as a flag anywhere in the

Re: [OE-core] is "fakeroot" still used as a variable "flag"?

2012-03-31 Thread Paul Eggleton
On Saturday 31 March 2012 19:12:12 Robert P. J. Day wrote: > the bitbake manual lists "fakeroot" as a possible variable flag, > along with things like "nostamp", "noexec" and so on. but i don't see > fakeroot being used as a flag anywhere in the source tree. has that > changed? No, fakeroot is

[OE-core] is "fakeroot" still used as a variable "flag"?

2012-03-31 Thread Robert P. J. Day
the bitbake manual lists "fakeroot" as a possible variable flag, along with things like "nostamp", "noexec" and so on. but i don't see fakeroot being used as a flag anywhere in the source tree. has that changed? rday -- ==

[OE-core] [PATCH 1/3] buildhistory: remove duplicate entries from dot graph

2012-03-31 Thread Koen Kooi
There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. A previous attempt to address this only works on rpm which gives a \n seperated output, opkg doesn't. Another benefit is that the sort order is now know, leading to

[OE-core] [PATCH 2/3] buildhistory: record all builds

2012-03-31 Thread Koen Kooi
When nothing has changed an empty commit prefixed with "No changes" will get generated so that the commit log of the buildhistory repo provides a complete log of all builds performed, not just those that resulted in changes. Signed-off-by: Koen Kooi --- meta/classes/buildhistory.bbclass |2

[OE-core] [PATCH 3/3] buildhistory: make seperate commits for every changed top level entry in the buildhistory dir

2012-03-31 Thread Koen Kooi
This seperates out image changes from package changes making the image diffs a lot easier to read. Signed-off-by: Koen Kooi --- meta/classes/buildhistory.bbclass |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildh

[OE-core] delayed assignment and "+=" and IMAGE_FEATURES

2012-03-31 Thread Robert P. J. Day
another sort of "best practices" question while trying to dispel some confusion. in bitbake.conf, we have: IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}" fair enough, but since this is in bitbake.conf, it clearly(?) represents delayed processing since this is being defined before the target task

[OE-core] [PATCH] qt-mobility: Fix build with gcc 4.7

2012-03-31 Thread Khem Raj
C getpid needs unistd.h for getting its signature Signed-off-by: Khem Raj --- meta/recipes-qt/qt4/files/gcc-scope.patch | 48 + meta/recipes-qt/qt4/qt-mobility_1.2.0.inc |6 ++- 2 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-q

Re: [OE-core] [PATCH 0/5] Misc fixings of nativesdk

2012-03-31 Thread Richard Purdie
On Sat, 2012-03-31 at 14:49 +0800, Lianhao Lu wrote: > This patch serie fixed bunch of things for nativesdk recipes, including: > > 1. Fixed the issue of reading in incorrect pkgdata files of > do_package_write_xxx. > 2. Avoided crosssdk tasks generating different task hashs for different > MACH

Re: [OE-core] [PATCH 1/3] nasm: fix issue with repeat configure

2012-03-31 Thread Richard Purdie
On Fri, 2012-03-30 at 15:28 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This Fixes bug: [YOCTO #2176] > > This fixes the following issue as mentioned in the bug: > If nasm-native has to be rebuilt (due to a signature change) it will fail: > > | checking for a BSD-compatibl

Re: [OE-core] [PATCH 2/3] cross-canadian.bbclass: fix rpath for sdk executables

2012-03-31 Thread Richard Purdie
On Fri, 2012-03-30 at 15:28 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This makes the libraries located in places like this findable: > /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib > > Which avoids linking cross canadian sdk executables with host libraries

Re: [OE-core] why does "bitbake -e" check the license of a *non*-included recipe file?

2012-03-31 Thread Richard Purdie
On Fri, 2012-03-30 at 20:17 -0400, Robert P. J. Day wrote: > goofing around with "bitbake -e" and, with a clean oe-core checkout, > both of the following work: > > $ bitbake -e > $ bitbake -e core-image-core > > now, just for fun, i added a trivial recipe file to that images/ > directory to see

Re: [OE-core] Re-execution of tasks - test report and results

2012-03-31 Thread Richard Purdie
On Sat, 2012-03-31 at 08:59 -0700, Steve Sakoman wrote: > On Sat, Mar 31, 2012 at 8:34 AM, Richard Purdie > wrote: > > > Hmm, yes. We already have a bug open against git but I'd like to > > understand shadow-native and sqlite. If you have the failure logs for > > those two, I think it would be wo

Re: [OE-core] Re-execution of tasks - test report and results

2012-03-31 Thread Steve Sakoman
On Sat, Mar 31, 2012 at 8:34 AM, Richard Purdie wrote: > Hmm, yes. We already have a bug open against git but I'd like to > understand shadow-native and sqlite. If you have the failure logs for > those two, I think it would be worth opening bugs for them. Details for shadow-native and sqlite bel

Re: [OE-core] [PATCH 0/3] Fixes for bitbake wrapper script

2012-03-31 Thread Paul Eggleton
On Tuesday 27 March 2012 12:50:07 Paul Eggleton wrote: > Andreas, if you could review these that would be much appreciated. > > > The following changes since commit 644b7503c37fd73730dd3d7841463b158b8934ed: > > guile: Deal with hardcoded path issues (2012-03-27 00:28:41 +0100) > > are availab

Re: [OE-core] Re-execution of tasks - test report and results

2012-03-31 Thread Richard Purdie
On Sat, 2012-03-31 at 08:04 -0700, Steve Sakoman wrote: > On Sat, Mar 31, 2012 at 7:07 AM, Richard Purdie > wrote: > > As some people have noticed, there are some rebuild issues happening due > > to sstate and the use of hashes in the stamp files. By this I mean the > > case where due to some chec

Re: [OE-core] Re-execution of tasks - test report and results

2012-03-31 Thread Steve Sakoman
On Sat, Mar 31, 2012 at 7:07 AM, Richard Purdie wrote: > As some people have noticed, there are some rebuild issues happening due > to sstate and the use of hashes in the stamp files. By this I mean the > case where due to some checksum change, some task gets rerun and the > task was not written t

Re: [OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-03-31 Thread Khem Raj
On Sat, Mar 31, 2012 at 7:39 AM, Khem Raj wrote: > nptl is bogus now a days. so please delete it completely. heh I must have said in GLIBC_ADDON context its bogus. Since its _the_ only thread implementation in eglibc/glibc ___ Openembedded-core mailing

Re: [OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-03-31 Thread Khem Raj
On Fri, Mar 30, 2012 at 11:49 PM, Lianhao Lu wrote: > >  GLIBC_ADDONS ?= "ports,nptl,libidn" > +GLIBC_ADDONS_virtclass-nativesdk = "nptl" nptl is bogus now a days. so please delete it completely. ___ Openembedded-core mailing list Openembedded-core@lis

Re: [OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-03-31 Thread Richard Purdie
On Sat, 2012-03-31 at 14:49 +0800, Lianhao Lu wrote: > Set only necessary GCC_ADDONS for eglibc-nativesdk so that it is not > dependant on the target eglibc's GCC_ADDONS settings. You mean GLIBC_ADDONS, right? :) > Signed-off-by: Lianhao Lu > --- > meta/recipes-core/eglibc/eglibc_2.13.bb |3

[OE-core] Re-execution of tasks - test report and results

2012-03-31 Thread Richard Purdie
As some people have noticed, there are some rebuild issues happening due to sstate and the use of hashes in the stamp files. By this I mean the case where due to some checksum change, some task gets rerun and the task was not written to run a second time. In other words all tasks are not idempoten