diff options
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 31 |
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 @@ | |||
| 404 | Use the following commands to build your image. | 404 | Use the following commands to build your image. |
| 405 | The OpenEmbedded build process creates an entire Linux | 405 | The OpenEmbedded build process creates an entire Linux |
| 406 | distribution, including the toolchain, from source. | 406 | distribution, including the toolchain, from source. |
| 407 | <note> | 407 | <note><title>Note about Network Proxies</title> |
| 408 | By default, the build process searches for source code using | 408 | <para> |
| 409 | a pre-determined order through a set of locations. | 409 | By default, the build process searches for source code |
| 410 | If you encounter problems with the build process finding and | 410 | using a pre-determined order through a set of locations. |
| 411 | downloading source code, see the | 411 | If you are working behind a firewall and your build system |
| 412 | "<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>" | 412 | is not set up for proxies, you could encounter problems |
| 413 | entry in the Yocto Project Reference Manual FAQ. | 413 | with the build process when fetching source code (e.g. |
| 414 | fetcher failures or Git failures). | ||
| 415 | </para> | ||
| 416 | |||
| 417 | <para> | ||
| 418 | If you do not know your proxy settings, consult your | ||
| 419 | local network infrastructure resources and get that | ||
| 420 | information. | ||
| 421 | A good starting point could also be to check your web | ||
| 422 | browser settings. | ||
| 423 | Finally, you can find more information on using the Yocto | ||
| 424 | Project behind a firewall in the Yocto Project Reference | ||
| 425 | Manual | ||
| 426 | <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> | ||
| 427 | and on the | ||
| 428 | "<ulink url='https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy'>Working Behind a Network Proxy</ulink>" | ||
| 429 | wiki page. | ||
| 430 | </para> | ||
| 414 | </note> | 431 | </note> |
| 415 | </para> | 432 | </para> |
| 416 | 433 | ||
