]> code.ossystems Code Review - openembedded-core.git/commit
kmod: fix debuginfo is missing in shared library
authorChong Lu <Chong.Lu@windriver.com>
Mon, 27 Oct 2014 05:24:23 +0000 (13:24 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:09 +0000 (10:17 +0000)
commita6b79ecb502df0f935f5c8575ace9e781770e5c1
tree49fcf6f4ef67769c9acd6581d237378a14181fa2
parent9884e4f872b9ff354832053c86842dd0d3b0c8b3
kmod: fix debuginfo is missing in shared library

INHIBIT_PACKAGE_STRIP variable will make debuginfo lose in shared library.
The test cases of kmod contain kernel modules for many different architectures,
strip and arch gets confused and throws errors. Pack kernel modules in test
cases to avoid strip command failed.

(From OE-Core rev: 3576399ed163cb3136ee1a2077622035d2033158)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-kernel/kmod/kmod/run-ptest
meta/recipes-kernel/kmod/kmod_git.bb