diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-15 05:40:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:21 +0100 |
commit | eb7ce5b00b9e5664fb1b82f8fb9b06cbfd1b8315 (patch) | |
tree | 1d85ab5c76852cc51e016267c4fed1e590e6129b /documentation/dev-manual | |
parent | 6289e8d4ffd47e1e4320428c6af8434f87292fec (diff) | |
download | ast2050-yocto-poky-eb7ce5b00b9e5664fb1b82f8fb9b06cbfd1b8315.zip ast2050-yocto-poky-eb7ce5b00b9e5664fb1b82f8fb9b06cbfd1b8315.tar.gz |
documentation/dev-manual/dev-man.xml: Initial file created. (From yocto-docs rev: 2a9c3657a4815ba61a89a59ae74ae5493bdf4d24)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-man.xml | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/documentation/dev-manual/dev-man.xml b/documentation/dev-manual/dev-man.xml index b045465..cd8de88 100644 --- a/documentation/dev-manual/dev-man.xml +++ b/documentation/dev-manual/dev-man.xml @@ -1,7 +1,7 @@ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> -<book id='kernel-manual' lang='en' +<book id='dev-manual' lang='en' xmlns:xi="http://www.w3.org/2003/XInclude" xmlns="http://docbook.org/ns/docbook" > @@ -9,7 +9,7 @@ <mediaobject> <imageobject> - <imagedata fileref='figures/kernel-title.png' + <imagedata fileref='figures/dev-title.png' format='SVG' align='left' scalefit='1' width='100%'/> </imageobject> @@ -19,30 +19,20 @@ <authorgroup> <author> - <firstname>Bruce</firstname> <surname>Ashfield</surname> + <firstname>Scott</firstname> <surname>Rifenbark</surname> <affiliation> - <orgname>Wind River Corporation</orgname> + <orgname>Intel Corporation</orgname> </affiliation> - <email>bruce.ashfield@windriver.com</email> + <email>scott.m.rifenbark@intel.com</email> </author> </authorgroup> <revhistory> <revision> - <revnumber>0.9</revnumber> - <date>24 November 2010</date> + <revnumber>1.1</revnumber> + <date>TBD 2011</date> <revremark>This revision is the initial document draft and corresponds with - the Yocto Project 0.9 Release.</revremark> - </revision> - <revision> - <revnumber>1.0</revnumber> - <date>6 April 2011</date> - <revremark>This revision corresponds with the Yocto Project 1.0 Release.</revremark> - </revision> - <revision> - <revnumber>1.0.1</revnumber> - <date>23 May 2011</date> - <revremark>Released with Yocto Project 1.0.1 on 23 May 2011.</revremark> + the Yocto Project 1.1 Release.</revremark> </revision> </revhistory> @@ -60,11 +50,13 @@ </bookinfo> - <xi:include href="kernel-doc-intro.xml"/> + <xi:include href="dev-man-intro.xml"/> + + <xi:include href="dev-man-start.xml"/> - <xi:include href="kernel-concepts.xml"/> + <xi:include href="dev-man-newbie.xml"/> - <xi:include href="kernel-how-to.xml"/> + <xi:include href="dev-man-cases.xml"/> <!-- <index id='index'> <title>Index</title> |