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.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml
index 40c1b12590..c1cc22bb7a 100644
--- a/documentation/kernel-manual/kernel-doc-intro.xml
+++ b/documentation/kernel-manual/kernel-doc-intro.xml
@@ -10,9 +10,9 @@
10 <title>Introduction</title> 10 <title>Introduction</title>
11 <para> 11 <para>
12 The Yocto Project presents kernels as a fully patched, history-clean Git 12 The Yocto Project presents kernels as a fully patched, history-clean Git
13 repositories. 13 repositories.
14 Each repository represents selected features, board support, 14 Each repository represents selected features, board support,
15 and configurations extensively tested by the Yocto Project. 15 and configurations extensively tested by the Yocto Project.
16 Yocto Project kernels allow the end user to leverage community 16 Yocto Project kernels allow the end user to leverage community
17 best practices to seamlessly manage the development, build and debug cycles. 17 best practices to seamlessly manage the development, build and debug cycles.
18 </para> 18 </para>
@@ -22,14 +22,14 @@
22 The manual consists of two sections: 22 The manual consists of two sections:
23 <itemizedlist> 23 <itemizedlist>
24 <listitem><para><emphasis>Concepts:</emphasis> Describes concepts behind a kernel. 24 <listitem><para><emphasis>Concepts:</emphasis> Describes concepts behind a kernel.
25 You will understand how a kernel is organized and why it is organized in 25 You will understand how a kernel is organized and why it is organized in
26 the way it is. You will understand the benefits of a kernel's organization 26 the way it is. You will understand the benefits of a kernel's organization
27 and the mechanisms used to work with the kernel and how to apply it in your 27 and the mechanisms used to work with the kernel and how to apply it in your
28 design process.</para></listitem> 28 design process.</para></listitem>
29 <listitem><para><emphasis>Using a Kernel:</emphasis> Describes best practices 29 <listitem><para><emphasis>Using a Kernel:</emphasis> Describes best practices
30 and "how-to" information 30 and "how-to" information
31 that lets you put a kernel to practical use. 31 that lets you put a kernel to practical use.
32 Some examples are how to examine changes in a branch and how to 32 Some examples are how to examine changes in a branch and how to
33 save kernel modifications.</para></listitem> 33 save kernel modifications.</para></listitem>
34 </itemizedlist> 34 </itemizedlist>
35 </para> 35 </para>
@@ -39,8 +39,8 @@
39 <itemizedlist> 39 <itemizedlist>
40 <listitem><para>The Linux Foundation's guide for kernel development 40 <listitem><para>The Linux Foundation's guide for kernel development
41 process - <ulink url='http://www.linuxfoundation.org/content/1-guide-kernel-development-process'></ulink></para></listitem> 41 process - <ulink url='http://www.linuxfoundation.org/content/1-guide-kernel-development-process'></ulink></para></listitem>
42 <listitem><para>A fairly encompassing guide on Linux kernel development - 42 <listitem><para>A fairly encompassing guide on Linux kernel development -
43 <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> 43 <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>
44 </itemizedlist> 44 </itemizedlist>
45 </para> 45 </para>
46 46
@@ -53,14 +53,14 @@
53 <listitem><para> 53 <listitem><para>
54 "<ulink url='&YOCTO_DOCS_DEV_URL;#kernel-modification-workflow'>Kernel Modification Workflow</ulink>" 54 "<ulink url='&YOCTO_DOCS_DEV_URL;#kernel-modification-workflow'>Kernel Modification Workflow</ulink>"
55 </para></listitem> 55 </para></listitem>
56 <listitem><para> 56 <listitem><para>
57 "<ulink url='&YOCTO_DOCS_DEV_URL;#patching-the-kernel'>Patching the Kernel</ulink>"</para></listitem> 57 "<ulink url='&YOCTO_DOCS_DEV_URL;#patching-the-kernel'>Patching the Kernel</ulink>"</para></listitem>
58 <listitem><para> 58 <listitem><para>
59 "<ulink url='&YOCTO_DOCS_DEV_URL;#configuring-the-kernel'>Configuring the Kernel</ulink>"</para></listitem> 59 "<ulink url='&YOCTO_DOCS_DEV_URL;#configuring-the-kernel'>Configuring the Kernel</ulink>"</para></listitem>
60 </itemizedlist> 60 </itemizedlist>
61 </para> 61 </para>
62 62
63 <para> 63 <para>
64 For general information on the Yocto Project, visit the website at 64 For general information on the Yocto Project, visit the website at
65 <ulink url='&YOCTO_HOME_URL;'></ulink>. 65 <ulink url='&YOCTO_HOME_URL;'></ulink>.
66 </para> 66 </para>