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

Beth Flanagan elizabeth.flanagan at intel.com
Tue Dec 21 09:04:11 PST 2010


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 at 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




More information about the yocto mailing list