summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/profile-manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/profile-manual/profile-manual.xml')
-rw-r--r--documentation/profile-manual/profile-manual.xml91
1 files changed, 91 insertions, 0 deletions
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml
new file mode 100644
index 0000000000..5eea2e22aa
--- /dev/null
+++ b/documentation/profile-manual/profile-manual.xml
@@ -0,0 +1,91 @@
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='dev-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/dev-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>Scott</firstname> <surname>Rifenbark</surname>
24 <affiliation>
25 <orgname>Intel Corporation</orgname>
26 </affiliation>
27 <email>scott.m.rifenbark@intel.com</email>
28 </author>
29 </authorgroup>
30
31 <revhistory>
32 <revision>
33 <revnumber>1.1</revnumber>
34 <date>6 October 2011</date>
35 <revremark>The initial document released with the Yocto Project 1.1 Release.</revremark>
36 </revision>
37 <revision>
38 <revnumber>1.2</revnumber>
39 <date>April 2012</date>
40 <revremark>Released with the Yocto Project 1.2 Release.</revremark>
41 </revision>
42 <revision>
43 <revnumber>1.3</revnumber>
44 <date>October 2012</date>
45 <revremark>Released with the Yocto Project 1.3 Release.</revremark>
46 </revision>
47 <revision>
48 <revnumber>1.4</revnumber>
49 <date>Sometime in 2013</date>
50 <revremark>Released with the Yocto Project 1.4 Release.</revremark>
51 </revision>
52 </revhistory>
53
54 <copyright>
55 <year>&COPYRIGHT_YEAR;</year>
56 <holder>Linux Foundation</holder>
57 </copyright>
58
59 <legalnotice>
60 <para>
61 Permission is granted to copy, distribute and/or modify this document under
62 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
63 Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
64 Creative Commons.
65 </para>
66
67 <note>
68 Due to production processes, there could be differences between the Yocto Project
69 documentation bundled in the release tarball and the
70 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink> on
71 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
72 For the latest version of this manual, see the manual on the website.
73 </note>
74 </legalnotice>
75
76 </bookinfo>
77
78 <xi:include href="dev-manual-intro.xml"/>
79
80 <xi:include href="dev-manual-start.xml"/>
81
82 <xi:include href="dev-manual-newbie.xml"/>
83
84 <xi:include href="dev-manual-model.xml"/>
85
86 <xi:include href="dev-manual-common-tasks.xml"/>
87
88</book>
89<!--
90vim: expandtab tw=80 ts=4
91-->