diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-03-03 10:36:01 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 23:29:19 +0000 |
commit | c8495be774a5cbf235a023cecf005b2763c98745 (patch) | |
tree | 840e09cbdc49dc36a3b659b3906cf50d96f35aaf | |
parent | 0e3c98374ed6d87286b59754cee2c88414933c1e (diff) | |
download | openembedded-core-c8495be774a5cbf235a023cecf005b2763c98745.tar.gz openembedded-core-c8495be774a5cbf235a023cecf005b2763c98745.tar.bz2 openembedded-core-c8495be774a5cbf235a023cecf005b2763c98745.zip |
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>
-rwxr-xr-x | 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 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 |