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