aboutsummaryrefslogtreecommitdiffstats
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.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml
index bb4aec20fe..eede5a2e59 100644
--- a/documentation/kernel-manual/kernel-concepts.xml
+++ b/documentation/kernel-manual/kernel-concepts.xml
@@ -301,21 +301,22 @@
<section id='kernel-tools'>
<title>Kernel Tools</title>
<para>
-Since most standard workflows involve moving forward with an existing tree by
-continuing to add and alter the underlying baseline, the tools that manage
-Yocto Project's kernel construction are largely hidden from the developer to
-present a simplified view of the kernel for ease of use.
-</para>
-<para>
-The fundamental properties of the tools that manage and construct the
-kernel are:
-<itemizedlist>
- <listitem><para>the ability to group patches into named, reusable features</para></listitem>
- <listitem><para>to allow top down control of included features</para></listitem>
- <listitem><para>the binding of kernel configuration to kernel patches/features</para></listitem>
- <listitem><para>the presentation of a seamless Git repository that blends Yocto Project value with the kernel.org history and development</para></listitem>
-</itemizedlist>
-</para>
+ Since most standard workflows involve moving forward with an existing tree by
+ continuing to add and alter the underlying baseline, the tools that manage
+ the Yocto Project's kernel construction are largely hidden from the developer to
+ present a simplified view of the kernel for ease of use.
+ </para>
+ <para>
+ The fundamental properties of the tools that manage and construct the
+ Yocto Project kernel are:
+ <itemizedlist>
+ <listitem><para>Group patches into named, reusable features.</para></listitem>
+ <listitem><para>Allow top down control of included features.</para></listitem>
+ <listitem><para>Bind kernel configuration to kernel patches and features.</para></listitem>
+ <listitem><para>Present a seamless Git repository that blends Yocto Project value
+ with the kernel.org history and development.</para></listitem>
+ </itemizedlist>
+ </para>
<!--<para>
The tools that construct a kernel tree will be discussed later in this
document. The following tools form the foundation of the Yocto Project