diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-28 18:50:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-28 18:50:49 +0000 |
commit | 46e8a36d8e81083621d22431fa574e653253dcce (patch) | |
tree | 4d7e9b925fb9af1495ea47f724d59f9a37ca706c /scripts | |
parent | 6b8df051477101ae1de8c27004bf2922ddacc4fc (diff) | |
download | poky-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-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 |