diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-09-10 10:00:01 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-10 11:47:38 +0100 |
commit | 566de26cf56d6aaea017315cb927d42ed00b3c96 (patch) | |
tree | c69ed5abd5312e443e70244835ef5bcf88fb56c3 /scripts | |
parent | 3a530fb3a3c65dfba8f5e5d45b32ba29d7f20415 (diff) | |
download | poky-566de26cf56d6aaea017315cb927d42ed00b3c96.tar.gz |
bitbake: Add proxy variables to standard export list
With "no_proxy" exported to bitbake, both internal and externel file mirror can
be used. "https_proxy" enable fetching "https://" file through proxy.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-env-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index e8d8f2b037..5250e5f545 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -118,4 +118,4 @@ echo "Common targets are poky-image-minimal, poky-image-sato, meta-toolchain or | |||
118 | echo | 118 | echo |
119 | echo "You can also run generated qemu images with a command like 'runqemu qemux86'" | 119 | echo "You can also run generated qemu images with a command like 'runqemu qemux86'" |
120 | 120 | ||
121 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS GIT_PROXY_COMMAND" | 121 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy https_proxy no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS GIT_PROXY_COMMAND" |