[OE-core] [PATCH] kmod: remove the setting of INHIBIT_PACKAGE_STRIP

rongqing.li at windriver.com rongqing.li at windriver.com
Mon Sep 15 08:27:11 UTC 2014


From: Roy Li <rongqing.li at 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 at enea.com>
Signed-off-by: Roy Li <rongqing.li at 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




More information about the Openembedded-core mailing list