scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE
authorKumar Gala <galak@kernel.crashing.org>
Tue, 4 Oct 2011 22:03:05 +0000 (17:03 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2011 15:59:40 +0000 (16:59 +0100)
commitdd017c75d16626c99aa669c347a4030af86c5e87
tree7f0afe26680a433998d4ece4f1c9629b04b7df25
parente502d07df6de7039b883ac1bb9d3f9372efe9eb3
scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

If a SOCKS5 gateway is needed for a proxy access like git it might also
require authentication to the proxy via a password and username.  Adding
SOCKS5_USER & SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation
of the authentication request to occur when something like a git fetch
is going through the proxy.

This patch requires the bitbake patch to add extra exportvars so
these variables get passed from Env -> bitbake -> fetcher

(From OE-Core rev: 9206ea0f7cd39d2ba6ff4b41cbeb17409d3ae5f1)

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-buildenv-internal