mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ref-manual: Edits to the behind the firewall proxy question.
(From yocto-docs rev: 90937d03015eb7d4054f7b71ef0c3d3b330d6231) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6a01070df3
commit
a8093ea60c
@@ -314,14 +314,14 @@
|
|||||||
Most source fetching by the OpenEmbedded build system is done by <filename>wget</filename>
|
Most source fetching by the OpenEmbedded build system is done by <filename>wget</filename>
|
||||||
and you therefore need to specify the proxy settings in a
|
and you therefore need to specify the proxy settings in a
|
||||||
<filename>.wgetrc</filename> file in your home directory.
|
<filename>.wgetrc</filename> file in your home directory.
|
||||||
Example settings in that file would be
|
Here are some example settings:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
http_proxy = http://proxy.yoyodyne.com:18023/
|
http_proxy = http://proxy.yoyodyne.com:18023/
|
||||||
ftp_proxy = http://proxy.yoyodyne.com:18023/
|
ftp_proxy = http://proxy.yoyodyne.com:18023/
|
||||||
</literallayout>
|
</literallayout>
|
||||||
The Yocto Project also includes a <filename>site.conf.sample</filename>
|
The Yocto Project also includes a
|
||||||
file that shows how to configure CVS and Git proxy servers
|
<filename>site.conf.sample</filename> file that shows how to
|
||||||
if needed.
|
configure CVS and Git proxy servers if needed.
|
||||||
</para>
|
</para>
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user