diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-14 14:19:44 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:54:22 +0000 |
| commit | 3258234181872c4d8c4362f4fbd150ea452244a9 (patch) | |
| tree | 3536d2763129d07c29339b80e74813694de1d982 /documentation/adt-manual/adt-command.xml | |
| parent | a4c6bcb895cb7888b5045ed76f96f056acd7b4ab (diff) | |
| download | poky-3258234181872c4d8c4362f4fbd150ea452244a9.tar.gz | |
documentation/adt-manual: New file structure for ADT Manual
I have added a new directory to documentation named adt-manual.
This directory holds a Figures folder, and the 9 files needed
for the ADT manual. The book consists of five chapters:
adt-intro, adt-prepare, adt-package, adt-eclipse, and adt-command.
There is also a adt-manual.xml file called by the Makefile.
There is also a style.css file. And finally, a adt-manual-customization.xsl
file to control numbering.
(From OE-Core rev: ac2c8848bbefcf7d24192573904baaef87c67382)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-command.xml')
| -rw-r--r-- | documentation/adt-manual/adt-command.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml new file mode 100644 index 0000000000..05e5443b85 --- /dev/null +++ b/documentation/adt-manual/adt-command.xml | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
| 3 | |||
| 4 | <chapter id='kernel-doc-intro'> | ||
| 5 | |||
| 6 | <title>Yocto Project Kernel Architecture and Use Manual</title> | ||
| 7 | |||
| 8 | <section id='book-intro'> | ||
| 9 | <title>Introduction</title> | ||
| 10 | <para> | ||
| 11 | The Yocto Project presents the kernel as a fully patched, history-clean git | ||
| 12 | repository. | ||
| 13 | The git tree represents the selected features, board support, | ||
| 14 | and configurations extensively tested by Yocto Project. | ||
| 15 | The Yocto Project kernel allows the end user to leverage community | ||
| 16 | best practices to seamlessly manage the development, build and debug cycles. | ||
| 17 | </para> | ||
| 18 | <para> | ||
| 19 | This manual describes the Yocto Project kernel by providing information | ||
| 20 | on its history, organization, benefits, and use. | ||
| 21 | The manual consists of two sections: | ||
| 22 | <itemizedlist> | ||
| 23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
| 24 | You will understand how the kernel is organized and why it is organized in | ||
| 25 | the way it is. You will understand the benefits of the kernel's organization | ||
| 26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
| 27 | design process.</para></listitem> | ||
| 28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
| 29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
| 30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
| 31 | Modifications."</para></listitem> | ||
| 32 | </itemizedlist> | ||
| 33 | </para> | ||
| 34 | <para> | ||
| 35 | For more information on the kernel, see the following links: | ||
| 36 | <itemizedlist> | ||
| 37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
| 38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
| 39 | <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> | ||
| 40 | </itemizedlist> | ||
| 41 | <para> | ||
| 42 | You can find more information on Yocto Project by visiting the website at | ||
| 43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
| 44 | </para> | ||
| 45 | </para> | ||
| 46 | </section> | ||
| 47 | |||
| 48 | |||
| 49 | |||
| 50 | |||
| 51 | |||
| 52 | |||
| 53 | |||
| 54 | </chapter> | ||
| 55 | <!-- | ||
| 56 | vim: expandtab tw=80 ts=4 | ||
| 57 | --> | ||
