[PATCH 3/3] Change to poky-autobuild to source correct file:


Elizabeth Flanagan <elizabeth.flanagan@...>
 

A change to poky-init-build-env in poky master broke the autobuilder.
Switching this to source poky-init-build-env instead of
poky-env-internal.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@...>
---
scripts/poky-autobuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index 5ea61bb..882df97 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -32,7 +32,7 @@ cd $CURRDIR
echo "Changed to $CURRDIR"

BDIR="build"
-. ./scripts/poky-env-internal
+. ./scripts/poky-init-build-env
POSTPROCESS=`which poky-autobuild-postprocess`

if [ "xcomplete" = "x$1" ]; then
-- 1.7.1

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.