* [PATCH 3/3] Change to poky-autobuild to source correct file:
2010-12-21 17:17 [PATCH 0/3] Consolidate Pull Requests for Autobuilder Beth Flanagan
@ 2010-12-21 17:04 ` Beth Flanagan
0 siblings, 0 replies; 2+ messages in thread
From: Beth Flanagan @ 2010-12-21 17:04 UTC (permalink / raw)
To: yocto
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@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 3/3] Change to poky-autobuild to source correct file:
@ 2010-12-21 17:36 Elizabeth Flanagan
0 siblings, 0 replies; 2+ messages in thread
From: Elizabeth Flanagan @ 2010-12-21 17:36 UTC (permalink / raw)
To: yocto@yoctoproject.org, Autobuilder Backup Cron
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@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-21 17:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21 17:36 [PATCH 3/3] Change to poky-autobuild to source correct file: Elizabeth Flanagan
-- strict thread matches above, loose matches on Subject: below --
2010-12-21 17:17 [PATCH 0/3] Consolidate Pull Requests for Autobuilder Beth Flanagan
2010-12-21 17:04 ` [PATCH 3/3] Change to poky-autobuild to source correct file: Beth Flanagan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.