Re: [OE-core] [PATCH 0/1] lttng-2.0 fixes

2012-10-12 Thread Bruce Ashfield
ssion daemon FATAL: Module lttng-tracer not found. Error: Unable to load module lttng-tracer Error: Unable to remove module lttng-tracer Warning: No kernel tracer available Session auto-20121012-190712 created. Traces will be written in /home/root/lttng-traces/auto-20121012-190712 After: root@qe

Re: [OE-core] [PATCH 1/1] lttng-modules: update SRCREV and remove is_compat_task patch

2012-10-12 Thread Bruce Ashfield
On 12-10-12 03:52 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi The existing SRCREV doesn't point to v2.0.5 as the recipe version suggests, and is actually building modules that won't work with the lttng-tools it's supposed to be matching. Also, remove the is_compat_task patch for lttng-sy

[OE-core] [PATCH 1/1] lttng-modules: update SRCREV and remove is_compat_task patch

2012-10-12 Thread tom . zanussi
From: Tom Zanussi The existing SRCREV doesn't point to v2.0.5 as the recipe version suggests, and is actually building modules that won't work with the lttng-tools it's supposed to be matching. Also, remove the is_compat_task patch for lttng-syscalls.c to avoid do_patch errors, as recent version

[OE-core] [PATCH 0/1] lttng-2.0 fixes

2012-10-12 Thread tom . zanussi
Error: Unable to load module lttng-tracer Error: Unable to remove module lttng-tracer Warning: No kernel tracer available Session auto-20121012-190712 created. Traces will be written in /home/root/lttng-traces/auto-20121012-190712 After: root@qemux86:~# lttng create Spawning a session daemon Session

Re: [OE-core] [PATCH] local.conf.sample: add PATH to SSTATE_MIRRORS comments

2012-10-12 Thread Marcin Juszkiewicz
W dniu 12.10.2012 20:07, Saul Wold pisze: > On 10/11/2012 06:27 AM, Paul Eggleton wrote: >> meta/conf/local.conf.sample |7 +-- >> 1 file changed, 5 insertions(+), 2 deletions(-) > I think this is really a Poky File, so should go to the > p...@yoctoproject.org! For me this file is par

Re: [OE-core] [PATCH] local.conf.sample: add PATH to SSTATE_MIRRORS comments

2012-10-12 Thread Paul Eggleton
On Friday 12 October 2012 11:07:31 Saul Wold wrote: > On 10/11/2012 06:27 AM, Paul Eggleton wrote: > > The shared state cache as pointed to by SSTATE_DIR by default now has > > two-character subdirectories to prevent there being an issue with too > > many files in the same directory; also, native s

Re: [OE-core] [PATCH] local.conf.sample: add PATH to SSTATE_MIRRORS comments

2012-10-12 Thread Saul Wold
On 10/11/2012 06:27 AM, Paul Eggleton wrote: The shared state cache as pointed to by SSTATE_DIR by default now has two-character subdirectories to prevent there being an issue with too many files in the same directory; also, native sstate packages will go into a subdirectory named using the distr

[OE-core] [PATCH] kernel.bbclass: Do not chdir to /boot before running update-alternatives

2012-10-12 Thread Holger Hans Peter Freyther
The symlink from uImage-3... to uImage is not created at image creation time and not properly update on kernel upgrades. This is fixed by removing the chdir. The other users of update-alternative do not change the directory before calling it. --- meta/classes/kernel.bbclass |4 ++-- 1 file cha

Re: [OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-12 Thread Martin Jansa
On Fri, Oct 12, 2012 at 10:40:56AM -0700, Saul Wold wrote: > On 10/12/2012 03:46 AM, Martin Jansa wrote: > > * bitbake uses PACKAGES_DYNAMIC as regexp > >^ could make matching faster (and it will be more clear that we're > > expecting regexp not glob) > >* made all those last '-' optional,

Re: [OE-core] [PATCH v3] eglibc: Move perl- and bash-using scripts to separate recipes

2012-10-12 Thread Saul Wold
On 09/25/2012 05:56 AM, Phil Blundell wrote: This removes the dependency of eglibc.bb itself on perl and bash which, in turn, eliminates the need to build those two recipes if the scripts which need them are not going to be installed. I think you missed dealing with an RPOVIDES someplace as I

Re: [OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-12 Thread Saul Wold
On 10/12/2012 03:46 AM, Martin Jansa wrote: * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) Signed-off-by: Martin Jansa --- meta/classes/kerne

[OE-core] MINUTES: OE TSC 9 October 2012

2012-10-12 Thread Jeff Osier-Mixon
OpenEmbedded TSC Meeting 09 October 2012 Attendees: Koen, Paul, Mark, Khem, Richard Notes: Jefro Agenda & Results 1. pick a chair fray ___ 2. lingering issues a. raise awareness of "janitor" list,

Re: [OE-core] Build Failures

2012-10-12 Thread Richard Purdie
On Fri, 2012-10-12 at 12:27 +0100, Jack Mitchell wrote: > On my git pull and build today I ran into some compile errors. As > mentioned before I would usually just -c cleansstate and retry, which > 99% of the time sorts the issue. However, I was informed this was not > meant to happen and logs w

Re: [OE-core] Accelerate do_package

2012-10-12 Thread Richard Purdie
On Fri, 2012-10-12 at 13:43 +0200, Samuel Stirtzel wrote: > Hi, > after re-building Qt the third time today, I was curious why > do_package takes this long. Try: http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t1&id=e355769c1dc2dd5c464f2fcfe0991f797613b43e The trouble is this

Re: [OE-core] Accelerate do_package

2012-10-12 Thread Jack Mitchell
On 12/10/12 12:43, Samuel Stirtzel wrote: Hi, after re-building Qt the third time today, I was curious why do_package takes this long. From my investigation it looks like the library stripping is the culprit, it lets my system idle with 5% CPU usage over a long time. Would it be possible to ac

[OE-core] Accelerate do_package

2012-10-12 Thread Samuel Stirtzel
Hi, after re-building Qt the third time today, I was curious why do_package takes this long. >From my investigation it looks like the library stripping is the culprit, it lets my system idle with 5% CPU usage over a long time. Would it be possible to accelerate do_package with parallelisation? Li

Re: [OE-core] Build Failures

2012-10-12 Thread Jack Mitchell
On 12/10/12 12:37, Jack Mitchell wrote: On 12/10/12 12:30, Jack Mitchell wrote: On 12/10/12 12:27, Jack Mitchell wrote: On my git pull and build today I ran into some compile errors. As mentioned before I would usually just -c cleansstate and retry, which 99% of the time sorts the issue. Howev

Re: [OE-core] Build Failures

2012-10-12 Thread Jack Mitchell
On 12/10/12 12:30, Jack Mitchell wrote: On 12/10/12 12:27, Jack Mitchell wrote: On my git pull and build today I ran into some compile errors. As mentioned before I would usually just -c cleansstate and retry, which 99% of the time sorts the issue. However, I was informed this was not meant to

Re: [OE-core] Build Failures

2012-10-12 Thread Jack Mitchell
On 12/10/12 12:27, Jack Mitchell wrote: On my git pull and build today I ran into some compile errors. As mentioned before I would usually just -c cleansstate and retry, which 99% of the time sorts the issue. However, I was informed this was not meant to happen and logs would be appreciated, so

[OE-core] Build Failures

2012-10-12 Thread Jack Mitchell
On my git pull and build today I ran into some compile errors. As mentioned before I would usually just -c cleansstate and retry, which 99% of the time sorts the issue. However, I was informed this was not meant to happen and logs would be appreciated, so please find them below. pkgconfig-nati

Re: [OE-core] [PATCH v2] pango: don't try to split modules if none were installed

2012-10-12 Thread Burton, Ross
On 30 September 2012 22:28, Phil Blundell wrote: > On Sun, 2012-09-30 at 19:31 +0100, Ross Burton wrote: >> As this keeps on cropping up, I did have a patch to do_split_packages >> that added an allow-empty argument. Might be worth digging out. > > Sounds like a decent plan. So do_split_packages(

[OE-core] [PATCH] qt4: use extra variable for more QT_CONFIG_FLAGS fragments

2012-10-12 Thread Martin Jansa
* qt4-embedded was forcing -DQT_KEYPAD_NAVIGATION which depends on feature-completer * separate variable makes it easier to not enable QT_KEYPAD_NAVIGATION in some upper layer where we have disabled feature-completer Signed-off-by: Martin Jansa --- meta/recipes-qt/qt4/qt4-embedded.inc | 10 +++

[OE-core] [PATCH 2/2] PACKAGES_DYNAMIC: use += instead of = in most cases

2012-10-12 Thread Martin Jansa
* to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa --- meta/recipes-connectivity/connman/connman.inc| 2 +- meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | 2 +- meta/recipes-devtools/perl/perl_5.14.2.bb

[OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-12 Thread Martin Jansa
* bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass | 6 +++---