diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-03 09:13:14 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-06 12:13:11 +0000 |
commit | ab808a9d754e4f8eafe890ff9a8537cc5aced2dd (patch) | |
tree | a09b0e69de6ef37de0d5ad72d746cc64e723e596 /documentation/kernel-manual | |
parent | 279ad0f379d7cdccad8cdd00fdece079ce350a69 (diff) | |
download | poky-ab808a9d754e4f8eafe890ff9a8537cc5aced2dd.tar.gz |
documentation/kernel-manual/kernel-doc-intro.xml: General clean-up
(From yocto-docs rev: bab78b907279fcd9fd5c65a53c31ee1e51cd6576)
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')
-rw-r--r-- | documentation/kernel-manual/kernel-doc-intro.xml | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml index 37f1dfebb1..9f845823d3 100644 --- a/documentation/kernel-manual/kernel-doc-intro.xml +++ b/documentation/kernel-manual/kernel-doc-intro.xml | |||
@@ -11,7 +11,7 @@ | |||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | 11 | The Yocto Project presents the kernel as a fully patched, history-clean Git |
12 | repository. | 12 | repository. |
13 | The Git tree represents the selected features, board support, | 13 | The Git tree represents the selected features, board support, |
14 | and configurations extensively tested by Yocto Project. | 14 | and configurations extensively tested by the Yocto Project. |
15 | The Yocto Project kernel allows the end user to leverage community | 15 | The Yocto Project kernel allows the end user to leverage community |
16 | best practices to seamlessly manage the development, build and debug cycles. | 16 | best practices to seamlessly manage the development, build and debug cycles. |
17 | </para> | 17 | </para> |
@@ -28,27 +28,34 @@ | |||
28 | <listitem><para><emphasis>Using the Kernel:</emphasis> Describes best practices | 28 | <listitem><para><emphasis>Using the Kernel:</emphasis> Describes best practices |
29 | and "how-to" information | 29 | and "how-to" information |
30 | that lets you put the kernel to practical use. | 30 | that lets you put the kernel to practical use. |
31 | Some examples are "How to Build a | 31 | Some examples are how to examine changes in a branch and how to |
32 | Project Specific Tree", "How to Examine Changes in a Branch", and "How to | 32 | save kernel modifications.</para></listitem> |
33 | Save Kernel Modifications."</para></listitem> | ||
34 | </itemizedlist> | 33 | </itemizedlist> |
35 | </para> | 34 | </para> |
36 | 35 | ||
37 | <para> | 36 | <para> |
38 | For more information on the kernel, see the following links: | 37 | For more information on the Linux kernel, see the following links: |
39 | <itemizedlist> | 38 | <itemizedlist> |
40 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | 39 | <listitem><para>The Linux Foundation's guide for kernel development |
41 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | 40 | process - <ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></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> | 41 | <!-- <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> --> |
42 | <listitem><para>A fairly emcompassing 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 | </itemizedlist> | 44 | </itemizedlist> |
44 | </para> | 45 | </para> |
45 | 46 | ||
46 | <para> | 47 | <para> |
47 | For more discussion on the Yocto Project kernel, you can also see the | 48 | For more discussion on the Yocto Project kernel, you can see these sections |
48 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>", | 49 | in <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>: |
49 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>", and | 50 | <itemizedlist> |
50 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>" sections all in | 51 | <listitem><para> |
51 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>. | 52 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>"</para></listitem> |
53 | <listitem><para> | ||
54 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>" | ||
55 | </para></listitem> | ||
56 | <listitem><para> | ||
57 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>".</para></listitem> | ||
58 | </itemizedlist> | ||
52 | </para> | 59 | </para> |
53 | 60 | ||
54 | <para> | 61 | <para> |