[OE-core] [PATCH 1/2] poky-env-internal: Add FETCH2 enablement

Mark Hatle mark.hatle at windriver.com
Thu Mar 3 16:47:30 UTC 2011


We need to enable the new fetch2 implementation out of bitbake.  Otherwise
we get various errors about SRCPV issues.

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
 scripts/poky-env-internal |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index 80b7a12..724a6e4 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -56,3 +56,5 @@ export BUILDDIR
 export PATH
 
 export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS GIT_PROXY_COMMAND PSEUDO_DISABLED"
+
+export BBFETCH2=True
-- 
1.7.4





More information about the Openembedded-core mailing list