summaryrefslogtreecommitdiffstats
path: root/scripts/poky-autobuild
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/poky-autobuild
parent6b8df051477101ae1de8c27004bf2922ddacc4fc (diff)
downloadopenembedded-core-contrib-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/poky-autobuild')
-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
exit 0
fi
+. ./scripts/poky-env-internal
POSTPROCESS=`which poky-autobuild-postprocess`
if [ "xcomplete" = "x$1" ]; then
@@ -57,8 +58,6 @@ fi
BBTARGET="$1"
shift
-. ./scripts/poky-env-internal
-
bitbake $BBTARGET
if [ "x$POSTPROCESS" != "x" ]; then