[master][PATCH 3/3] ltp-ddt: sync up ltp with upstream
Denys Dmytriyenko <[email protected]> Mon, 27 Apr 2026 19:39:11 -0400
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
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 constraine= d targets + sed -e '/^cve-2018-13405/d' -i ${D}${prefix}/runtest/cve + + # cve-2020-36557 triggers memory deadlock kernel panic on constraine= d targets + sed -e '/^cve-2020-36557/d' -i ${D}${prefix}/runtest/cve } =20 RDEPENDS:${PN} =3D "\ @@ -128,7 +137,7 @@ remove_broken_musl_sources() { [ "${TCLIBC}" =3D "musl" ] || return 0 =20 cd ${S} - echo "WARNING: remove unsupported tests (until they're fixed)" + bbverbnote "remove unsupported tests (until they're fixed)" =20 # sync with upstream # https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh#L3= 3 --=20 2.25.1