diff options
Diffstat (limited to 'scripts')
| -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 4c93aa079f..f5be35d35d 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild | |||
| @@ -34,6 +34,10 @@ fi | |||
| 34 | if [ "xcomplete" = "x$1" ]; then | 34 | if [ "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 |
| 38 | fi | 42 | fi |
| 39 | 43 | ||
