[yocto] [auh][PATCH] weeklyjob.sh: also clean up the workspace source directory

Alexander Kanavin alexander.kanavin at linux.intel.com
Wed Feb 28 06:54:32 PST 2018


As devtool does not always remove it.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 weeklyjob.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/weeklyjob.sh b/weeklyjob.sh
index 2e8c434..412685e 100755
--- a/weeklyjob.sh
+++ b/weeklyjob.sh
@@ -24,6 +24,7 @@ $auh_dir/upgradehelper.py -e all
 
 # clean up to avoid the disk filling up
 rm -rf $build_dir/tmp/
+rm -rf $build_dir/workspace/sources/*
 find $sstate_dir -atime +10 -delete
 
 popd
-- 
2.15.1




More information about the yocto mailing list