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
if [ "xcomplete" = "x$1" ]; then
touch ./build/tmp/deploy/images/images-complete
chmod a+w ./build/tmp/deploy/images/images-complete
+ POSTPROCESS=`which poky-autobuild-postprocess`
+ if [ "x$POSTPROCESS" != "x" ]; then
+ $POSTPROCESS `pwd`
+ fi
exit 0
fi