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:33 +0100
commit8fa77bf2f1f782ad42ef8d6131b7947840e881e6 (patch)
tree5b5be2824c9fbfc48ecf86e2fdb7d2fb46c39d95
parente1e50ebc4ea06026260370ed8bbc700f6175f674 (diff)
downloadpoky-8fa77bf2f1f782ad42ef8d6131b7947840e881e6.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] (From OE-Core rev: fc424293b22bd15b3b13d98f8eedda599709c930) 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
22 $hdr 22 $hdr
23 . "\${srcdir=.}/init.sh" 23 . "\${srcdir=.}/init.sh"
24 run_strace_match_diff $arg0 $args 24 run_strace_match_diff $arg0 $args
25+ rm -rf log exp 25+ rm -rf log exp out
26 EOF 26 EOF
27 ;; 27 ;;
28 28