From: Roy Li <rongqing...@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.flo...@enea.com> Signed-off-by: Roy Li <rongqing...@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 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core