As devtool does not always remove it.

Signed-off-by: Alexander Kanavin <alexander.kana...@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

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to