From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vms173003pub.verizon.net ([206.46.173.3]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NfV1H-0000qo-4k for openembedded-devel@lists.openembedded.org; Thu, 11 Feb 2010 10:07:35 +0100 Received: from gandalf.denix.org ([unknown] [71.251.51.225]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0KXO007L76JQ4Z86@vms173003.mailsrvcs.net> for openembedded-devel@lists.openembedded.org; Thu, 11 Feb 2010 03:04:44 -0600 (CST) Received: by gandalf.denix.org (Postfix, from userid 1000) id 0485714AF60; Thu, 11 Feb 2010 04:04:37 -0500 (EST) Date: Thu, 11 Feb 2010 04:04:37 -0500 From: Denys Dmytriyenko To: openembedded-devel@lists.openembedded.org Message-id: <20100211090437.GA17089@denix.org> References: <1265663673-16312-1-git-send-email-rep.dot.nop@gmail.com> <1265663673-16312-2-git-send-email-rep.dot.nop@gmail.com> <1265663673-16312-3-git-send-email-rep.dot.nop@gmail.com> <1265663673-16312-4-git-send-email-rep.dot.nop@gmail.com> <1265663673-16312-5-git-send-email-rep.dot.nop@gmail.com> <1265663673-16312-6-git-send-email-rep.dot.nop@gmail.com> <1265663673-16312-7-git-send-email-rep.dot.nop@gmail.com> <1265663673-16312-8-git-send-email-rep.dot.nop@gmail.com> MIME-version: 1.0 In-reply-to: <1265663673-16312-8-git-send-email-rep.dot.nop@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-SA-Exim-Connect-IP: 206.46.173.3 X-SA-Exim-Mail-From: denis@denix.org X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: [PATCH 07/12] Document proxy setup in local.conf.sample X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 09:07:35 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Mon, Feb 08, 2010 at 10:14:28PM +0100, Bernhard Reutner-Fischer wrote: > diff --git a/conf/local.conf.sample b/conf/local.conf.sample > index 643ae0b..e7c4559 100644 > --- a/conf/local.conf.sample > +++ b/conf/local.conf.sample > @@ -30,6 +30,9 @@ BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}" > # This is a regulary expression, so be sure to get your parenthesis balanced. > BBMASK = "" > > +# Proxy settings: > +# BB_ENV_EXTRAWHITE="http_proxy ftp_proxy no_proxy" I'm sorry to inform you, but that won't work with the standard bitbake! Which uses own HTTP_PROXY, FTP_PROXY, HTTP_PROXY_IGNORE and FTP_PROXY_IGNORE vars. I tried to persuade RP to change that back to standard http_proxy, ftp_proxy and no_proxy to no avail[1]. Because of that I had to keep my own version of bitbake[2] with the necessary patches for my users - check the top 4 patches in that tree. Although, GIT_PROXY_COMMAND one is already in the bitbake master... And looks like Khem has already pushed the above change though... [1] http://thread.gmane.org/gmane.comp.handhelds.openembedded/19716 [2] http://arago-project.org/git/?p=arago-bitbake.git;a=shortlog;h=refs/heads/next -- Denys