From: Richard Purdie Date: Tue, 17 Jul 2007 15:38:33 +0000 (+0000) Subject: poky-autobuild: Fix to work with enivoriment changes X-Git-Tag: 2011-1~11216 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cab326851640bfc68086e366ced2aee65f3d990c;p=openembedded-core.git poky-autobuild: Fix to work with enivoriment changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2198 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index beef20a010..4c93aa079f 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild @@ -49,6 +49,9 @@ if [ ! -e "$CONFFILE" ]; then echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE" fi +BBTARGET="$1" +shift + . ./scripts/poky-env-internal -bitbake $1 +bitbake $BBTARGET