diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-system-requirements.xml | 10 | ||||
-rw-r--r-- | documentation/ref-manual/ref-terms.xml | 7 | ||||
-rw-r--r-- | documentation/ref-manual/resources.xml | 7 |
3 files changed, 15 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index 423c7389d7..f526b99090 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml | |||
@@ -26,11 +26,17 @@ | |||
26 | </para> | 26 | </para> |
27 | 27 | ||
28 | <para> | 28 | <para> |
29 | If you want to use the Yocto Project to test run building an image | 29 | If you want to use the Yocto Project to quickly build an image |
30 | without having to understand concepts, work through the | 30 | without having to understand concepts, work through the |
31 | <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>. | 31 | <ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink> |
32 | document. | ||
32 | You can find "how-to" information in the | 33 | You can find "how-to" information in the |
33 | <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>. | 34 | <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>. |
35 | You can find getting started and concepts information in the | ||
36 | <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project</ulink> | ||
37 | and | ||
38 | <ulink url='&YOCTO_DOCS_CM_URL;'>Yocto Project Concepts Manual</ulink> | ||
39 | manuals, respectively. | ||
34 | <note><title>Tip</title> | 40 | <note><title>Tip</title> |
35 | For more information about the Yocto Project Documentation set, | 41 | For more information about the Yocto Project Documentation set, |
36 | see the | 42 | see the |
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml index b8320dbfd6..4681066f89 100644 --- a/documentation/ref-manual/ref-terms.xml +++ b/documentation/ref-manual/ref-terms.xml | |||
@@ -329,10 +329,9 @@ | |||
329 | <para>It is worth noting that the term "package" can, | 329 | <para>It is worth noting that the term "package" can, |
330 | in general, have subtle meanings. | 330 | in general, have subtle meanings. |
331 | For example, the packages referred to in the | 331 | For example, the packages referred to in the |
332 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" | 332 | "<link linkend='required-packages-for-the-host-development-system'>Required Packages for the Host Development System</link>" |
333 | section in the Yocto Project Quick Start are compiled binaries | 333 | section are compiled binaries that, when installed, add |
334 | that, when installed, add functionality to your Linux | 334 | functionality to your Linux distribution.</para> |
335 | distribution.</para> | ||
336 | 335 | ||
337 | <para>Another point worth noting is that historically within | 336 | <para>Another point worth noting is that historically within |
338 | the Yocto Project, recipes were referred to as packages - thus, | 337 | the Yocto Project, recipes were referred to as packages - thus, |
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index 9ad4d2eaa9..8e76ccc3ef 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml | |||
@@ -160,10 +160,11 @@ | |||
160 | </para></listitem> | 160 | </para></listitem> |
161 | <listitem><para> | 161 | <listitem><para> |
162 | <emphasis> | 162 | <emphasis> |
163 | <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>: | 163 | <ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink>: |
164 | </emphasis> | 164 | </emphasis> |
165 | This short document lets you get started | 165 | This short document lets you experience building an image using |
166 | with the Yocto Project and quickly begin building an image. | 166 | the Yocto Project without having to understand any concepts or |
167 | details. | ||
167 | </para></listitem> | 168 | </para></listitem> |
168 | <listitem><para> | 169 | <listitem><para> |
169 | <emphasis> | 170 | <emphasis> |