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} += "\
     iproute2-bridge \
 "
 
-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
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17496): 
https://lists.yoctoproject.org/g/meta-arago/message/17496
Mute This Topic: https://lists.yoctoproject.org/mt/119040915/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to