diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 6db76f40b2..b1746aec8f 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -402,28 +402,17 @@ | |||
402 | 402 | ||
403 | <para> | 403 | <para> |
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 distribution, including the toolchain, | 405 | The OpenEmbedded build process creates an entire Linux |
406 | from source. | 406 | distribution, including the toolchain, from source. |
407 | </para> | 407 | <note> |
408 | |||
409 | <note><para> | ||
410 | The build process using Sato currently consumes about 50 Gbytes | ||
411 | of disk space. | ||
412 | To allow for variations in the build process and for future | ||
413 | package expansion, we recommend having at least 50 Gbytes | ||
414 | of free disk space. | ||
415 | </para></note> | ||
416 | |||
417 | <note> | ||
418 | <para> | ||
419 | By default, the build process searches for source code using | 408 | By default, the build process searches for source code using |
420 | a pre-determined order through a set of locations. | 409 | a pre-determined order through a set of locations. |
421 | If you encounter problems with the build process finding and | 410 | If you encounter problems with the build process finding and |
422 | downloading source code, see the | 411 | downloading source code, see the |
423 | "<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 | "<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>" |
424 | entry in the Yocto Project Reference Manual FAQ. | 413 | entry in the Yocto Project Reference Manual FAQ. |
425 | </para> | 414 | </note> |
426 | </note> | 415 | </para> |
427 | 416 | ||
428 | <para> | 417 | <para> |
429 | <literallayout class='monospaced'> | 418 | <literallayout class='monospaced'> |