mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 20:16:30 +00:00
scripts/poky-autobuild: Source the environmental setup script earlier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4361 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
6b8df05147
commit
46e8a36d8e
@ -31,6 +31,7 @@ if [ "xpreamble" = "x$1" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
. ./scripts/poky-env-internal
|
||||||
POSTPROCESS=`which poky-autobuild-postprocess`
|
POSTPROCESS=`which poky-autobuild-postprocess`
|
||||||
|
|
||||||
if [ "xcomplete" = "x$1" ]; then
|
if [ "xcomplete" = "x$1" ]; then
|
||||||
@ -57,8 +58,6 @@ fi
|
|||||||
BBTARGET="$1"
|
BBTARGET="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
. ./scripts/poky-env-internal
|
|
||||||
|
|
||||||
bitbake $BBTARGET
|
bitbake $BBTARGET
|
||||||
|
|
||||||
if [ "x$POSTPROCESS" != "x" ]; then
|
if [ "x$POSTPROCESS" != "x" ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user