diff options
| -rwxr-xr-x | scripts/poky-autobuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index bacaca97cd..57943da5f2 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild | |||
| @@ -40,6 +40,7 @@ POSTPROCESS=`which poky-autobuild-postprocess` | |||
| 40 | if [ "xcomplete" = "x$BBTARGET" ]; then | 40 | if [ "xcomplete" = "x$BBTARGET" ]; then |
| 41 | touch ./build/tmp/deploy/images/images-complete | 41 | touch ./build/tmp/deploy/images/images-complete |
| 42 | chmod a+w ./build/tmp/deploy/images/images-complete | 42 | chmod a+w ./build/tmp/deploy/images/images-complete |
| 43 | cd .. | ||
| 43 | if [ "x$POSTPROCESS" != "x" ]; then | 44 | if [ "x$POSTPROCESS" != "x" ]; then |
| 44 | $POSTPROCESS `pwd` | 45 | $POSTPROCESS `pwd` |
| 45 | fi | 46 | fi |
| @@ -60,6 +61,8 @@ fi | |||
| 60 | 61 | ||
| 61 | bitbake $BBTARGET | 62 | bitbake $BBTARGET |
| 62 | 63 | ||
| 64 | cd .. | ||
| 65 | |||
| 63 | if [ "x$POSTPROCESS" != "x" ]; then | 66 | if [ "x$POSTPROCESS" != "x" ]; then |
| 64 | $POSTPROCESS `pwd` | 67 | $POSTPROCESS `pwd` |
| 65 | fi | 68 | fi |
