[oe] [PATCH 07/12] Document proxy setup in local.conf.sample

Denys Dmytriyenko denis at denix.org
Thu Feb 11 09:04:37 UTC 2010


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




More information about the Openembedded-devel mailing list