From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RBRZC-0006Fy-2N for openembedded-core@lists.openembedded.org; Wed, 05 Oct 2011 15:31:22 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p95DWEh2022331 for ; Wed, 5 Oct 2011 14:32:14 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Zluu-bwi8DcP for ; Wed, 5 Oct 2011 14:32:14 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p95DW9hT022322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 5 Oct 2011 14:32:10 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Wed, 05 Oct 2011 14:25:38 +0100 In-Reply-To: <1317765787-19127-4-git-send-email-msm@freescale.com> References: <1317765787-19127-1-git-send-email-msm@freescale.com> <1317765787-19127-4-git-send-email-msm@freescale.com> X-Mailer: Evolution 3.1.91- Message-ID: <1317821146.14671.152.camel@ted> Mime-Version: 1.0 Subject: Re: [PATCH 4/6] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 13:31:22 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-10-04 at 17:03 -0500, Matthew McClintock wrote: > From: Kumar Gala > > 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 > > Signed-off-by: Kumar Gala > Signed-off-by: Matthew McClintock > --- > This requires a bitbake patch that was just sent: > > http://lists.linuxtogo.org/pipermail/bitbake-devel/2011-October/001453.html Merged to master, thanks. Richard