]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-env-internal: Add FETCH2 enablement
authorMark Hatle <mark.hatle@windriver.com>
Thu, 3 Mar 2011 16:36:01 +0000 (10:36 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Mar 2011 23:29:19 +0000 (23:29 +0000)
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@windriver.com>
scripts/poky-env-internal

index 80b7a125dfdc0990b7484510c3076ef40068b9c4..724a6e4e5c23076b6762ceec6bb7fba20ed51c98 100755 (executable)
@@ -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