summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2023-10-17 18:53:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-17 22:51:31 +0100
commitfc424293b22bd15b3b13d98f8eedda599709c930 (patch)
tree95e9a6b7ad3daa10ab5340ae950d8a53d5b72286
parentf5dee6290ca750519455e311e429951b8eb7301b (diff)
downloadopenembedded-core-contrib-fc424293b22bd15b3b13d98f8eedda599709c930.tar.gz
strace: further clean up of ptest folders
Removing the out files removes about 350MB of data which helps staying in the currently allocated ptest image space as we are hitting disk space issues after enabling the parallelization of tests. Fixes [Yocto #15220] Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/strace/strace/ptest-spacesave.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace/ptest-spacesave.patch b/meta/recipes-devtools/strace/strace/ptest-spacesave.patch
index c5d8ff9207..4e86ccadc5 100644
--- a/meta/recipes-devtools/strace/strace/ptest-spacesave.patch
+++ b/meta/recipes-devtools/strace/strace/ptest-spacesave.patch
@@ -22,7 +22,7 @@ index 3540204..5e1e7c9 100755
$hdr
. "\${srcdir=.}/init.sh"
run_strace_match_diff $arg0 $args
-+ rm -rf log exp
++ rm -rf log exp out
EOF
;;