summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-07 17:43:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-09 20:57:50 +0100
commitf3d902943c2b48373b9b4f517d8e354368052f84 (patch)
tree2141b2340979dae11e86fa66a6396db31e53cde4 /meta
parentec5adc834dc634ff7f05a0936edd50a34821370f (diff)
downloadpoky-f3d902943c2b48373b9b4f517d8e354368052f84.tar.gz
ltp: remove open-posix-testsuite build logs
We don't need to package the open-posix-testsuite build logs. Typically these are just lines of "SUCCESS" but sometimes there will be compile warnings, which will include build paths. (From OE-Core rev: dc5141b86cfcad0daa56d4b0cac9fd57e83b515a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/ltp/ltp_20220527.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20220527.bb b/meta/recipes-extended/ltp/ltp_20220527.bb
index 034b62b321..56fa83f5a0 100644
--- a/meta/recipes-extended/ltp/ltp_20220527.bb
+++ b/meta/recipes-extended/ltp/ltp_20220527.bb
@@ -80,6 +80,9 @@ do_install(){
80 # The controllers memcg_stree test seems to cause us hangs and takes 900s 80 # The controllers memcg_stree test seems to cause us hangs and takes 900s
81 # (maybe we expect more regular output?), anyhow, skip it 81 # (maybe we expect more regular output?), anyhow, skip it
82 sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers 82 sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers
83
84 # We don't need to ship the compile logs that open_posix_testsuite writes
85 rm -f ${D}${prefix}/testcases/open_posix_testsuite/logfile.*
83} 86}
84 87
85RDEPENDS:${PN} = "\ 88RDEPENDS:${PN} = "\