[master][PATCH 2/3] ltp-ddt: correct re-enabling of memcg_stress test

Denys Dmytriyenko <[email protected]> Mon, 27 Apr 2026 19:39:10 -0400
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
From: "Denys Dmytriyenko (TI)" <[email protected]>

Upstream ltp disables memcg_stress test, while we want it to be
enabled, as the comment says. Hence this should be done at the
end of do_install, not at the beginning, when even "make install"
hasn't happened yet.

Signed-off-by: Denys Dmytriyenko (TI) <[email protected]>
---
 meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb=
 b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb
index c91f0052..13646a7c 100644
--- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb
+++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb
@@ -36,7 +36,7 @@ RDEPENDS:${PN} +=3D "\
     iproute2-bridge \
 "
=20
-do_install:prepend() {
+do_install:append() {
 	# Upstream ltp recipe wants to remove this test case in do_install
 	install -d ${D}${prefix}/runtest/
 	echo "memcg_stress" >> ${D}${prefix}/runtest/controllers
--=20
2.25.1