Re: [OE-core] [PATCH V2] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package

2013-11-19 Thread Dominik Holland
Hi, can anyone comment on my patch or push it into the master branch ? Dominik On 11/14/2013 05:15 PM, Dominik Holland wrote: I also changed RDEPENDS_class-native to RDEPENDS_dbus_class-native now --- meta/recipes-core/dbus/dbus.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[OE-core] [PATCH V2] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package

2013-11-14 Thread Dominik Holland
I also changed RDEPENDS_class-native to RDEPENDS_dbus_class-native now --- meta/recipes-core/dbus/dbus.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 5864643..6612184 100644 --- a/meta/recipes-core

[OE-core] [PATCH] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package

2013-11-14 Thread Dominik Holland
--- meta/recipes-core/dbus/dbus.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 5864643..0609d23 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc @@ -11,6 +11,7 @@ DEPENDS_class-native

Re: [OE-core] nativesdk-dbus depends on nativesdk-dbus-ptest-ptest

2013-11-13 Thread Dominik Holland
Hi, sorry my fault it needs to be RDEPENDS_dbus_class-nativesdk = "" but shouldn't than the RDEPENDS_class-native = "" also be changed to RDEPENDS_dbus_class-native = "" Dominik On 11/13/2013 04:53 PM, Dominik Holland wrote: Hi, i'm trying to port

[OE-core] nativesdk-dbus depends on nativesdk-dbus-ptest-ptest

2013-11-13 Thread Dominik Holland
to the dbus.inc but that doesn't help. Is there anything that i'm missing or do i really need to install ptest into my SDK ? Best Regards Dominik ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://list

Re: [OE-core] [CONSOLIDATED PULL 29/43] package.bbclass: Ensure kernel modules get stripped

2012-05-08 Thread Dominik
> Kernel modules are not marked as executable but we do expect to strip them. > This patch adds in missing code to ensure we do this. Without this images > are getting sigificantly bloated in size. > This patch causes problems with TI's dsplink and linuxutils as posted here http://comments.gman