summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/poky-autobuild5
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"
50fi 50fi
51 51
52BBTARGET="$1"
53shift
54
52. ./scripts/poky-env-internal 55. ./scripts/poky-env-internal
53 56
54bitbake $1 57bitbake $BBTARGET