summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-15 05:40:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:21 +0100
commiteb7ce5b00b9e5664fb1b82f8fb9b06cbfd1b8315 (patch)
tree1d85ab5c76852cc51e016267c4fed1e590e6129b /documentation
parent6289e8d4ffd47e1e4320428c6af8434f87292fec (diff)
downloadpoky-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')
-rw-r--r--documentation/dev-manual/dev-man.xml34
1 files changed, 13 insertions, 21 deletions
diff --git a/documentation/dev-manual/dev-man.xml b/documentation/dev-manual/dev-man.xml
index b045465016..cd8de889e4 100644
--- a/documentation/dev-manual/dev-man.xml
+++ b/documentation/dev-manual/dev-man.xml
@@ -1,7 +1,7 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3 3
4<book id='kernel-manual' lang='en' 4<book id='dev-manual' lang='en'
5 xmlns:xi="http://www.w3.org/2003/XInclude" 5 xmlns:xi="http://www.w3.org/2003/XInclude"
6 xmlns="http://docbook.org/ns/docbook" 6 xmlns="http://docbook.org/ns/docbook"
7 > 7 >
@@ -9,7 +9,7 @@
9 9
10 <mediaobject> 10 <mediaobject>
11 <imageobject> 11 <imageobject>
12 <imagedata fileref='figures/kernel-title.png' 12 <imagedata fileref='figures/dev-title.png'
13 format='SVG' 13 format='SVG'
14 align='left' scalefit='1' width='100%'/> 14 align='left' scalefit='1' width='100%'/>
15 </imageobject> 15 </imageobject>
@@ -19,30 +19,20 @@
19 19
20 <authorgroup> 20 <authorgroup>
21 <author> 21 <author>
22 <firstname>Bruce</firstname> <surname>Ashfield</surname> 22 <firstname>Scott</firstname> <surname>Rifenbark</surname>
23 <affiliation> 23 <affiliation>
24 <orgname>Wind River Corporation</orgname> 24 <orgname>Intel Corporation</orgname>
25 </affiliation> 25 </affiliation>
26 <email>bruce.ashfield@windriver.com</email> 26 <email>scott.m.rifenbark@intel.com</email>
27 </author> 27 </author>
28 </authorgroup> 28 </authorgroup>
29 29
30 <revhistory> 30 <revhistory>
31 <revision> 31 <revision>
32 <revnumber>0.9</revnumber> 32 <revnumber>1.1</revnumber>
33 <date>24 November 2010</date> 33 <date>TBD 2011</date>
34 <revremark>This revision is the initial document draft and corresponds with 34 <revremark>This revision is the initial document draft and corresponds with
35 the Yocto Project 0.9 Release.</revremark> 35 the Yocto Project 1.1 Release.</revremark>
36 </revision>
37 <revision>
38 <revnumber>1.0</revnumber>
39 <date>6 April 2011</date>
40 <revremark>This revision corresponds with the Yocto Project 1.0 Release.</revremark>
41 </revision>
42 <revision>
43 <revnumber>1.0.1</revnumber>
44 <date>23 May 2011</date>
45 <revremark>Released with Yocto Project 1.0.1 on 23 May 2011.</revremark>
46 </revision> 36 </revision>
47 </revhistory> 37 </revhistory>
48 38
@@ -60,11 +50,13 @@
60 50
61 </bookinfo> 51 </bookinfo>
62 52
63 <xi:include href="kernel-doc-intro.xml"/> 53 <xi:include href="dev-man-intro.xml"/>
54
55 <xi:include href="dev-man-start.xml"/>
64 56
65 <xi:include href="kernel-concepts.xml"/> 57 <xi:include href="dev-man-newbie.xml"/>
66 58
67 <xi:include href="kernel-how-to.xml"/> 59 <xi:include href="dev-man-cases.xml"/>
68 60
69<!-- <index id='index'> 61<!-- <index id='index'>
70 <title>Index</title> 62 <title>Index</title>