ltp: find all .debug directories

The list of directories for ltp-dbg is incomplete, so
we generalize it.

We also eliminate a non-fatal qa error that the file
test_arch_stripped is stripped.

(From OE-Core rev: b59eff83f971347254081426e8a1f2ef6ee700e5)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joe Slater
2015-03-18 15:34:02 -07:00
committed by Richard Purdie
parent 1a29b3b9d3
commit 31801c66df

View File

@@ -65,9 +65,9 @@ RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk expect"
FILES_${PN}-dbg += "\
/opt/ltp/runtest/.debug \
/opt/ltp/testcases/bin/.debug \
/opt/ltp/testcases/bin/*/bin/.debug \
/opt/ltp/testcases/bin/*/test/.debug \
/opt/ltp/testcases/*/.debug \
/opt/ltp/testcases/*/*/.debug \
/opt/ltp/testcases/*/*/*/.debug \
/opt/ltp/scenario_groups/.debug \
/opt/ltp/testscripts/.debug \
/opt/ltp/testscripts/open_posix_testsuite/.debug \
@@ -79,3 +79,6 @@ FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/lt
# Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails
INHIBIT_PACKAGE_STRIP = "1"
# However, test_arch_stripped is already stripped, so...
INSANE_SKIP_${PN} += "already-stripped"