diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/poky-autobuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index 586a57eb55..b4a4790841 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild | |||
| @@ -31,6 +31,7 @@ if [ "xpreamble" = "x$1" ]; then | |||
| 31 | exit 0 | 31 | exit 0 |
| 32 | fi | 32 | fi |
| 33 | 33 | ||
| 34 | . ./scripts/poky-env-internal | ||
| 34 | POSTPROCESS=`which poky-autobuild-postprocess` | 35 | POSTPROCESS=`which poky-autobuild-postprocess` |
| 35 | 36 | ||
| 36 | if [ "xcomplete" = "x$1" ]; then | 37 | if [ "xcomplete" = "x$1" ]; then |
| @@ -57,8 +58,6 @@ fi | |||
| 57 | BBTARGET="$1" | 58 | BBTARGET="$1" |
| 58 | shift | 59 | shift |
| 59 | 60 | ||
| 60 | . ./scripts/poky-env-internal | ||
| 61 | |||
| 62 | bitbake $BBTARGET | 61 | bitbake $BBTARGET |
| 63 | 62 | ||
| 64 | if [ "x$POSTPROCESS" != "x" ]; then | 63 | if [ "x$POSTPROCESS" != "x" ]; then |
