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
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
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
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
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
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
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
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
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,
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
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
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,
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
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
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
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
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
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
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
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
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(
* 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 +++
* 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
* 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 +++---
24 matches
Mail list logo