From: Daniel Turull Date: Fri, 27 Mar 2026 12:27:54 +0000 (+0100) Subject: ltp: disable min_free_kbytes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e359a78e2ca322120bd2fca2bfa343112c47872;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git ltp: disable min_free_kbytes It casues OOM regardless of the configuration There is a bug in ltp, fixed in a newer version https://github.com/linux-test-project/ltp/commit/355124aea99c7c7d40140c969a53ed892421dee9 min_free_kbytes: Connection to 192.168.7.2 closed by remote host. NOTE: test_ltp_runltp_cve (ltp.LtpTest.test_ltp_runltp_cve) NOTE: ... skipped "Test case ltp.LtpTest.test_ltp_runltp_cve depends on ltp.LtpTest.test_ltp_groups but it didn't pass/run." Test case ltp.LtpTest.test_ltp_runltp_cve depends on ltp.LtpTest.test_ltp_groups but it didn't pass/run. NOTE: ====================================================================== NOTE: FAIL: test_ltp_groups (ltp.LtpTest.test_ltp_groups) NOTE: ---------------------------------------------------------------------- Signed-off-by: Pratik Farkase Signed-off-by: Daniel Turull Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/ltp/ltp_20260130.bb b/meta/recipes-extended/ltp/ltp_20260130.bb index dcd1e81398..0b4f9c1ad5 100644 --- a/meta/recipes-extended/ltp/ltp_20260130.bb +++ b/meta/recipes-extended/ltp/ltp_20260130.bb @@ -78,6 +78,9 @@ 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 } RDEPENDS:${PN} = "\