aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-11 11:22:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-21 19:06:53 +0100
commit8e280b4a08d0f633a2a276135d835056ca801908 (patch)
treee35722dd8656efff800ea702e112680439c9eca1
parentab3e880f15ad063a03bf63b7db0ed078ff1cc5d1 (diff)
downloadopenembedded-core-contrib-8e280b4a08d0f633a2a276135d835056ca801908.tar.gz
yocto-project-qs: Updated the note on working with proxies.
Reported-by: Douglas Boom <douglas.boom> (From yocto-docs rev: ef88ce82409dd1d8627657f1d0a6ab2425461071) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml31
1 files changed, 24 insertions, 7 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 72d7dcce12..333ccc4727 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -404,13 +404,30 @@
Use the following commands to build your image.
The OpenEmbedded build process creates an entire Linux
distribution, including the toolchain, from source.
- <note>
- By default, the build process searches for source code using
- a pre-determined order through a set of locations.
- If you encounter problems with the build process finding and
- downloading source code, see the
- "<ulink url='&YOCTO_DOCS_REF_URL;#how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>How does the OpenEmbedded build system obtain source code and will it work behind my firewall or proxy server?</ulink>"
- entry in the Yocto Project Reference Manual FAQ.
+ <note><title>Note about Network Proxies</title>
+ <para>
+ By default, the build process searches for source code
+ using a pre-determined order through a set of locations.
+ If you are working behind a firewall and your build system
+ is not set up for proxies, you could encounter problems
+ with the build process when fetching source code (e.g.
+ fetcher failures or Git failures).
+ </para>
+
+ <para>
+ If you do not know your proxy settings, consult your
+ local network infrastructure resources and get that
+ information.
+ A good starting point could also be to check your web
+ browser settings.
+ Finally, you can find more information on using the Yocto
+ Project behind a firewall in the Yocto Project Reference
+ Manual
+ <ulink url='&YOCTO_DOCS_REF_URL;#how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>FAQ</ulink>
+ and on the
+ "<ulink url='https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy'>Working Behind a Network Proxy</ulink>"
+ wiki page.
+ </para>
</note>
</para>