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.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml
index c3fde6c731..0ffc019e73 100644
--- a/documentation/kernel-manual/kernel-doc-intro.xml
+++ b/documentation/kernel-manual/kernel-doc-intro.xml
@@ -9,26 +9,26 @@
9<section id='book-intro'> 9<section id='book-intro'>
10 <title>Introduction</title> 10 <title>Introduction</title>
11 <para> 11 <para>
12 The Yocto Project presents the kernel as a fully patched, history-clean Git 12 The Yocto Project presents kernels as a fully patched, history-clean Git
13 repository. 13 repositories.
14 The Git tree represents the 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 The Yocto Project kernel allows 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>
19 <para> 19 <para>
20 This manual describes the Yocto Project kernel by providing information 20 This manual describes Yocto Project kernels by providing information
21 on its history, organization, benefits, and use. 21 on history, organization, benefits, and use.
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 the kernel. 24 <listitem><para><emphasis>Concepts:</emphasis> Describes concepts behind a kernel.
25 You will understand how the 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 the 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 the 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 the 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>