summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-28 18:50:49 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-28 18:50:49 +0000
commit46e8a36d8e81083621d22431fa574e653253dcce (patch)
tree4d7e9b925fb9af1495ea47f724d59f9a37ca706c /scripts
parent6b8df051477101ae1de8c27004bf2922ddacc4fc (diff)
downloadpoky-46e8a36d8e81083621d22431fa574e653253dcce.tar.gz
scripts/poky-autobuild: Source the environmental setup script earlier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4361 311d38ba-8fff-0310-9ca6-ca027cbcb966
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