diff options
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 23 |
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> |