diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-17 15:38:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-17 15:38:33 +0000 |
commit | cab326851640bfc68086e366ced2aee65f3d990c (patch) | |
tree | e00cf1ae5c316ef30740c3e3af2d5c41e94fa961 | |
parent | 7d44fdb7dc59846812b238fc89e587ea03dbfde6 (diff) | |
download | poky-cab326851640bfc68086e366ced2aee65f3d990c.tar.gz |
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
-rwxr-xr-x | scripts/poky-autobuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 | |||
49 | echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE" | 49 | echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE" |
50 | fi | 50 | fi |
51 | 51 | ||
52 | BBTARGET="$1" | ||
53 | shift | ||
54 | |||
52 | . ./scripts/poky-env-internal | 55 | . ./scripts/poky-env-internal |
53 | 56 | ||
54 | bitbake $1 | 57 | bitbake $BBTARGET |