toaster-manual.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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='toaster-manual' lang='en'
  5. xmlns:xi="http://www.w3.org/2003/XInclude"
  6. xmlns="http://docbook.org/ns/docbook"
  7. >
  8. <bookinfo>
  9. <mediaobject>
  10. <imageobject>
  11. <imagedata fileref='figures/toaster-title.png'
  12. format='SVG'
  13. align='left' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title>
  17. Toaster User Manual
  18. </title>
  19. <authorgroup>
  20. <author>
  21. <firstname>Scott</firstname> <surname>Rifenbark</surname>
  22. <affiliation>
  23. <orgname>Intel Corporation</orgname>
  24. </affiliation>
  25. <email>srifenbark@gmail.com</email>
  26. </author>
  27. </authorgroup>
  28. <revhistory>
  29. <revision>
  30. <revnumber>1.8</revnumber>
  31. <date>April 2015</date>
  32. <revremark>Released with the Yocto Project 1.8 Release.</revremark>
  33. </revision>
  34. <revision>
  35. <revnumber>2.0</revnumber>
  36. <date>October 2015</date>
  37. <revremark>Released with the Yocto Project 2.0 Release.</revremark>
  38. </revision>
  39. <revision>
  40. <revnumber>2.1</revnumber>
  41. <date>April 2016</date>
  42. <revremark>Released with the Yocto Project 2.1 Release.</revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>2.2</revnumber>
  46. <date>October 2016</date>
  47. <revremark>Released with the Yocto Project 2.2 Release.</revremark>
  48. </revision>
  49. <revision>
  50. <revnumber>2.3</revnumber>
  51. <date>May 2017</date>
  52. <revremark>Released with the Yocto Project 2.3 Release.</revremark>
  53. </revision>
  54. <revision>
  55. <revnumber>2.3.1</revnumber>
  56. <date>June 2017</date>
  57. <revremark>Released with the Yocto Project 2.3.1 Release.</revremark>
  58. </revision>
  59. <revision>
  60. <revnumber>2.3.2</revnumber>
  61. <date>September 2017</date>
  62. <revremark>Released with the Yocto Project 2.3.2 Release.</revremark>
  63. </revision>
  64. <revision>
  65. <revnumber>2.3.3</revnumber>
  66. <date>January 2018</date>
  67. <revremark>Released with the Yocto Project 2.3.3 Release.</revremark>
  68. </revision>
  69. <revision>
  70. <revnumber>2.3.4</revnumber>
  71. <date>TBD 2018</date>
  72. <revremark>Released with the Yocto Project 2.3.4 Release.</revremark>
  73. </revision>
  74. </revhistory>
  75. <copyright>
  76. <year>&COPYRIGHT_YEAR;</year>
  77. <holder>Linux Foundation</holder>
  78. </copyright>
  79. <legalnotice>
  80. <para>
  81. Permission is granted to copy, distribute and/or modify this document under
  82. 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.
  83. </para>
  84. <note><title>Manual Notes</title>
  85. <itemizedlist>
  86. <listitem><para>
  87. For the latest version of the Yocto Project Toaster
  88. User Manual associated with this Yocto Project release
  89. (version &YOCTO_DOC_VERSION;),
  90. see the Yocto Project Toaster User Manual from the
  91. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>.
  92. </para></listitem>
  93. <listitem><para>
  94. This version of the manual is version
  95. &YOCTO_DOC_VERSION;.
  96. For later releases of the Yocto Project (if they exist),
  97. go to the
  98. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  99. and use the drop-down "Active Releases" button
  100. and choose the Yocto Project version for which you want
  101. the manual.
  102. </para></listitem>
  103. <listitem><para>
  104. For an in-development version of the Yocto Project
  105. Toaster User Manual, see
  106. <ulink url='&YOCTO_DOCS_URL;/latest/toaster-manual/toaster-manual.html'></ulink>.
  107. </para></listitem>
  108. </itemizedlist>
  109. </note>
  110. </legalnotice>
  111. </bookinfo>
  112. <xi:include href="toaster-manual-intro.xml"/>
  113. <xi:include href="toaster-manual-start.xml"/>
  114. <xi:include href="toaster-manual-setup-and-use.xml"/>
  115. <xi:include href="toaster-manual-reference.xml"/>
  116. </book>
  117. <!--
  118. vim: expandtab tw=80 ts=4
  119. -->