Re: [OE-core] [PATCH 0/1][dora] - Fix for Bug 5403

2013-12-30 Thread Tom Zanussi
Hi Robert, Yes, I'm still testing the one for master - will post tomorrow. Tom On Tue, 2013-12-31 at 09:29 +0800, Robert Yang wrote: > Hi Tom, > > Thanks, do we also need a patch for master ? > > // Robert > > On 12/31/2013 01:31 AM, Tom Zanussi wrote: > > This fixes a problem seen when acce

[OE-core] Why do we allow empty -dev/-dbg packages ?

2013-12-30 Thread ChenQi
Hi All, This might be a dummy question, but it has been puzzling me for some time. So if someone could give me some explanation, that would be really appreciated. In bitbake.conf, we have: ALLOW_EMPTY_${PN}-dev = "1" ALLOW_EMPTY_${PN}-dbg = "1" That means we allow emtpy -dev/-dbg packages. B

Re: [OE-core] [PATCH 0/1][dora] - Fix for Bug 5403

2013-12-30 Thread Robert Yang
Hi Tom, Thanks, do we also need a patch for master ? // Robert On 12/31/2013 01:31 AM, Tom Zanussi wrote: This fixes a problem seen when accessing function params in systemtap on certain platforms, due to flaky debuginfo. Tested on the following machines with various systemtap scripts: qemu

[OE-core] [PATCH] meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory' flag to gnome-terminal

2013-12-30 Thread Jacob Kroon
>From the gnome-terminal manpage: By default, all GNOME terminals share a single process, reducing memory usage. This can be disabled by starting gnome-terminal with the --disable-factory option However, gnome-terminal in Fedora 20 does no longer support the '--disable-factory' flag, so remove it

[OE-core] [PATCH 0/1][dora] - Fix for Bug 5403

2013-12-30 Thread Tom Zanussi
This fixes a problem seen when accessing function params in systemtap on certain platforms, due to flaky debuginfo. Tested on the following machines with various systemtap scripts: qemuppc qemuarm qemux86 qemux86-64 crownbay nuc The following changes since commit 3cf2d232529c4fd6b58f87ddbf3df9d8

[OE-core] [PATCH 1/1] systemtap: Add --enable-prologues to configuration

2013-12-30 Thread Tom Zanussi
In some cases, the debuginfo generated by the compiler is insufficient for systemtap to figure out function param locations; using -P allows it to use prologue searching to find the correct locations. Enable prologue searching in the configuration so the user doesn't have to specify it manually.

[OE-core] [PATCH] kmod: fix zlib dependency

2013-12-30 Thread Martin Jansa
* unlike BBCLASSEXTENDed native support, dependencies in kmod-native doesn't get automatic -native suffix, so kmod-native was depending on target zlib. * move the dependency from .inc and apply it with right suffix Signed-off-by: Martin Jansa --- meta/recipes-kernel/kmod/kmod-native_git.bb | 3

Re: [OE-core] networkmanager_0.9.8.bb

2013-12-30 Thread Paul Eggleton
Hi Adrien, On Monday 30 December 2013 12:16:04 a.rena...@kaptalia.com wrote: > I want to propose a modification : --without-systemdsystemunitdir= -> -- > without-systemdsystemunitdir on networkmanager_0.9.8.0.bb, this file is > available on meta-openembedded/meta-oe/recipes- > connectivity/network

Re: [OE-core] [PATCH 01/38] *-basic: rename to *-standardlinux

2013-12-30 Thread Paul Eggleton
Hi Robert, On Monday 30 December 2013 09:35:18 Robert Yang wrote: > I'm afraid that the standardlinux maybe a little confused with > linuxstdbase, bu I don't have any better idea about it. You could be right. I've thought for a long time about renaming this and haven't been able to come up with

[OE-core] networkmanager_0.9.8.bb

2013-12-30 Thread a.rena...@kaptalia.com
Hi all, I want to propose a modification : --without-systemdsystemunitdir= -> -- without-systemdsystemunitdir on networkmanager_0.9.8.0.bb, this file is available on meta-openembedded/meta-oe/recipes- connectivity/networkmanager/networkmanager_0.9.8.0.bb Not sure if this is the correct way to doi

Re: [OE-core] [PATCH] test-dependencies.sh: avoid showing misleading error messages

2013-12-30 Thread Martin Jansa
On Mon, Dec 30, 2013 at 05:09:16PM +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > This avoids the following error messages when no dependency > issue detected: > find: `/build/r_cgp-dep_1225/p_x86_1225/bitbake_build/tmp/work/': No such > file or directory > grep: test-dependen

[OE-core] [PATCH] test-dependencies.sh: avoid showing misleading error messages

2013-12-30 Thread jackie.huang
From: Jackie Huang This avoids the following error messages when no dependency issue detected: find: `/build/r_cgp-dep_1225/p_x86_1225/bitbake_build/tmp/work/': No such file or directory grep: test-dependencies/1388042399/3_min/failed/*: No such file or directory ls: cannot access test-dependenc