kernel-dev: Edits to set up root .XML file for new kernel-dev manual.

(From yocto-docs rev: 12019f8ddebc78162f4a759c5e84fac314a962ef)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-12-17 17:25:49 -06:00 committed by Richard Purdie
parent 5cbeb84006
commit 6833ec86ac
1 changed files with 13 additions and 39 deletions

View File

@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
<book id='kernel-manual' lang='en' <book id='kernel-dev' lang='en'
xmlns:xi="http://www.w3.org/2003/XInclude" xmlns:xi="http://www.w3.org/2003/XInclude"
xmlns="http://docbook.org/ns/docbook" xmlns="http://docbook.org/ns/docbook"
> >
@ -10,7 +10,7 @@
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata fileref='figures/kernel-title.png' <imagedata fileref='figures/kernel-dev-title.png'
format='SVG' format='SVG'
align='left' scalefit='1' width='100%'/> align='left' scalefit='1' width='100%'/>
</imageobject> </imageobject>
@ -20,45 +20,15 @@
<authorgroup> <authorgroup>
<author> <author>
<firstname>Bruce</firstname> <surname>Ashfield</surname> <firstname>Darren</firstname> <surname>Hart</surname>
<affiliation> <affiliation>
<orgname>Wind River Corporation</orgname> <orgname>Intel Corporation</orgname>
</affiliation> </affiliation>
<email>bruce.ashfield@windriver.com</email> <email>darren.hart@intel.com</email>
</author> </author>
</authorgroup> </authorgroup>
<revhistory> <revhistory>
<revision>
<revnumber>0.9</revnumber>
<date>24 November 2010</date>
<revremark>The initial document draft released with the Yocto Project 0.9 Release.</revremark>
</revision>
<revision>
<revnumber>1.0</revnumber>
<date>6 April 2011</date>
<revremark>Released with the Yocto Project 1.0 Release.</revremark>
</revision>
<revision>
<revnumber>1.0.1</revnumber>
<date>23 May 2011</date>
<revremark>Released with the Yocto Project 1.0.1 Release.</revremark>
</revision>
<revision>
<revnumber>1.1</revnumber>
<date>6 October 2011</date>
<revremark>Released with the Yocto Project 1.1 Release.</revremark>
</revision>
<revision>
<revnumber>1.2</revnumber>
<date>April 2012</date>
<revremark>Released with the Yocto Project 1.2 Release.</revremark>
</revision>
<revision>
<revnumber>1.3</revnumber>
<date>October 2012</date>
<revremark>Released with the Yocto Project 1.3 Release.</revremark>
</revision>
<revision> <revision>
<revnumber>1.4</revnumber> <revnumber>1.4</revnumber>
<date>Sometime in 2013</date> <date>Sometime in 2013</date>
@ -79,7 +49,7 @@
<note> <note>
Due to production processes, there could be differences between the Yocto Project Due to production processes, there could be differences between the Yocto Project
documentation bundled in the release tarball and the documentation bundled in the release tarball and the
<ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink> on <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Linux Kernel Development Manual</ulink> on
the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
For the latest version of this manual, see the manual on the website. For the latest version of this manual, see the manual on the website.
</note> </note>
@ -87,11 +57,15 @@
</bookinfo> </bookinfo>
<xi:include href="kernel-doc-intro.xml"/> <xi:include href="kernel-dev-intro.xml"/>
<xi:include href="kernel-concepts.xml"/> <xi:include href="kernel-dev-common.xml"/>
<xi:include href="kernel-how-to.xml"/> <xi:include href="kernel-dev-advanced.xml"/>
<xi:include href="kernel-dev-examples.xml"/>
<xi:include href="kernel-dev-faq.xml"/>
<!-- <index id='index'> <!-- <index id='index'>
<title>Index</title> <title>Index</title>