blob: 8021a2e95e01dcf18bfba5ffe02bd495c17f87dc [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001<!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; ] >
Andrew Geissler475cb722020-07-10 16:00:51 -05004<!--SPDX-License-Identifier: CC-BY-2.0-UK-->
Brad Bishop316dfdd2018-06-25 12:45:53 -04005
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>
Brad Bishop316dfdd2018-06-25 12:45:53 -040026 <affiliation>
Andrew Geissler82c905d2020-04-13 13:39:40 -050027 <orgname>&ORGNAME;</orgname>
Brad Bishop316dfdd2018-06-25 12:45:53 -040028 </affiliation>
Andrew Geissler82c905d2020-04-13 13:39:40 -050029 <email>&ORGEMAIL;</email>
Brad Bishop316dfdd2018-06-25 12:45:53 -040030 </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>
Brad Bishopd5ae7d92018-06-14 09:52:03 -070039 <revision>
Brad Bishop96ff1982019-08-19 13:50:42 -040040 <revnumber>2.6</revnumber>
41 <date>November 2018</date>
Andrew Geissler82c905d2020-04-13 13:39:40 -050042 <revremark>Released with the Yocto Project 2.6 Release.</revremark>
Brad Bishop96ff1982019-08-19 13:50:42 -040043 </revision>
44 <revision>
Brad Bishopc342db32019-05-15 21:57:59 -040045 <revnumber>2.7</revnumber>
46 <date>May 2019</date>
47 <revremark>Released with the Yocto Project 2.7 Release.</revremark>
48 </revision>
49 <revision>
Brad Bishop64c979e2019-11-04 13:55:29 -050050 <revnumber>3.0</revnumber>
Andrew Geissler82c905d2020-04-13 13:39:40 -050051 <date>October 2019</date>
Brad Bishop64c979e2019-11-04 13:55:29 -050052 <revremark>Released with the Yocto Project 3.0 Release.</revremark>
Brad Bishopf86d0552018-12-04 14:18:15 -080053 </revision>
Andrew Geissler82c905d2020-04-13 13:39:40 -050054 <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>
Brad Bishop316dfdd2018-06-25 12:45:53 -040059 </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
Andrew Geissler82c905d2020-04-13 13:39:40 -050082 <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -040083 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
Andrew Geissler82c905d2020-04-13 13:39:40 -050099 <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400100 and select the manual set by using the
101 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
102 pull-down menus.
103 </para></listitem>
Andrew Geissler82c905d2020-04-13 13:39:40 -0500104 <listitem>
105 <para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400106 To report any inaccuracies or problems with this
Andrew Geissler82c905d2020-04-13 13:39:40 -0500107 (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>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400113 </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-->