mega-manual.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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. <book id='mega-manual' lang='en'
  5. xmlns:xi="http://www.w3.org/2003/XInclude"
  6. xmlns="http://docbook.org/ns/docbook"
  7. >
  8. <bookinfo>
  9. <abstract>
  10. The Yocto Project Mega-Manual is a concatenation of the published
  11. Yocto Project HTML manuals for the given release.
  12. The manual exists to help users efficiently search for strings
  13. across the entire Yocto Project documentation set.
  14. </abstract>
  15. <mediaobject>
  16. <imageobject>
  17. <imagedata fileref='figures/mega-title.png'
  18. format='SVG'
  19. align='left' scalefit='1' width='100%'/>
  20. </imageobject>
  21. </mediaobject>
  22. <title>
  23. Yocto Project Mega-Manual
  24. </title>
  25. <authorgroup>
  26. <author>
  27. <firstname>Scott</firstname> <surname>Rifenbark</surname>
  28. <affiliation>
  29. <orgname>Intel Corporation</orgname>
  30. </affiliation>
  31. <email>srifenbark@gmail.com</email>
  32. </author>
  33. </authorgroup>
  34. <revhistory>
  35. <revision>
  36. <revnumber>1.8</revnumber>
  37. <date>April 2015</date>
  38. <revremark>Released with the Yocto Project 1.8 Release.</revremark>
  39. </revision>
  40. <revision>
  41. <revnumber>2.0</revnumber>
  42. <date>October 2015</date>
  43. <revremark>Released with the Yocto Project 2.0 Release.</revremark>
  44. </revision>
  45. <revision>
  46. <revnumber>2.1</revnumber>
  47. <date>April 2016</date>
  48. <revremark>Released with the Yocto Project 2.1 Release.</revremark>
  49. </revision>
  50. <revision>
  51. <revnumber>2.2</revnumber>
  52. <date>October 2016</date>
  53. <revremark>Released with the Yocto Project 2.2 Release.</revremark>
  54. </revision>
  55. <revision>
  56. <revnumber>2.3</revnumber>
  57. <date>May 2017</date>
  58. <revremark>Released with the Yocto Project 2.3 Release.</revremark>
  59. </revision>
  60. <revision>
  61. <revnumber>2.4</revnumber>
  62. <date>Usually October</date>
  63. <revremark>Released with the Yocto Project 2.4 Release.</revremark>
  64. </revision>
  65. </revhistory>
  66. <copyright>
  67. <year>&COPYRIGHT_YEAR;</year>
  68. <holder>Linux Foundation</holder>
  69. </copyright>
  70. <legalnotice>
  71. <para>
  72. Permission is granted to copy, distribute and/or modify this document under
  73. the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
  74. </para>
  75. <note><title>Manual Notes</title>
  76. <itemizedlist>
  77. <listitem><para>
  78. For the latest version of the Yocto Project
  79. Mega-Manual associated with this Yocto Project release
  80. (version &YOCTO_DOC_VERSION;),
  81. see the Yocto Project Mega-Manual from the
  82. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>.
  83. </para></listitem>
  84. <listitem><para>
  85. This version of the manual is version
  86. &YOCTO_DOC_VERSION;.
  87. For later releases of the Yocto Project (if they exist),
  88. go to the
  89. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  90. and use the drop-down "Active Releases" button
  91. and choose the Yocto Project version for which you want
  92. the manual.
  93. </para></listitem>
  94. <listitem><para>
  95. For an in-development version of the Yocto Project
  96. Mega-Manual, see
  97. <ulink url='&YOCTO_DOCS_URL;/latest/mega-manual/mega-manual.html'></ulink>.
  98. </para></listitem>
  99. </itemizedlist>
  100. </note>
  101. </legalnotice>
  102. </bookinfo>
  103. <!-- Includes yocto-project-qs -->
  104. <xi:include
  105. xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/>
  106. <!-- Includes dev-manual title image and then dev-manual chapters -->
  107. <para>
  108. <imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" />
  109. </para>
  110. <xi:include
  111. xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-intro.xml"/>
  112. <xi:include
  113. xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-start.xml"/>
  114. <xi:include
  115. xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-newbie.xml"/>
  116. <xi:include
  117. xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-common-tasks.xml"/>
  118. <xi:include
  119. xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-qemu.xml"/>
  120. <!-- Includes sdk-manual title image and then sdk-manual chapters -->
  121. <para>
  122. <imagedata fileref="figures/sdk-title.png" width="100%" align="left" scalefit="1" />
  123. </para>
  124. <xi:include
  125. xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-intro.xml"/>
  126. <xi:include
  127. xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-extensible.xml"/>
  128. <xi:include
  129. xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-using.xml"/>
  130. <xi:include
  131. xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-working-projects.xml"/>
  132. <xi:include
  133. xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-obtain.xml"/>
  134. <xi:include
  135. xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-customizing.xml"/>
  136. <xi:include
  137. xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-customizing-standard.xml"/>
  138. <xi:include
  139. xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-mars.xml"/>
  140. <!-- Includes bsp-guide title image and then bsp-guide chapters -->
  141. <para>
  142. <imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" />
  143. </para>
  144. <xi:include
  145. xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp.xml"/>
  146. <!-- Includes kernel-dev title image and then kernel-dev chapters -->
  147. <para>
  148. <imagedata fileref="figures/kernel-dev-title.png" width="100%" align="left" scalefit="1" />
  149. </para>
  150. <xi:include
  151. xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-intro.xml"/>
  152. <xi:include
  153. xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-common.xml"/>
  154. <xi:include
  155. xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-advanced.xml"/>
  156. <xi:include
  157. xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-concepts-appx.xml"/>
  158. <xi:include
  159. xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-maint-appx.xml"/>
  160. <!-- Includes profile-manual title image and then profile-manual chapters -->
  161. <para>
  162. <imagedata fileref="figures/profile-title.png" width="100%" align="left" scalefit="1" />
  163. </para>
  164. <xi:include
  165. xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-intro.xml"/>
  166. <xi:include
  167. xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-arch.xml"/>
  168. <xi:include
  169. xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-usage.xml"/>
  170. <xi:include
  171. xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-examples.xml"/>
  172. <!-- Includes ref-manual title image and then ref-manual chapters -->
  173. <para>
  174. <imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" />
  175. </para>
  176. <xi:include
  177. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/introduction.xml"/>
  178. <xi:include
  179. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/>
  180. <xi:include
  181. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-development-environment.xml"/>
  182. <xi:include
  183. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/>
  184. <xi:include
  185. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-release-process.xml"/>
  186. <xi:include
  187. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/migration.xml"/>
  188. <xi:include
  189. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-structure.xml"/>
  190. <xi:include
  191. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-classes.xml"/>
  192. <xi:include
  193. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-tasks.xml"/>
  194. <xi:include
  195. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-devtool-reference.xml"/>
  196. <xi:include
  197. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-qa-checks.xml"/>
  198. <xi:include
  199. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-images.xml"/>
  200. <xi:include
  201. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-features.xml"/>
  202. <xi:include
  203. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-variables.xml"/>
  204. <xi:include
  205. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-varlocality.xml"/>
  206. <xi:include
  207. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/faq.xml"/>
  208. <xi:include
  209. xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/resources.xml"/>
  210. <!-- Includes toaster-manual title image and then toaster-manual chapters -->
  211. <para>
  212. <imagedata fileref="figures/toaster-title.png" width="100%" align="left" scalefit="1" />
  213. </para>
  214. <xi:include
  215. xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-intro.xml"/>
  216. <xi:include
  217. xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-start.xml"/>
  218. <xi:include
  219. xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-setup-and-use.xml"/>
  220. <xi:include
  221. xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-reference.xml"/>
  222. </book>
  223. <!--
  224. vim: expandtab tw=80 ts=4
  225. -->