summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-05 10:38:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:07 +0100
commitf2242e613c6b9618bfe70c01e615a9b40a93a8e7 (patch)
tree6aee8f6e475a096a49d44cd393192c69e564d1d7 /documentation/ref-manual
parent35734315dde80207aaaee3cf5081dcfbc2b4bf2c (diff)
downloadpoky-f2242e613c6b9618bfe70c01e615a9b40a93a8e7.tar.gz
documentation: Purged the YP Quick Start references from YP set
The original Yocto Project Quick Start is being retired for the YP 2.5 release (sumo). I have purged all the various references from the YP manual set and replaced them with references to the appropriate doc. The references were mainly into the YP dev-manual for setting up the host or for building an image. There were a few references into the new "Yocto Project Quick Build" document for overviewing manual-type references. (From yocto-docs rev: 11c0ab693962f16f87f1e21f33dd5c6ca6a6f895) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-system-requirements.xml10
-rw-r--r--documentation/ref-manual/ref-terms.xml7
-rw-r--r--documentation/ref-manual/resources.xml7
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>