diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-10 17:25:18 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-27 13:54:08 +0000 |
commit | 6b7ae329462115ef1d5ec70a212d1728f6c7acc4 (patch) | |
tree | 10d000c71ff623e2d6d6f372d178c96e0c48d2bf /documentation/profile-manual/profile-manual.xml | |
parent | bc8c4165859482ae3afd9edce93815dee5d7b6c4 (diff) | |
download | poky-6b7ae329462115ef1d5ec70a212d1728f6c7acc4.tar.gz |
profile-manual: Added basic XML files and updated the .gitignore
Added four chapters to the directory. I based these chapters off
of an existing YP manual. I also updated the .gitignore file
so that it will support ingnoring profile-manual make operations.
(From yocto-docs rev: f9658f627fe9d8d6868ce74e9550ea16d23c4156)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual/profile-manual.xml')
-rw-r--r-- | documentation/profile-manual/profile-manual.xml | 91 |
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>©RIGHT_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 & 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 | <!-- | ||
90 | vim: expandtab tw=80 ts=4 | ||
91 | --> | ||