Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] kmod: remove the setting of INHIBIT_PACKAGE_STRIP
@ 2014-09-15  8:27 rongqing.li
  2014-09-15 14:32 ` Burton, Ross
  2014-09-16  9:46 ` Burton, Ross
  0 siblings, 2 replies; 8+ messages in thread
From: rongqing.li @ 2014-09-15  8:27 UTC (permalink / raw)
  To: openembedded-core, tudor.florea

From: Roy Li <rongqing.li@windriver.com>

Setting INHIBIT_PACKAGE_STRIP is added by 61cb45869c[kmod: ptest fixes], but I
can not reproduce the described issue, and seems it make wrong logical [
when enable ptest, INHIBIT_PACKAGE_STRIP is always 1; and when disable ptest,
INHIBIT_PACKAGE_STRIP is always 0]

Cc: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 meta/recipes-kernel/kmod/kmod_git.bb |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index d4c21a4..9dd5867 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -44,7 +44,6 @@ do_compile_ptest () {
         oe_runmake buildtest-TESTS rootfs
 }
 
-INHIBIT_PACKAGE_STRIP = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", "1", "0", d)}"
 INSANE_SKIP_${PN}-ptest = "arch"
 
 inherit update-alternatives
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-09-17 23:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15  8:27 [PATCH] kmod: remove the setting of INHIBIT_PACKAGE_STRIP rongqing.li
2014-09-15 14:32 ` Burton, Ross
2014-09-17 10:11   ` Tudor Florea
2014-09-17 23:11     ` Khem Raj
2014-09-16  9:46 ` Burton, Ross
2014-09-17  0:25   ` Rongqing Li
2014-09-17  7:23     ` Richard Purdie
2014-09-17  7:32       ` Rongqing Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox