[OE-core] [PATCH 4/4] build-perf-test.sh: cleanup conf/sanity_info

Robert Yang liezhi.yang at windriver.com
Mon Nov 4 22:40:09 UTC 2013


The conf/sanity_info is in TMPDIR now, it would be removed when TMPDIR
is removed.

[YOCTO #5442]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 scripts/contrib/build-perf-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh
index be3b648..ef9b826 100755
--- a/scripts/contrib/build-perf-test.sh
+++ b/scripts/contrib/build-perf-test.sh
@@ -227,7 +227,7 @@ bbnotime () {
 
 do_rmtmp() {
     log "   Removing tmp"
-    rm -rf bitbake.lock pseudodone conf/sanity_info cache tmp
+    rm -rf bitbake.lock pseudodone cache tmp
 }
 do_rmsstate () {
     log "   Removing sstate-cache"
-- 
1.8.3.1




More information about the Openembedded-core mailing list