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

2014-10-26 Thread Chong Lu
On 10/24/2014 07:08 PM, Burton, Ross wrote: On 24 October 2014 07:25, Chong Lu > wrote: +++ b/meta/recipes-kernel/kmod/kmod/run-ptest @@ -1,3 +1,4 @@ #!/bin/sh touch testsuite/stamp-rootfs +tar xf testmodule.tar make -k runtest-TESTS 2

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

2014-10-24 Thread Burton, Ross
On 24 October 2014 07:25, Chong Lu wrote: > +++ b/meta/recipes-kernel/kmod/kmod/run-ptest > @@ -1,3 +1,4 @@ > #!/bin/sh > touch testsuite/stamp-rootfs > +tar xf testmodule.tar > make -k runtest-TESTS 2>/dev/null| grep -e ^PASS -e ^FAIL > We should to make sure that the ptest scripts clean up

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

2014-10-23 Thread Chong Lu
INHIBIT_PACKAGE_STRIP variable will make debuginfo lose in shared library. Pack kernel modules in test cases to avoid strip command failed. Signed-off-by: Chong Lu --- meta/recipes-kernel/kmod/kmod/run-ptest | 1 + meta/recipes-kernel/kmod/kmod_git.bb| 9 - 2 files changed, 9 inserti