summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
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/kernel-dev
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/kernel-dev')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml2
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.xml23
2 files changed, 18 insertions, 7 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 9686609bf5..d8eeb9ec50 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -25,7 +25,7 @@
25 Before you can do any kernel development, you need to be 25 Before you can do any kernel development, you need to be
26 sure your build host is set up to use the Yocto Project. 26 sure your build host is set up to use the Yocto Project.
27 For information on how to get set up, see the 27 For information on how to get set up, see the
28 "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Setting Up to Use the Yocto Project</ulink>" 28 "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Setting Up the Development Host to Use the Yocto Project</ulink>"
29 section in the Yocto Project Development Tasks Manual. 29 section in the Yocto Project Development Tasks Manual.
30 Part of preparing the system is creating a local Git 30 Part of preparing the system is creating a local Git
31 repository of the 31 repository of the
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>