Re: [OE-core] [PATCH 1/1] kmod: fix debuginfo is missing in shared library

2014-10-23 Thread Chong Lu
] [PATCH 1/1] kmod: fix debuginfo is missing in shared library On 21 October 2014 09:16, Chong Lu <mailto:chong...@windriver.com>> wrote: -INHIBIT_PACKAGE_STRIP = "${@bb.utils.contains( <mailto:$%7b@bb.utils.contains%28>"DISTRO_FEATURES", "ptest", "

Re: [OE-core] [PATCH 1/1] kmod: fix debuginfo is missing in shared library

2014-10-23 Thread Chong Lu
On 10/23/2014 10:21 PM, Burton, Ross wrote: On 21 October 2014 09:16, Chong Lu > wrote: -INHIBIT_PACKAGE_STRIP = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", "1", "0", d)}" +INHIBIT_PACKAGE_STRIP_${PN}-ptest = "${@bb.utils.contains("DISTRO_F

Re: [OE-core] [PATCH 1/1] kmod: fix debuginfo is missing in shared library

2014-10-23 Thread Tudor Florea
Hi, From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Burton, Ross Sent: Thursday, October 23, 2014 17:21 To: Chong Lu Cc: OE-core Subject: Re: [OE-core] [PATCH 1/1] kmod: fix debuginfo is missing in shared library

Re: [OE-core] [PATCH 1/1] kmod: fix debuginfo is missing in shared library

2014-10-23 Thread Burton, Ross
On 21 October 2014 09:16, Chong Lu wrote: > -INHIBIT_PACKAGE_STRIP = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", > "1", "0", d)}" > +INHIBIT_PACKAGE_STRIP_${PN}-ptest = > "${@bb.utils.contains("DISTRO_FEATURES", "ptest", "1", "0", d)}" > Was this actually tested? ERROR: runstrip: ''arm-po

[OE-core] [PATCH 1/1] kmod: fix debuginfo is missing in shared library

2014-10-21 Thread Chong Lu
The INHIBIT_PACKAGE_STRIP should be only for ptest package, else debuginfo will be missing in shared library. Signed-off-by: Chong Lu --- meta/recipes-kernel/kmod/kmod_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-