diff options
Diffstat (limited to 'documentation/overview-manual/overview-manual.xml')
-rw-r--r-- | documentation/overview-manual/overview-manual.xml | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/documentation/overview-manual/overview-manual.xml b/documentation/overview-manual/overview-manual.xml new file mode 100644 index 0000000000..f04fbaf3bd --- /dev/null +++ b/documentation/overview-manual/overview-manual.xml | |||
@@ -0,0 +1,108 @@ | |||
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='overview-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/overview-manual-title.png' | ||
14 | format='SVG' | ||
15 | align='left' scalefit='1' width='100%'/> | ||
16 | </imageobject> | ||
17 | </mediaobject> | ||
18 | |||
19 | <title> | ||
20 | Yocto Project Overview and Concepts Manual | ||
21 | </title> | ||
22 | |||
23 | <authorgroup> | ||
24 | <author> | ||
25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> | ||
26 | <affiliation> | ||
27 | <orgname>Scotty's Documentation Services, INC</orgname> | ||
28 | </affiliation> | ||
29 | <email>srifenbark@gmail.com</email> | ||
30 | </author> | ||
31 | </authorgroup> | ||
32 | |||
33 | <revhistory> | ||
34 | <revision> | ||
35 | <revnumber>2.5</revnumber> | ||
36 | <date>April 2018</date> | ||
37 | <revremark>The initial document released with the Yocto Project 2.5 Release.</revremark> | ||
38 | </revision> | ||
39 | </revhistory> | ||
40 | |||
41 | <copyright> | ||
42 | <year>©RIGHT_YEAR;</year> | ||
43 | <holder>Linux Foundation</holder> | ||
44 | </copyright> | ||
45 | |||
46 | <legalnotice> | ||
47 | <para> | ||
48 | Permission is granted to copy, distribute and/or modify this document under | ||
49 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> | ||
50 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by | ||
51 | Creative Commons. | ||
52 | </para> | ||
53 | <note><title>Manual Notes</title> | ||
54 | <itemizedlist> | ||
55 | <listitem><para> | ||
56 | This version of the | ||
57 | <emphasis>Yocto Project Overview and Concepts Manual</emphasis> | ||
58 | is for the &YOCTO_DOC_VERSION; release of the | ||
59 | Yocto Project. | ||
60 | To be sure you have the latest version of the manual | ||
61 | for this release, go to the | ||
62 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | ||
63 | and select the manual from that site. | ||
64 | Manuals from the site are more up-to-date than manuals | ||
65 | derived from the Yocto Project released TAR files. | ||
66 | </para></listitem> | ||
67 | <listitem><para> | ||
68 | If you located this manual through a web search, the | ||
69 | version of the manual might not be the one you want | ||
70 | (e.g. the search might have returned a manual much | ||
71 | older than the Yocto Project version with which you | ||
72 | are working). | ||
73 | You can see all Yocto Project major releases by | ||
74 | visiting the | ||
75 | <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink> | ||
76 | page. | ||
77 | If you need a version of this manual for a different | ||
78 | Yocto Project release, visit the | ||
79 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | ||
80 | and select the manual set by using the | ||
81 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" | ||
82 | pull-down menus. | ||
83 | </para></listitem> | ||
84 | <listitem><para> | ||
85 | To report any inaccuracies or problems with this | ||
86 | manual, send an email to the Yocto Project | ||
87 | discussion group at | ||
88 | <filename>yocto@yoctoproject.com</filename> or log into | ||
89 | the freenode <filename>#yocto</filename> channel. | ||
90 | </para></listitem> | ||
91 | </itemizedlist> | ||
92 | </note> | ||
93 | </legalnotice> | ||
94 | |||
95 | </bookinfo> | ||
96 | |||
97 | <xi:include href="overview-manual-intro.xml"/> | ||
98 | |||
99 | <xi:include href="overview-manual-yp-intro.xml"/> | ||
100 | |||
101 | <xi:include href="overview-manual-development-environment.xml"/> | ||
102 | |||
103 | <xi:include href="overview-manual-concepts.xml" /> | ||
104 | |||
105 | </book> | ||
106 | <!-- | ||
107 | vim: expandtab tw=80 ts=4 | ||
108 | --> | ||