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 \
# 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"
+