blob: c7716e460b62291e5f6d6f707e283d16b96d8970 [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; ] >
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>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>
42 <revremark>Released with the Yocto Project 2.7 Release.</revremark>
43 </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>
Brad Bishopf86d0552018-12-04 14:18:15 -080051 <date>&REL_MONTH_YEAR;</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>
Brad Bishop316dfdd2018-06-25 12:45:53 -040054 </revhistory>
55
56 <copyright>
57 <year>&COPYRIGHT_YEAR;</year>
58 <holder>Linux Foundation</holder>
59 </copyright>
60
61 <legalnotice>
62 <para>
63 Permission is granted to copy, distribute and/or modify this document under
64 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
65 Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
66 Creative Commons.
67 </para>
68 <note><title>Manual Notes</title>
69 <itemizedlist>
70 <listitem><para>
71 This version of the
72 <emphasis>Yocto Project Overview and Concepts Manual</emphasis>
73 is for the &YOCTO_DOC_VERSION; release of the
74 Yocto Project.
75 To be sure you have the latest version of the manual
76 for this release, go to the
77 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
78 and select the manual from that site.
79 Manuals from the site are more up-to-date than manuals
80 derived from the Yocto Project released TAR files.
81 </para></listitem>
82 <listitem><para>
83 If you located this manual through a web search, the
84 version of the manual might not be the one you want
85 (e.g. the search might have returned a manual much
86 older than the Yocto Project version with which you
87 are working).
88 You can see all Yocto Project major releases by
89 visiting the
90 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
91 page.
92 If you need a version of this manual for a different
93 Yocto Project release, visit the
94 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
95 and select the manual set by using the
96 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
97 pull-down menus.
98 </para></listitem>
99 <listitem><para>
100 To report any inaccuracies or problems with this
101 manual, send an email to the Yocto Project
102 discussion group at
103 <filename>yocto@yoctoproject.com</filename> or log into
104 the freenode <filename>#yocto</filename> channel.
105 </para></listitem>
106 </itemizedlist>
107 </note>
108 </legalnotice>
109
110 </bookinfo>
111
112 <xi:include href="overview-manual-intro.xml"/>
113
114 <xi:include href="overview-manual-yp-intro.xml"/>
115
116 <xi:include href="overview-manual-development-environment.xml"/>
117
118 <xi:include href="overview-manual-concepts.xml" />
119
120</book>
121<!--
122vim: expandtab tw=80 ts=4
123-->