summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-03 09:13:14 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-06 12:13:11 +0000
commitab808a9d754e4f8eafe890ff9a8537cc5aced2dd (patch)
treea09b0e69de6ef37de0d5ad72d746cc64e723e596 /documentation
parent279ad0f379d7cdccad8cdd00fdece079ce350a69 (diff)
downloadast2050-yocto-poky-ab808a9d754e4f8eafe890ff9a8537cc5aced2dd.zip
ast2050-yocto-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')
-rw-r--r--documentation/kernel-manual/kernel-doc-intro.xml33
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 37f1dfe..9f84582 100644
--- a/documentation/kernel-manual/kernel-doc-intro.xml
+++ b/documentation/kernel-manual/kernel-doc-intro.xml
@@ -11,7 +11,7 @@
The Yocto Project presents the kernel as a fully patched, history-clean Git
repository.
The Git tree represents the selected features, board support,
- and configurations extensively tested by Yocto Project.
+ and configurations extensively tested by the Yocto Project.
The Yocto Project kernel allows the end user to leverage community
best practices to seamlessly manage the development, build and debug cycles.
</para>
@@ -28,27 +28,34 @@
<listitem><para><emphasis>Using the Kernel:</emphasis> Describes best practices
and "how-to" information
that lets you put the kernel to practical use.
- Some examples are "How to Build a
- Project Specific Tree", "How to Examine Changes in a Branch", and "How to
- Save Kernel Modifications."</para></listitem>
+ Some examples are how to examine changes in a branch and how to
+ save kernel modifications.</para></listitem>
</itemizedlist>
</para>
<para>
- For more information on the kernel, see the following links:
+ For more information on the Linux kernel, see the following links:
<itemizedlist>
- <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem>
- <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem>
- <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>
+ <listitem><para>The Linux Foundation's guide for kernel development
+ process - <ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem>
+<!-- <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> -->
+ <listitem><para>A fairly emcompassing guide on Linux kernel development -
+ <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>
</itemizedlist>
</para>
<para>
- For more discussion on the Yocto Project kernel, you can also see the
- "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>",
- "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>", and
- "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>" sections all in
- <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>.
+ For more discussion on the Yocto Project kernel, you can see these sections
+ in <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>:
+ <itemizedlist>
+ <listitem><para>
+ "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>"</para></listitem>
+ <listitem><para>
+ "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>"
+ </para></listitem>
+ <listitem><para>
+ "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>".</para></listitem>
+ </itemizedlist>
</para>
<para>
OpenPOWER on IntegriCloud