summaryrefslogtreecommitdiffstats
path: root/scripts/poky-autobuild
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-autobuild')
-rwxr-xr-xscripts/poky-autobuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index 4c93aa079f..f5be35d35d 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -34,6 +34,10 @@ fi
34if [ "xcomplete" = "x$1" ]; then 34if [ "xcomplete" = "x$1" ]; then
35 touch ./build/tmp/deploy/images/images-complete 35 touch ./build/tmp/deploy/images/images-complete
36 chmod a+w ./build/tmp/deploy/images/images-complete 36 chmod a+w ./build/tmp/deploy/images/images-complete
37 POSTPROCESS=`which poky-autobuild-postprocess`
38 if [ "x$POSTPROCESS" != "x" ]; then
39 $POSTPROCESS `pwd`
40 fi
37 exit 0 41 exit 0
38fi 42fi
39 43