summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-27 13:07:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:06:48 +0100
commiteb7fe72e0ca4f92f94e94fc7f213e051ffaf5d08 (patch)
tree73bca95aad0e857b9e0746519c33ff8f7ad97cab /documentation
parent568a15c821dca324d3e7a1691ad784025a8c8319 (diff)
downloadast2050-yocto-poky-eb7fe72e0ca4f92f94e94fc7f213e051ffaf5d08.zip
ast2050-yocto-poky-eb7fe72e0ca4f92f94e94fc7f213e051ffaf5d08.tar.gz
documentation/dev-manual/dev-manual-kernel-appendix.xml: added tags
Added the Docbook tags to make this an appendix. (From yocto-docs rev: fd5658872a9d48a2ee8f0229cb0fca90961aee32) 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/dev-manual/dev-manual-kernel-appendix.xml69
1 files changed, 5 insertions, 64 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index fc93b53..50180dc 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -1,11 +1,11 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-<chapter id='dev-manual-cases'>
+<appendix id='dev-manual-kernel-appendix'>
-<title>Development Cases</title>
+<title>Modifying a Kernel Example</title>
- <section id='modifying-a-kernel-kernel-example'>
+ <section id='modifying-a-kernel-example'>
<title>Modifying a Kernel</title>
<para>
@@ -381,66 +381,7 @@
</section>
</section>
-</chapter>
-
-
-
-
-
-<!--
-
-
- <para>
- [WRITER'S NOTE: This section is a second example that focuses on just modifying the kernel.
- I don't have any information on this yet.
- </para>
-
- <para>
- Here are some points to consider though:
- <itemizedlist>
- <listitem><para>Reference Darren's presentation
- <ulink url='http://events.linuxfoundation.org/events/embedded-linux-conference/hart'>
- here</ulink></para></listitem>
- <listitem><para>Reference <xref linkend='dev-manual-start'>Getting Started with the Yocto Project</xref>
- section to get set up at minimum.</para></listitem>
- <listitem><para>Are there extra steps I need specific to kernel development to get started?</para></listitem>
- <listitem><para>What do I do to get set up?
- Is it a matter of just installing YP and having some pieces together?
- What are the pieces?</para></listitem>
- <listitem><para>Where do I get the base kernel to start with?</para></listitem>
- <listitem><para>Do I install the appropriate toolchain?</para></listitem>
- <listitem><para>What kernel git repository do I use?</para></listitem>
- <listitem><para>What is the conversion script?
- What does it do?</para></listitem>
- <listitem><para>What do I have to do to integrate the kernel layer?</para></listitem>
- <listitem><para>What do I use to integrate the kernel layer?
- HOB?
- Do I just Bitbake it?</para></listitem>
- <listitem><para>Using the System Image Creator.]</para></listitem>
- </itemizedlist>
- </para>
- </section>
- </section>
-</section>
-
-<section id='user-application-development'>
- <title>User Application Development</title>
-
- <para>
- [WRITER'S NOTE: This section is the second major development case - developing an application.
- Here are points to consider:
- <itemizedlist>
- <listitem><para>User-space Application Development scenario overview.</para></listitem>
- <listitem><para>Using the Yocto Eclipse Plug-in.</para></listitem>
- <listitem><para>Back-door support.</para></listitem>
- <listitem><para>I feel there is more to this area than we have captured during our two
- review meetings.]</para></listitem>
- </itemizedlist>
- </para>
-</section>
-</chapter>
--->
-
+</appendix>
<!--
vim: expandtab tw=80 ts=4
-->
OpenPOWER on IntegriCloud