mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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
This commit is contained in:
@@ -49,6 +49,9 @@ if [ ! -e "$CONFFILE" ]; then
|
|||||||
echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE"
|
echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
BBTARGET="$1"
|
||||||
|
shift
|
||||||
|
|
||||||
. ./scripts/poky-env-internal
|
. ./scripts/poky-env-internal
|
||||||
|
|
||||||
bitbake $1
|
bitbake $BBTARGET
|
||||||
|
|||||||
Reference in New Issue
Block a user