From cab326851640bfc68086e366ced2aee65f3d990c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 17 Jul 2007 15:38:33 +0000 Subject: 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 --- scripts/poky-autobuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/poky-autobuild') 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 -- cgit v1.2.3-54-g00ecf