summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild3
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
32fi 32fi
33 33
34. ./scripts/poky-env-internal
34POSTPROCESS=`which poky-autobuild-postprocess` 35POSTPROCESS=`which poky-autobuild-postprocess`
35 36
36if [ "xcomplete" = "x$1" ]; then 37if [ "xcomplete" = "x$1" ]; then
@@ -57,8 +58,6 @@ fi
57BBTARGET="$1" 58BBTARGET="$1"
58shift 59shift
59 60
60. ./scripts/poky-env-internal
61
62bitbake $BBTARGET 61bitbake $BBTARGET
63 62
64if [ "x$POSTPROCESS" != "x" ]; then 63if [ "x$POSTPROCESS" != "x" ]; then