diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-02 10:51:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-03 14:55:02 +0100 |
commit | e70dc3ab992412c08eaaec1fc5af63a20617e33f (patch) | |
tree | 311766c74ebdaa2096845f5c8e71aa397cadc841 /documentation/kernel-manual/kernel-doc-intro.xml | |
parent | d779c83e71b7a7f18773e675bd0c785fb2e90bde (diff) | |
download | poky-e70dc3ab992412c08eaaec1fc5af63a20617e33f.tar.gz |
documentation/kernel-manual: Scrubbed the Yocto Project term
Changed all occurrences of "Yocto Project" to terms better suited
to reality.
(From yocto-docs rev: fdd7b8c2bcbaf566cad336c67c582c2a24aa9dc1)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual/kernel-doc-intro.xml')
-rw-r--r-- | documentation/kernel-manual/kernel-doc-intro.xml | 22 |
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> |