dev-manual.xml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <!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. <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. <mediaobject>
  11. <imageobject>
  12. <imagedata fileref='figures/dev-title.png'
  13. format='SVG'
  14. align='left' scalefit='1' width='100%'/>
  15. </imageobject>
  16. </mediaobject>
  17. <title>
  18. Yocto Project Development Tasks Manual
  19. </title>
  20. <authorgroup>
  21. <author>
  22. <affiliation>
  23. <orgname>&ORGNAME;</orgname>
  24. </affiliation>
  25. <email>&ORGEMAIL;</email>
  26. </author>
  27. </authorgroup>
  28. <revhistory>
  29. <revision>
  30. <revnumber>1.1</revnumber>
  31. <date>October 2011</date>
  32. <revremark>The initial document released with the Yocto Project 1.1 Release.</revremark>
  33. </revision>
  34. <revision>
  35. <revnumber>1.2</revnumber>
  36. <date>April 2012</date>
  37. <revremark>Released with the Yocto Project 1.2 Release.</revremark>
  38. </revision>
  39. <revision>
  40. <revnumber>1.3</revnumber>
  41. <date>October 2012</date>
  42. <revremark>Released with the Yocto Project 1.3 Release.</revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>1.4</revnumber>
  46. <date>April 2013</date>
  47. <revremark>Released with the Yocto Project 1.4 Release.</revremark>
  48. </revision>
  49. <revision>
  50. <revnumber>1.5</revnumber>
  51. <date>October 2013</date>
  52. <revremark>Released with the Yocto Project 1.5 Release.</revremark>
  53. </revision>
  54. <revision>
  55. <revnumber>1.6</revnumber>
  56. <date>April 2014</date>
  57. <revremark>Released with the Yocto Project 1.6 Release.</revremark>
  58. </revision>
  59. <revision>
  60. <revnumber>1.7</revnumber>
  61. <date>October 2014</date>
  62. <revremark>Released with the Yocto Project 1.7 Release.</revremark>
  63. </revision>
  64. <revision>
  65. <revnumber>1.8</revnumber>
  66. <date>April 2015</date>
  67. <revremark>Released with the Yocto Project 1.8 Release.</revremark>
  68. </revision>
  69. <revision>
  70. <revnumber>2.0</revnumber>
  71. <date>October 2015</date>
  72. <revremark>Released with the Yocto Project 2.0 Release.</revremark>
  73. </revision>
  74. <revision>
  75. <revnumber>2.1</revnumber>
  76. <date>April 2016</date>
  77. <revremark>Released with the Yocto Project 2.1 Release.</revremark>
  78. </revision>
  79. <revision>
  80. <revnumber>2.2</revnumber>
  81. <date>October 2016</date>
  82. <revremark>Released with the Yocto Project 2.2 Release.</revremark>
  83. </revision>
  84. <revision>
  85. <revnumber>2.3</revnumber>
  86. <date>May 2017</date>
  87. <revremark>Released with the Yocto Project 2.3 Release.</revremark>
  88. </revision>
  89. <revision>
  90. <revnumber>2.4</revnumber>
  91. <date>October 2017</date>
  92. <revremark>Released with the Yocto Project 2.4 Release.</revremark>
  93. </revision>
  94. <revision>
  95. <revnumber>2.5</revnumber>
  96. <date>May 2018</date>
  97. <revremark>Released with the Yocto Project 2.5 Release.</revremark>
  98. </revision>
  99. <revision>
  100. <revnumber>2.6</revnumber>
  101. <date>November 2018</date>
  102. <revremark>Released with the Yocto Project 2.6 Release.</revremark>
  103. </revision>
  104. <revision>
  105. <revnumber>2.7</revnumber>
  106. <date>May 2019</date>
  107. <revremark>Released with the Yocto Project 2.7 Release.</revremark>
  108. </revision>
  109. <revision>
  110. <revnumber>3.0</revnumber>
  111. <date>October 2019</date>
  112. <revremark>Released with the Yocto Project 3.0 Release.</revremark>
  113. </revision>
  114. <revision>
  115. <revnumber>3.1</revnumber>
  116. <date>&REL_MONTH_YEAR;</date>
  117. <revremark>Released with the Yocto Project 3.1 Release.</revremark>
  118. </revision>
  119. </revhistory>
  120. <copyright>
  121. <year>&COPYRIGHT_YEAR;</year>
  122. <holder>Linux Foundation</holder>
  123. </copyright>
  124. <legalnotice>
  125. <para>
  126. Permission is granted to copy, distribute and/or modify this document under
  127. the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
  128. Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
  129. Creative Commons.
  130. </para>
  131. <note><title>Manual Notes</title>
  132. <itemizedlist>
  133. <listitem><para>
  134. This version of the
  135. <emphasis>Yocto Project Development Tasks Manual</emphasis>
  136. is for the &YOCTO_DOC_VERSION; release of the
  137. Yocto Project.
  138. To be sure you have the latest version of the manual
  139. for this release, go to the
  140. <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
  141. and select the manual from that site.
  142. Manuals from the site are more up-to-date than manuals
  143. derived from the Yocto Project released TAR files.
  144. </para></listitem>
  145. <listitem><para>
  146. If you located this manual through a web search, the
  147. version of the manual might not be the one you want
  148. (e.g. the search might have returned a manual much
  149. older than the Yocto Project version with which you
  150. are working).
  151. You can see all Yocto Project major releases by
  152. visiting the
  153. <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
  154. page.
  155. If you need a version of this manual for a different
  156. Yocto Project release, visit the
  157. <ulink url='&YOCTO_DOCS_URL;'>Yocto Project documentation page</ulink>
  158. and select the manual set by using the
  159. "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
  160. pull-down menus.
  161. </para></listitem>
  162. <listitem>
  163. <para>
  164. To report any inaccuracies or problems with this
  165. (or any other Yocto Project) manual, send an email to
  166. the Yocto Project documentation mailing list at
  167. <filename>docs@lists.yoctoproject.org</filename> or
  168. log into the freenode <filename>#yocto</filename> channel.
  169. </para>
  170. </listitem>
  171. </itemizedlist>
  172. </note>
  173. </legalnotice>
  174. </bookinfo>
  175. <xi:include href="dev-manual-intro.xml"/>
  176. <xi:include href="dev-manual-start.xml"/>
  177. <xi:include href="dev-manual-common-tasks.xml"/>
  178. <xi:include href="dev-manual-qemu.xml"/>
  179. </book>
  180. <!--
  181. vim: expandtab tw=80 ts=4
  182. -->