aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-03-03 10:36:01 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-03 23:29:19 +0000
commitc8495be774a5cbf235a023cecf005b2763c98745 (patch)
tree840e09cbdc49dc36a3b659b3906cf50d96f35aaf /scripts
parent0e3c98374ed6d87286b59754cee2c88414933c1e (diff)
downloadopenembedded-core-c8495be774a5cbf235a023cecf005b2763c98745.tar.gz
poky-env-internal: Add FETCH2 enablement
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-env-internal2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index 80b7a125df..724a6e4e5c 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