summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/poky-autobuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index 4c93aa0..f5be35d 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
OpenPOWER on IntegriCloud