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.flana...@intel.com> --- 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 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto