diff options
Diffstat (limited to 'scripts/poky-autobuild')
-rwxr-xr-x | scripts/poky-autobuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index 4c93aa079..f5be35d35 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 |