Openembedded Core Discussions
 help / color / mirror / Atom feed
* Building behind a firewall/proxy
@ 2011-06-28 20:14 Joshua Lock
  2011-06-28 20:20 ` Koen Kooi
  2011-06-28 21:46 ` Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Joshua Lock @ 2011-06-28 20:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Hart, Darren, Sean_Hudson

All,

For the Yocto 1.1 release we want to ease the pain of getting set up to
build behind a firewall.

I have a series of patches under development to run a one hit sanity
test which tries to verify the user can fetch and in the case of failure
point the user to a wiki page where we'd document common causes of fetch
failures.

We're also going to look at the site.conf file, which can be used to
specify proxy settings and other site specific settings such MIRRORS,
and ensure that it can easily be edited to help people get set up.

It'd be great if people who operate behind a proxy/firewall can help us
document the steps they had to take to work around this.

Further if you have other ideas as to how we can help make this process
less painful please let us know.

Regards,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Building behind a firewall/proxy
  2011-06-28 20:14 Building behind a firewall/proxy Joshua Lock
@ 2011-06-28 20:20 ` Koen Kooi
  2011-06-29 22:18   ` Joshua Lock
  2011-06-28 21:46 ` Tom Rini
  1 sibling, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2011-06-28 20:20 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Hart, Darren, Sean_Hudson


Op 28 jun 2011, om 22:14 heeft Joshua Lock het volgende geschreven:

> All,
> 
> For the Yocto 1.1 release we want to ease the pain of getting set up to
> build behind a firewall.
> 
> I have a series of patches under development to run a one hit sanity
> test which tries to verify the user can fetch and in the case of failure
> point the user to a wiki page where we'd document common causes of fetch
> failures.
> 
> We're also going to look at the site.conf file, which can be used to
> specify proxy settings and other site specific settings such MIRRORS,
> and ensure that it can easily be edited to help people get set up.
> 
> It'd be great if people who operate behind a proxy/firewall can help us
> document the steps they had to take to work around this.
> 
> Further if you have other ideas as to how we can help make this process
> less painful please let us know.

This is what I'm using inside TI: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/setup-scripts/tree/oebb.sh?h=oe-core

It grew organically, so grepping for 'proxy' is your best bet :)

regards,

Koen


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Building behind a firewall/proxy
  2011-06-28 20:14 Building behind a firewall/proxy Joshua Lock
  2011-06-28 20:20 ` Koen Kooi
@ 2011-06-28 21:46 ` Tom Rini
  2011-06-29 22:19   ` Joshua Lock
  1 sibling, 1 reply; 5+ messages in thread
From: Tom Rini @ 2011-06-28 21:46 UTC (permalink / raw)
  To: openembedded-core

On 06/28/2011 01:14 PM, Joshua Lock wrote:
> All,
> 
> For the Yocto 1.1 release we want to ease the pain of getting set up to
> build behind a firewall.
> 
> I have a series of patches under development to run a one hit sanity
> test which tries to verify the user can fetch and in the case of failure
> point the user to a wiki page where we'd document common causes of fetch
> failures.
> 
> We're also going to look at the site.conf file, which can be used to
> specify proxy settings and other site specific settings such MIRRORS,
> and ensure that it can easily be edited to help people get set up.
> 
> It'd be great if people who operate behind a proxy/firewall can help us
> document the steps they had to take to work around this.
> 
> Further if you have other ideas as to how we can help make this process
> less painful please let us know.

Is SOCKS5_PASSWD SOCKS5_USER in the default BB_ENV_EXTRAWHITE list atm?
 If not, it needs to be.

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Building behind a firewall/proxy
  2011-06-28 20:20 ` Koen Kooi
@ 2011-06-29 22:18   ` Joshua Lock
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Lock @ 2011-06-29 22:18 UTC (permalink / raw)
  To: openembedded-core

On Tue, 2011-06-28 at 22:20 +0200, Koen Kooi wrote:
> Op 28 jun 2011, om 22:14 heeft Joshua Lock het volgende geschreven:
> 
> > All,
> > 
> > For the Yocto 1.1 release we want to ease the pain of getting set up to
> > build behind a firewall.
> > 
> > I have a series of patches under development to run a one hit sanity
> > test which tries to verify the user can fetch and in the case of failure
> > point the user to a wiki page where we'd document common causes of fetch
> > failures.
> > 
> > We're also going to look at the site.conf file, which can be used to
> > specify proxy settings and other site specific settings such MIRRORS,
> > and ensure that it can easily be edited to help people get set up.
> > 
> > It'd be great if people who operate behind a proxy/firewall can help us
> > document the steps they had to take to work around this.
> > 
> > Further if you have other ideas as to how we can help make this process
> > less painful please let us know.
> 
> This is what I'm using inside TI: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/setup-scripts/tree/oebb.sh?h=oe-core
> 
> It grew organically, so grepping for 'proxy' is your best bet :)

Thanks Koen, a useful reference.

Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Building behind a firewall/proxy
  2011-06-28 21:46 ` Tom Rini
@ 2011-06-29 22:19   ` Joshua Lock
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Lock @ 2011-06-29 22:19 UTC (permalink / raw)
  To: openembedded-core

On Tue, 2011-06-28 at 14:46 -0700, Tom Rini wrote:
> On 06/28/2011 01:14 PM, Joshua Lock wrote:
> > All,
> > 
> > For the Yocto 1.1 release we want to ease the pain of getting set up to
> > build behind a firewall.
> > 
> > I have a series of patches under development to run a one hit sanity
> > test which tries to verify the user can fetch and in the case of failure
> > point the user to a wiki page where we'd document common causes of fetch
> > failures.
> > 
> > We're also going to look at the site.conf file, which can be used to
> > specify proxy settings and other site specific settings such MIRRORS,
> > and ensure that it can easily be edited to help people get set up.
> > 
> > It'd be great if people who operate behind a proxy/firewall can help us
> > document the steps they had to take to work around this.
> > 
> > Further if you have other ideas as to how we can help make this process
> > less painful please let us know.
> 
> Is SOCKS5_PASSWD SOCKS5_USER in the default BB_ENV_EXTRAWHITE list atm?
>  If not, it needs to be.
> 

Noted, thanks Tom.

Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-29 22:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 20:14 Building behind a firewall/proxy Joshua Lock
2011-06-28 20:20 ` Koen Kooi
2011-06-29 22:18   ` Joshua Lock
2011-06-28 21:46 ` Tom Rini
2011-06-29 22:19   ` Joshua Lock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox