summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-15 07:30:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:23 +0100
commit55d9b846ccbe85e9f6e89edfac5e3f2ac2d7b5c2 (patch)
treefa8eb70b2c5d42137a96a145eb737eb8ba86f825 /documentation
parent3e4c27cb2d8a18fadfb51dffabf7a3f5d33ef1ae (diff)
downloadpoky-55d9b846ccbe85e9f6e89edfac5e3f2ac2d7b5c2.tar.gz
documentation/dev-manual/dev-manual.xml: Initial file with new name.
(From yocto-docs rev: cd67481e8a6424b424a15dbbcbed8d39f1f6d689) 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-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-->