summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-doc-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-manual/kernel-doc-intro.xml')
-rw-r--r--documentation/kernel-manual/kernel-doc-intro.xml28
1 files changed, 20 insertions, 8 deletions
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml
index e119068393..a9e51725da 100644
--- a/documentation/kernel-manual/kernel-doc-intro.xml
+++ b/documentation/kernel-manual/kernel-doc-intro.xml
@@ -20,17 +20,20 @@
20 on its history, organization, benefits, and use. 20 on its history, organization, benefits, and use.
21 The manual consists of two sections: 21 The manual consists of two sections:
22 <itemizedlist> 22 <itemizedlist>
23 <listitem><para>Concepts - Describes concepts behind the kernel. 23 <listitem><para><emphasis>Concepts:</emphasis> Describes concepts behind the kernel.
24 You will understand how the kernel is organized and why it is organized in 24 You will understand how the kernel is organized and why it is organized in
25 the way it is. You will understand the benefits of the kernel's organization 25 the way it is. You will understand the benefits of the kernel's organization
26 and the mechanisms used to work with the kernel and how to apply it in your 26 and the mechanisms used to work with the kernel and how to apply it in your
27 design process.</para></listitem> 27 design process.</para></listitem>
28 <listitem><para>Using the Kernel - Describes best practices and "how-to" information 28 <listitem><para><emphasis>Using the Kernel:</emphasis> Describes best practices
29 that lets you put the kernel to practical use. Some examples are "How to Build a 29 and "how-to" information
30 Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel 30 that lets you put the kernel to practical use.
31 Modifications."</para></listitem> 31 Some examples are "How to Build a
32 Project Specific Tree", "How to Examine Changes in a Branch", and "How to
33 Save Kernel Modifications."</para></listitem>
32 </itemizedlist> 34 </itemizedlist>
33 </para> 35 </para>
36
34 <para> 37 <para>
35 For more information on the kernel, see the following links: 38 For more information on the kernel, see the following links:
36 <itemizedlist> 39 <itemizedlist>
@@ -38,10 +41,19 @@
38 <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> 41 <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem>
39 <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> 42 <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem>
40 </itemizedlist> 43 </itemizedlist>
41 <para> 44 </para>
42 You can find more information on Yocto Project by visiting the website at 45
46 <para>
47 For more discussion on the Yocto Project kernel, you can also see the
48 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>",
49 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>", and
50 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>" sections all in
51 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>.
52 </para>
53
54 <para>
55 For general information on the Yocto Project, visit the website at
43 <ulink url='http://www.yoctoproject.org'></ulink>. 56 <ulink url='http://www.yoctoproject.org'></ulink>.
44 </para>
45 </para> 57 </para>
46</section> 58</section>
47 59