blob: 8021a2e95e01dcf18bfba5ffe02bd495c17f87dc [file] [log] [blame]
Andrew Geissler4873add2020-11-02 18:44:49 -06001<!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<!--SPDX-License-Identifier: CC-BY-2.0-UK-->
5
6<book id='overview-manual' lang='en'
7 xmlns:xi="http://www.w3.org/2003/XInclude"
8 xmlns="http://docbook.org/ns/docbook"
9 >
10 <bookinfo>
11
12 <mediaobject>
13 <imageobject>
14 <imagedata fileref='figures/overview-manual-title.png'
15 format='SVG'
16 align='left' scalefit='1' width='100%'/>
17 </imageobject>
18 </mediaobject>
19
20 <title>
21 Yocto Project Overview and Concepts Manual
22 </title>
23
24 <authorgroup>
25 <author>
26 <affiliation>
27 <orgname>&ORGNAME;</orgname>
28 </affiliation>
29 <email>&ORGEMAIL;</email>
30 </author>
31 </authorgroup>
32
33 <revhistory>
34 <revision>
35 <revnumber>2.5</revnumber>
36 <date>May 2018</date>
37 <revremark>The initial document released with the Yocto Project 2.5 Release.</revremark>
38 </revision>
39 <revision>
40 <revnumber>2.6</revnumber>
41 <date>November 2018</date>
42 <revremark>Released with the Yocto Project 2.6 Release.</revremark>
43 </revision>
44 <revision>
45 <revnumber>2.7</revnumber>
46 <date>May 2019</date>
47 <revremark>Released with the Yocto Project 2.7 Release.</revremark>
48 </revision>
49 <revision>
50 <revnumber>3.0</revnumber>
51 <date>October 2019</date>
52 <revremark>Released with the Yocto Project 3.0 Release.</revremark>
53 </revision>
54 <revision>
55 <revnumber>3.1</revnumber>
56 <date>&REL_MONTH_YEAR;</date>
57 <revremark>Released with the Yocto Project 3.1 Release.</revremark>
58 </revision>
59 </revhistory>
60
61 <copyright>
62 <year>&COPYRIGHT_YEAR;</year>
63 <holder>Linux Foundation</holder>
64 </copyright>
65
66 <legalnotice>
67 <para>
68 Permission is granted to copy, distribute and/or modify this document under
69 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
70 Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
71 Creative Commons.
72 </para>
73 <note><title>Manual Notes</title>
74 <itemizedlist>
75 <listitem><para>
76 This version of the
77 <emphasis>Yocto Project Overview and Concepts Manual</emphasis>
78 is for the &YOCTO_DOC_VERSION; release of the
79 Yocto Project.
80 To be sure you have the latest version of the manual
81 for this release, go to the
82 <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
83 and select the manual from that site.
84 Manuals from the site are more up-to-date than manuals
85 derived from the Yocto Project released TAR files.
86 </para></listitem>
87 <listitem><para>
88 If you located this manual through a web search, the
89 version of the manual might not be the one you want
90 (e.g. the search might have returned a manual much
91 older than the Yocto Project version with which you
92 are working).
93 You can see all Yocto Project major releases by
94 visiting the
95 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
96 page.
97 If you need a version of this manual for a different
98 Yocto Project release, visit the
99 <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
100 and select the manual set by using the
101 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
102 pull-down menus.
103 </para></listitem>
104 <listitem>
105 <para>
106 To report any inaccuracies or problems with this
107 (or any other Yocto Project) manual, send an email to
108 the Yocto Project documentation mailing list at
109 <filename>docs@lists.yoctoproject.org</filename> or
110 log into the freenode <filename>#yocto</filename> channel.
111 </para>
112 </listitem>
113 </itemizedlist>
114 </note>
115 </legalnotice>
116
117 </bookinfo>
118
119 <xi:include href="overview-manual-intro.xml"/>
120
121 <xi:include href="overview-manual-yp-intro.xml"/>
122
123 <xi:include href="overview-manual-development-environment.xml"/>
124
125 <xi:include href="overview-manual-concepts.xml" />
126
127</book>
128<!--
129vim: expandtab tw=80 ts=4
130-->