summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/poky-autobuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index 8a87d95ecb..3076be975d 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -26,6 +26,7 @@
26 26
27if [ "xpreamble" = "x$1" ]; then 27if [ "xpreamble" = "x$1" ]; then
28 mkdir -p ./build/tmp/deploy/images 28 mkdir -p ./build/tmp/deploy/images
29 rm -f ./build/tmp/deploy/images/images-complete
29 svn info >> ./build/tmp/deploy/images/svninfo 30 svn info >> ./build/tmp/deploy/images/svninfo
30 exit 0 31 exit 0
31fi 32fi