summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-concepts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-manual/kernel-concepts.xml')
-rw-r--r--documentation/kernel-manual/kernel-concepts.xml24
1 files changed, 9 insertions, 15 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml
index 27b32098ec..a82977dc49 100644
--- a/documentation/kernel-manual/kernel-concepts.xml
+++ b/documentation/kernel-manual/kernel-concepts.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<chapter id='kernel-concepts'> 5<chapter id='kernel-concepts'>
5 6
@@ -160,9 +161,8 @@
160 The features are tagged and organized by way of a branching strategy implemented by the 161 The features are tagged and organized by way of a branching strategy implemented by the
161 source code manager (SCM) Git. 162 source code manager (SCM) Git.
162 For information on Git as applied to the Yocto Project, see the 163 For information on Git as applied to the Yocto Project, see the
163 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#git'>Git</ulink>" 164 "<ulink url='&YOCTO_DOCS_DEV_URL;#git'>Git</ulink>" section in the
164 section in <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The 165 Yocto Project Development Manual.
165 Yocto Project Development Manual</ulink>.
166 </para> 166 </para>
167 <para> 167 <para>
168 The result is that the user has the ability to see the added features and 168 The result is that the user has the ability to see the added features and
@@ -289,9 +289,8 @@
289 <para> 289 <para>
290 You can find documentation on Git at <ulink url='http://git-scm.com/documentation'></ulink>. 290 You can find documentation on Git at <ulink url='http://git-scm.com/documentation'></ulink>.
291 You can also get an introduction to Git as it applies to the Yocto Project in the 291 You can also get an introduction to Git as it applies to the Yocto Project in the
292 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#git'>Git</ulink>" 292 "<ulink url='&YOCTO_DOCS_DEV_URL;#git'>Git</ulink>"
293 section in <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The 293 section in the Yocto Project Development Manual.
294 Yocto Project Development Manual</ulink>.
295 These referenced sections overview Git and describe a minimal set of 294 These referenced sections overview Git and describe a minimal set of
296 commands that allow you to be functional using Git. 295 commands that allow you to be functional using Git.
297 <note> 296 <note>
@@ -344,7 +343,7 @@
344 After the tool is built, you can interact with it normally. 343 After the tool is built, you can interact with it normally.
345 You can see how <filename>menuconfig</filename> is used to change a simple 344 You can see how <filename>menuconfig</filename> is used to change a simple
346 kernel configuration in the 345 kernel configuration in the
347 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#changing-the-config-smp-configuration-using-menuconfig'>Changing the&nbsp;&nbsp;<filename>CONFIG_SMP</filename> Configuration Using&nbsp;&nbsp;<filename>menuconfig</filename></ulink>" 346 "<ulink url='&YOCTO_DOCS_DEV_URL;#changing-the-config-smp-configuration-using-menuconfig'>Changing the&nbsp;&nbsp;<filename>CONFIG_SMP</filename> Configuration Using&nbsp;&nbsp;<filename>menuconfig</filename></ulink>"
348 section of The Yocto Project Development Manual. 347 section of The Yocto Project Development Manual.
349 For general information on <filename>menuconfig</filename>, see 348 For general information on <filename>menuconfig</filename>, see
350 <ulink url='http://en.wikipedia.org/wiki/Menuconfig'></ulink>. 349 <ulink url='http://en.wikipedia.org/wiki/Menuconfig'></ulink>.
@@ -356,10 +355,10 @@
356 by the Yocto Project build system to produce input used by the LKC 355 by the Yocto Project build system to produce input used by the LKC
357 that ultimately generates the <filename>.config</filename> file.</para> 356 that ultimately generates the <filename>.config</filename> file.</para>
358 <para>The 357 <para>The
359 <filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-KERNEL_FEATURES'>KERNEL_FEATURES</ulink></filename> 358 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_FEATURES'>KERNEL_FEATURES</ulink></filename>
360 variable can be used to list configuration fragments. 359 variable can be used to list configuration fragments.
361 For further discussion on applying configuration fragments, see the 360 For further discussion on applying configuration fragments, see the
362 "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#linux-kernel-configuration'>Linux Kernel Configuration</ulink>" 361 "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-filelayout-kernel'>Linux Kernel Configuration</ulink>"
363 section in the Yocto Project Board Support Package (BSP) Guide. 362 section in the Yocto Project Board Support Package (BSP) Guide.
364 </para></listitem> 363 </para></listitem>
365 </itemizedlist> 364 </itemizedlist>
@@ -400,11 +399,6 @@ kernel toolkit:
400</itemizedlist> 399</itemizedlist>
401</para> --> 400</para> -->
402 </section> 401 </section>
403
404
405
406
407
408</chapter> 402</chapter>
409<!-- 403<!--
410vim: expandtab tw=80 ts=4 404vim: expandtab tw=80 ts=4