diff options
Diffstat (limited to 'documentation')
-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> |