summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace/ptest-spacesave.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace/ptest-spacesave.patch')
-rw-r--r--meta/recipes-devtools/strace/strace/ptest-spacesave.patch17
1 files changed, 13 insertions, 4 deletions
diff --git a/meta/recipes-devtools/strace/strace/ptest-spacesave.patch b/meta/recipes-devtools/strace/strace/ptest-spacesave.patch
index 3e32cc388c..c5d8ff9207 100644
--- a/meta/recipes-devtools/strace/strace/ptest-spacesave.patch
+++ b/meta/recipes-devtools/strace/strace/ptest-spacesave.patch
@@ -1,3 +1,8 @@
1From 3fad4821d90cd264d1b94253b9cf4fdf5d4034b8 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Wed, 29 May 2019 00:10:32 +0100
4Subject: [PATCH] strace: Tweak ptest disk space management
5
1If the test is successful, remove the log and exp files. This stops strace 6If the test is successful, remove the log and exp files. This stops strace
2using around 600MB of disk space and running our ptest images out of space. 7using around 600MB of disk space and running our ptest images out of space.
3 8
@@ -5,10 +10,14 @@ RP 2019/5/29
5 10
6Upstream-Status: Inappropriate [specific to OE image space issues] 11Upstream-Status: Inappropriate [specific to OE image space issues]
7 12
8Index: strace-4.26/tests/gen_tests.sh 13---
9=================================================================== 14 tests/gen_tests.sh | 1 +
10--- strace-4.26.orig/tests/gen_tests.sh 15 1 file changed, 1 insertion(+)
11+++ strace-4.26/tests/gen_tests.sh 16
17diff --git a/tests/gen_tests.sh b/tests/gen_tests.sh
18index 3540204..5e1e7c9 100755
19--- a/tests/gen_tests.sh
20+++ b/tests/gen_tests.sh
12@@ -62,6 +62,7 @@ while read -r name arg0 args; do { 21@@ -62,6 +62,7 @@ while read -r name arg0 args; do {
13 $hdr 22 $hdr
14 . "\${srcdir=.}/init.sh" 23 . "\${srcdir=.}/init.sh"