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:49:18 +0000 |
commit | d94abab5e4d13f9f56d47b98cdecc651405c5c03 (patch) | |
tree | 2458f777a2de26317a609d5e6367a094133ba693 /scripts | |
parent | a7d8613192a1e9521128390bba89dd22c9221420 (diff) | |
download | 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-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 | |||
56 | export PATH | 56 | export PATH |
57 | 57 | ||
58 | 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" | 58 | 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" |
59 | |||
60 | export BBFETCH2=True | ||