The conf/sanity_info is in TMPDIR now, it would be removed when TMPDIR is removed.
[YOCTO #5442] Signed-off-by: Robert Yang <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
