mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ec5adc834d
commit
f3d902943c
@@ -80,6 +80,9 @@ do_install(){
|
||||
# The controllers memcg_stree test seems to cause us hangs and takes 900s
|
||||
# (maybe we expect more regular output?), anyhow, skip it
|
||||
sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers
|
||||
|
||||
# We don't need to ship the compile logs that open_posix_testsuite writes
|
||||
rm -f ${D}${prefix}/testcases/open_posix_testsuite/logfile.*
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
|
||||
Reference in New Issue
Block a user