From: "Denys Dmytriyenko (TI)" <[email protected]> Update ltp .inc file with the latest verbatim copy of ltp recipe from OE-Core.
Signed-off-by: Denys Dmytriyenko (TI) <[email protected]> --- .../recipes-devtools/ltp-ddt/ltp_20260130.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc index d63b936f..3108cc6c 100644 --- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc +++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc @@ -79,6 +79,15 @@ do_install(){ # The controllers memcg_stree test seems to cause us hangs and takes 900s # (maybe we expect more regular output?), anyhow, skip it sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers + + # min_free_kbytes can be disruptive on constrained targets + sed -e '/^min_free_kbytes/d' -i ${D}${prefix}/runtest/mm + + # cve-2018-13405 triggers memory deadlock kernel panic on constrained targets + sed -e '/^cve-2018-13405/d' -i ${D}${prefix}/runtest/cve + + # cve-2020-36557 triggers memory deadlock kernel panic on constrained targets + sed -e '/^cve-2020-36557/d' -i ${D}${prefix}/runtest/cve } RDEPENDS:${PN} = "\ @@ -128,7 +137,7 @@ remove_broken_musl_sources() { [ "${TCLIBC}" = "musl" ] || return 0 cd ${S} - echo "WARNING: remove unsupported tests (until they're fixed)" + bbverbnote "remove unsupported tests (until they're fixed)" # sync with upstream # https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L33 -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17494): https://lists.yoctoproject.org/g/meta-arago/message/17494 Mute This Topic: https://lists.yoctoproject.org/mt/119040913/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
