new file mode 100644
@@ -0,0 +1,32 @@
+From 768159aa53257d247645a12518778f50b8fdf578 Mon Sep 17 00:00:00 2001
+From: "Mingde (Matthew) Zeng" <matthewzmd@gmail.com>
+Date: Wed, 29 Jul 2020 08:47:09 -0400
+Subject: [PATCH] Remove OOM tests from runtest/mm
+
+Disable OOM tests, as they might cause oeqa ssh connection lost
+
+Upstream-Status: Inappropriate [oe-core specific]
+Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
+[ pvorel: rebased for 20210927 ]
+Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
+---
+ runtest/mm | 6 ------
+ 1 file changed, 6 deletions(-)
+
+diff --git a/runtest/mm b/runtest/mm
+index 6a8cd0b9d..8ce3f4416 100644
+--- a/runtest/mm
++++ b/runtest/mm
+@@ -76,12 +76,6 @@ ksm07 ksm07
+
+ cpuset01 cpuset01
+
+-oom01 oom01
+-oom02 oom02
+-oom03 oom03
+-oom04 oom04
+-oom05 oom05
+-
+ swapping01 swapping01 -i 5
+
+ thp01 thp01 -I 120
@@ -1,6 +1,3 @@
-FILESEXTRAPATHS:prepend := "${COREBASE}/meta/recipes-extended/ltp/ltp:"
-FILESEXTRAPATHS:prepend := "${TITESTBASE}/recipes-extended/ltp/ltp:"
-
require ltp_${PV}.inc
SUMMARY = "Embedded Linux Device Driver Tests based on Linux Test Project"
A recent change in the ltp version in oe-core [1] has broken the patch we were pointing to in there. Copy in the version we are expecting and update the recipe to stop looking in oe-core for files since we have a copy of the recipe anyway. [1] https://git.openembedded.org/openembedded-core/commit/?id=6ad236f2fb724798ed62f6ad5f78b51d57496caa Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- ...001-Remove-OOM-tests-from-runtest-mm.patch | 32 +++++++++++++++++++ .../ltp-ddt/ltp-ddt_20250130.bb | 3 -- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt/0001-Remove-OOM-tests-from-runtest-mm.patch