summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual.xml')
-rw-r--r--documentation/dev-manual/dev-manual.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml
new file mode 100644
index 0000000000..577cfbf14a
--- /dev/null
+++ b/documentation/dev-manual/dev-manual.xml
@@ -0,0 +1,69 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3
4<book id='dev-manual' lang='en'
5 xmlns:xi="http://www.w3.org/2003/XInclude"
6 xmlns="http://docbook.org/ns/docbook"
7 >
8 <bookinfo>
9
10 <mediaobject>
11 <imageobject>
12 <imagedata fileref='figures/dev-title.png'
13 format='SVG'
14 align='left' scalefit='1' width='100%'/>
15 </imageobject>
16 </mediaobject>
17
18 <title></title>
19
20 <authorgroup>
21 <author>
22 <firstname>Scott</firstname> <surname>Rifenbark</surname>
23 <affiliation>
24 <orgname>Intel Corporation</orgname>
25 </affiliation>
26 <email>scott.m.rifenbark@intel.com</email>
27 </author>
28 </authorgroup>
29
30 <revhistory>
31 <revision>
32 <revnumber>1.1</revnumber>
33 <date>TBD 2011</date>
34 <revremark>This revision is the initial document draft and corresponds with
35 the Yocto Project 1.1 Release.</revremark>
36 </revision>
37 </revhistory>
38
39 <copyright>
40 <year>2010-2011</year>
41 <holder>Linux Foundation</holder>
42 </copyright>
43
44 <legalnotice>
45 <para>
46 Permission is granted to copy, distribute and/or modify this document under
47 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
48 </para>
49 </legalnotice>
50
51 </bookinfo>
52
53 <xi:include href="dev-manual-intro.xml"/>
54
55 <xi:include href="dev-manual-start.xml"/>
56
57 <xi:include href="dev-manual-newbie.xml"/>
58
59 <xi:include href="dev-manual-cases.xml"/>
60
61<!-- <index id='index'>
62 <title>Index</title>
63 </index>
64-->
65
66</book>
67<!--
68vim: expandtab tw=80 ts=4
69-->