[yocto] [PATCH 5/7] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-09-28 Thread Matthew McClintock
From: Kumar Gala ga...@kernel.crashing.org 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

Re: [yocto] [PATCH 5/7] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-09-28 Thread McClintock Matthew-B29882
On Thu, Sep 29, 2011 at 12:52 AM, Matthew McClintock m...@freescale.com wrote: From: Kumar Gala ga...@kernel.crashing.org 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