summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-intro.xml
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:17:43 +0100
commitbd6580fc18fe2e989a87bd81b59ea8c454dd60ec (patch)
tree61e8049b5c7928df17c44c11911eb52c8b8db7b6 /documentation/kernel-dev/kernel-dev-intro.xml
parent097b5942ff9e8c14eb165f72c00589a32442c971 (diff)
downloadpoky-bd6580fc18fe2e989a87bd81b59ea8c454dd60ec.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/kernel-dev/kernel-dev-intro.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.xml23
1 files changed, 17 insertions, 6 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml
index 7a5a34deb1..f61af3104d 100644
--- a/documentation/kernel-dev/kernel-dev-intro.xml
+++ b/documentation/kernel-dev/kernel-dev-intro.xml
@@ -108,7 +108,15 @@
108 review and understand the following documentation: 108 review and understand the following documentation:
109 <itemizedlist> 109 <itemizedlist>
110 <listitem><para> 110 <listitem><para>
111 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink> 111 <ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink>
112 document.
113 </para></listitem>
114 <listitem><para>
115 <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project</ulink>
116 manual.
117 </para></listitem>
118 <listitem><para>
119 <ulink url='&YOCTO_DOCS_CM_URL;'>Yocto Project Concepts Manual</ulink>
112 </para></listitem> 120 </para></listitem>
113 <listitem><para> 121 <listitem><para>
114 <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink> 122 <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink>
@@ -153,12 +161,15 @@
153 <para> 161 <para>
154 <orderedlist> 162 <orderedlist>
155 <listitem><para> 163 <listitem><para>
156 <emphasis>Set Up Your Host Development System to Support 164
157 Development Using the Yocto Project:</emphasis> 165
166 <emphasis>Set up Your Host Development System to Support
167 Development Using the Yocto Project</emphasis>:
158 See the 168 See the
159 "<ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'>Setting Up to Use the Yocto Project</ulink>" 169 "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-start'>Setting Up the Development Host to Use the Yocto Project</ulink>"
160 section in the Yocto Project Quick Start for options on how 170 section in the Yocto Project Development Tasks Manual for
161 to get a build host ready to use the Yocto Project. 171 options on how to get a build host ready to use the Yocto
172 Project.
162 </para></listitem> 173 </para></listitem>
163 <listitem><para> 174 <listitem><para>
164 <emphasis>Set Up Your Host Development System for Kernel Development:</emphasis> 175 <emphasis>Set Up Your Host Development System for Kernel Development:</emphasis>