summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-manual.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-11 12:07:58 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 14:43:25 +0000
commited0a240e1632682ec4c33341f3e24ad71773cdfc (patch)
tree201557f498b77b9f51fad7e12a6009f74aca4c65 /documentation/ref-manual/ref-manual.xml
parentaf19d889ef320f9625aae42eed6688b5cc739793 (diff)
downloadpoky-ed0a240e1632682ec4c33341f3e24ad71773cdfc.tar.gz
documentation: Rename of poky-ref-manual folder to ref-manual.
Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-manual.xml')
-rw-r--r--documentation/ref-manual/ref-manual.xml125
1 files changed, 125 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml
new file mode 100644
index 0000000000..eeba91c775
--- /dev/null
+++ b/documentation/ref-manual/ref-manual.xml
@@ -0,0 +1,125 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4
5<book id='ref-manual' lang='en'
6 xmlns:xi="http://www.w3.org/2003/XInclude"
7 xmlns="http://docbook.org/ns/docbook"
8 >
9 <bookinfo>
10
11 <mediaobject>
12 <imageobject>
13 <imagedata fileref='figures/poky-title.png'
14 format='SVG'
15 align='left' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title></title>
20
21 <authorgroup>
22 <author>
23 <firstname>Richard</firstname> <surname>Purdie</surname>
24 <affiliation>
25 <orgname>Linux Foundation</orgname>
26 </affiliation>
27 <email>richard.purdie@linuxfoundation.org</email>
28 </author>
29
30 </authorgroup>
31
32 <revhistory>
33 <revision>
34 <revnumber>4.0+git</revnumber>
35 <date>24 November 2010</date>
36 <revremark>Released with the Yocto Project 0.9 Release</revremark>
37 </revision>
38 <revision>
39 <revnumber>1.0</revnumber>
40 <date>6 April 2011</date>
41 <revremark>Released with the Yocto Project 1.0 Release.</revremark>
42 </revision>
43 <revision>
44 <revnumber>1.0.1</revnumber>
45 <date>23 May 2011</date>
46 <revremark>Released with the Yocto Project 1.0.1 Release.</revremark>
47 </revision>
48 <revision>
49 <revnumber>1.1</revnumber>
50 <date>6 October 2011</date>
51 <revremark>Released with the Yocto Project 1.1 Release.</revremark>
52 </revision>
53 <revision>
54 <revnumber>1.2</revnumber>
55 <date>April 2012</date>
56 <revremark>Released with the Yocto Project 1.2 Release.</revremark>
57 </revision>
58 <revision>
59 <revnumber>1.3</revnumber>
60 <date>October 2012</date>
61 <revremark>Released with the Yocto Project 1.3 Release.</revremark>
62 </revision>
63 <revision>
64 <revnumber>1.4</revnumber>
65 <date>Sometime in 2013</date>
66 <revremark>Released with the Yocto Project 1.4 Release.</revremark>
67 </revision>
68 </revhistory>
69
70 <copyright>
71 <year>&COPYRIGHT_YEAR;</year>
72 <holder>Linux Foundation</holder>
73 </copyright>
74
75 <legalnotice>
76 <para>
77 Permission is granted to copy, distribute and/or modify this document under
78 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.
79 </para>
80 <note>
81 Due to production processes, there could be differences between the Yocto Project
82 documentation bundled in the release tarball and the
83 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink> on
84 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
85 For the latest version of this manual, see the manual on the website.
86 </note>
87 </legalnotice>
88
89 </bookinfo>
90
91 <xi:include href="introduction.xml"/>
92
93 <xi:include href="usingpoky.xml"/>
94
95 <xi:include href="technical-details.xml"/>
96
97 <xi:include href="migration.xml"/>
98
99 <xi:include href="ref-structure.xml"/>
100
101 <xi:include href="ref-bitbake.xml"/>
102
103 <xi:include href="ref-classes.xml"/>
104
105 <xi:include href="ref-images.xml"/>
106
107 <xi:include href="ref-features.xml"/>
108
109 <xi:include href="ref-variables.xml"/>
110
111 <xi:include href="ref-varlocality.xml"/>
112
113 <xi:include href="faq.xml"/>
114
115 <xi:include href="resources.xml"/>
116
117<!-- <index id='index'>
118 <title>Index</title>
119 </index>
120-->
121
122</book>
123<!--
124vim: expandtab tw=80 ts=4
125-->