summaryrefslogtreecommitdiffstats
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:49:18 +0000
commitd94abab5e4d13f9f56d47b98cdecc651405c5c03 (patch)
tree2458f777a2de26317a609d5e6367a094133ba693 /scripts
parenta7d8613192a1e9521128390bba89dd22c9221420 (diff)
downloadast2050-yocto-poky-d94abab5e4d13f9f56d47b98cdecc651405c5c03.zip
ast2050-yocto-poky-d94abab5e4d13f9f56d47b98cdecc651405c5c03.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. (From OE-Core rev: c8495be774a5cbf235a023cecf005b2763c98745) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 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
OpenPOWER on IntegriCloud