summaryrefslogtreecommitdiffstats
path: root/handbook/poky-handbook.xml
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-15 11:55:59 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-15 11:55:59 +0100
commit22083287912ebd552e33b79f7c567bc966376d43 (patch)
treea16fa012a97a249e25a405d4092b0a89321bfaf6 /handbook/poky-handbook.xml
parent13a702e9e572a2dc9f6b52a1531a2237d4d98ff1 (diff)
downloadpoky-22083287912ebd552e33b79f7c567bc966376d43.tar.gz
handbook: Move into documentation directory
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'handbook/poky-handbook.xml')
-rw-r--r--handbook/poky-handbook.xml102
1 files changed, 0 insertions, 102 deletions
diff --git a/handbook/poky-handbook.xml b/handbook/poky-handbook.xml
deleted file mode 100644
index fb2bc80df3..0000000000
--- a/handbook/poky-handbook.xml
+++ /dev/null
@@ -1,102 +0,0 @@
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='poky-handbook' 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='template/poky-handbook.png'
13 format='SVG'
14 align='center' scalefit='1' width='100%'/>
15 </imageobject>
16 </mediaobject>
17
18 <title>Poky Handbook</title>
19 <subtitle>Hitchhiker's Guide to Poky</subtitle>
20
21 <authorgroup>
22 <author>
23 <firstname>Richard</firstname> <surname>Purdie</surname>
24 <affiliation>
25 <orgname>Intel Corporation</orgname>
26 </affiliation>
27 <email>richard@linux.intel.com</email>
28 </author>
29
30 <author>
31 <firstname>Tomas</firstname> <surname>Frydrych</surname>
32 <affiliation>
33 <orgname>Intel Corporation</orgname>
34 </affiliation>
35 </author>
36
37 <author>
38 <firstname>Marcin</firstname> <surname>Juszkiewicz</surname>
39 </author>
40 <author>
41 <firstname>Dodji</firstname> <surname>Seketeli</surname>
42 </author>
43 </authorgroup>
44
45 <revhistory>
46 <revision>
47 <revnumber>3.3+git</revnumber>
48 <date>11 June 2010</date>
49 <revremark>Poky Master Documentation</revremark>
50 </revision>
51 </revhistory>
52
53 <copyright>
54 <year>2007-2010</year>
55 <holder>Intel Corporation</holder>
56 </copyright>
57
58 <legalnotice>
59 <para>
60 Permission is granted to copy, distribute and/or modify this document under
61 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
62 </para>
63 </legalnotice>
64
65 </bookinfo>
66
67 <xi:include href="introduction.xml"/>
68
69 <xi:include href="usingpoky.xml"/>
70
71 <xi:include href="extendpoky.xml"/>
72
73 <xi:include href="bsp.xml"/>
74
75 <xi:include href="development.xml"/>
76
77 <xi:include href="ref-structure.xml"/>
78
79 <xi:include href="ref-bitbake.xml"/>
80
81 <xi:include href="ref-classes.xml"/>
82
83 <xi:include href="ref-images.xml"/>
84
85 <xi:include href="ref-features.xml"/>
86
87 <xi:include href="ref-variables.xml"/>
88
89 <xi:include href="ref-varlocality.xml"/>
90
91 <xi:include href="faq.xml"/>
92
93 <xi:include href="resources.xml"/>
94
95 <index id='index'>
96 <title>Index</title>
97 </index>
98
99</book>
100<!--
101vim: expandtab tw=80 ts=4
102-->