blob: 6f86454edeb4e1bbcf5d9527ce13ee479fc2f30d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001<!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='dev-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/dev-title.png'
14 format='SVG'
15 align='left' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020 Yocto Project Development Tasks Manual
Patrick Williamsc124f4f2015-09-15 14:41:29 -050021 </title>
22
23 <authorgroup>
24 <author>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050025 <affiliation>
Andrew Geissler82c905d2020-04-13 13:39:40 -050026 <orgname>&ORGNAME;</orgname>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050027 </affiliation>
Andrew Geissler82c905d2020-04-13 13:39:40 -050028 <email>&ORGEMAIL;</email>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050029 </author>
30 </authorgroup>
31
32 <revhistory>
33 <revision>
34 <revnumber>1.1</revnumber>
Andrew Geissler82c905d2020-04-13 13:39:40 -050035 <date>October 2011</date>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050036 <revremark>The initial document released with the Yocto Project 1.1 Release.</revremark>
37 </revision>
38 <revision>
39 <revnumber>1.2</revnumber>
40 <date>April 2012</date>
41 <revremark>Released with the Yocto Project 1.2 Release.</revremark>
42 </revision>
43 <revision>
44 <revnumber>1.3</revnumber>
45 <date>October 2012</date>
46 <revremark>Released with the Yocto Project 1.3 Release.</revremark>
47 </revision>
48 <revision>
49 <revnumber>1.4</revnumber>
50 <date>April 2013</date>
51 <revremark>Released with the Yocto Project 1.4 Release.</revremark>
52 </revision>
53 <revision>
54 <revnumber>1.5</revnumber>
55 <date>October 2013</date>
56 <revremark>Released with the Yocto Project 1.5 Release.</revremark>
57 </revision>
58 <revision>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050059 <revnumber>1.6</revnumber>
60 <date>April 2014</date>
61 <revremark>Released with the Yocto Project 1.6 Release.</revremark>
62 </revision>
63 <revision>
64 <revnumber>1.7</revnumber>
65 <date>October 2014</date>
66 <revremark>Released with the Yocto Project 1.7 Release.</revremark>
67 </revision>
68 <revision>
69 <revnumber>1.8</revnumber>
70 <date>April 2015</date>
71 <revremark>Released with the Yocto Project 1.8 Release.</revremark>
72 </revision>
73 <revision>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050074 <revnumber>2.0</revnumber>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050075 <date>October 2015</date>
Patrick Williamsf1e5d692016-03-30 15:21:19 -050076 <revremark>Released with the Yocto Project 2.0 Release.</revremark>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050077 </revision>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050078 <revision>
79 <revnumber>2.1</revnumber>
80 <date>April 2016</date>
81 <revremark>Released with the Yocto Project 2.1 Release.</revremark>
82 </revision>
Patrick Williamsc0f7c042017-02-23 20:41:17 -060083 <revision>
84 <revnumber>2.2</revnumber>
85 <date>October 2016</date>
86 <revremark>Released with the Yocto Project 2.2 Release.</revremark>
87 </revision>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050088 <revision>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050089 <revnumber>2.3</revnumber>
90 <date>May 2017</date>
91 <revremark>Released with the Yocto Project 2.3 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -050092 </revision>
93 <revision>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050094 <revnumber>2.4</revnumber>
95 <date>October 2017</date>
96 <revremark>Released with the Yocto Project 2.4 Release.</revremark>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050097 </revision>
98 <revision>
Brad Bishop316dfdd2018-06-25 12:45:53 -040099 <revnumber>2.5</revnumber>
100 <date>May 2018</date>
101 <revremark>Released with the Yocto Project 2.5 Release.</revremark>
Brad Bishop37a0e4d2017-12-04 01:01:44 -0500102 </revision>
Brad Bishopd5ae7d92018-06-14 09:52:03 -0700103 <revision>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800104 <revnumber>2.6</revnumber>
105 <date>November 2018</date>
106 <revremark>Released with the Yocto Project 2.6 Release.</revremark>
Brad Bishopd5ae7d92018-06-14 09:52:03 -0700107 </revision>
Brad Bishopf86d0552018-12-04 14:18:15 -0800108 <revision>
Brad Bishop19323692019-04-05 15:28:33 -0400109 <revnumber>2.7</revnumber>
Brad Bishopc342db32019-05-15 21:57:59 -0400110 <date>May 2019</date>
Brad Bishop19323692019-04-05 15:28:33 -0400111 <revremark>Released with the Yocto Project 2.7 Release.</revremark>
Brad Bishopf86d0552018-12-04 14:18:15 -0800112 </revision>
Brad Bishopc342db32019-05-15 21:57:59 -0400113 <revision>
Brad Bishop64c979e2019-11-04 13:55:29 -0500114 <revnumber>3.0</revnumber>
Andrew Geissler82c905d2020-04-13 13:39:40 -0500115 <date>October 2019</date>
Brad Bishop64c979e2019-11-04 13:55:29 -0500116 <revremark>Released with the Yocto Project 3.0 Release.</revremark>
Brad Bishopc342db32019-05-15 21:57:59 -0400117 </revision>
Andrew Geissler82c905d2020-04-13 13:39:40 -0500118 <revision>
119 <revnumber>3.1</revnumber>
120 <date>&REL_MONTH_YEAR;</date>
121 <revremark>Released with the Yocto Project 3.1 Release.</revremark>
122 </revision>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500123 </revhistory>
124
125 <copyright>
126 <year>&COPYRIGHT_YEAR;</year>
127 <holder>Linux Foundation</holder>
128 </copyright>
129
130 <legalnotice>
131 <para>
132 Permission is granted to copy, distribute and/or modify this document under
133 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
134 Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
135 Creative Commons.
136 </para>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500137 <note><title>Manual Notes</title>
138 <itemizedlist>
139 <listitem><para>
140 This version of the
141 <emphasis>Yocto Project Development Tasks Manual</emphasis>
142 is for the &YOCTO_DOC_VERSION; release of the
143 Yocto Project.
144 To be sure you have the latest version of the manual
Brad Bishop316dfdd2018-06-25 12:45:53 -0400145 for this release, go to the
Andrew Geissler82c905d2020-04-13 13:39:40 -0500146 <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400147 and select the manual from that site.
148 Manuals from the site are more up-to-date than manuals
149 derived from the Yocto Project released TAR files.
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500150 </para></listitem>
151 <listitem><para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400152 If you located this manual through a web search, the
153 version of the manual might not be the one you want
154 (e.g. the search might have returned a manual much
155 older than the Yocto Project version with which you
156 are working).
157 You can see all Yocto Project major releases by
158 visiting the
159 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
160 page.
161 If you need a version of this manual for a different
162 Yocto Project release, visit the
Andrew Geissler82c905d2020-04-13 13:39:40 -0500163 <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400164 and select the manual set by using the
165 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
166 pull-down menus.
167 </para></listitem>
Andrew Geissler82c905d2020-04-13 13:39:40 -0500168 <listitem>
169 <para>
Brad Bishop316dfdd2018-06-25 12:45:53 -0400170 To report any inaccuracies or problems with this
Andrew Geissler82c905d2020-04-13 13:39:40 -0500171 (or any other Yocto Project) manual, send an email to
172 the Yocto Project documentation mailing list at
173 <filename>docs@lists.yoctoproject.org</filename> or
174 log into the freenode <filename>#yocto</filename> channel.
175 </para>
176 </listitem>
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500177 </itemizedlist>
178 </note>
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500179 </legalnotice>
180
181 </bookinfo>
182
183 <xi:include href="dev-manual-intro.xml"/>
184
185 <xi:include href="dev-manual-start.xml"/>
186
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500187 <xi:include href="dev-manual-common-tasks.xml"/>
188
189 <xi:include href="dev-manual-qemu.xml"/>
190
191</book>
192<!--
193vim: expandtab tw=80 ts=4
194-->