aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/poky-autobuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index a8f9decc27..8a87d95ecb 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -24,6 +24,18 @@
# exit 1
#fi
+if [ "xpreamble" = "x$1" ]; then
+ mkdir -p ./build/tmp/deploy/images
+ svn info >> ./build/tmp/deploy/images/svninfo
+ exit 0
+fi
+
+if [ "xcomplete" = "x$1" ]; then
+ touch ./build/tmp/deploy/images/images-complete
+ chmod a+w ./build/tmp/deploy/images/images-complete
+ exit 0
+fi
+
. ./scripts/poky-env-internal
bitbake $1