toaster-manual.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>scott.m.rifenbark@intel.com</email>
  26. </author>
  27. </authorgroup>
  28. <revhistory>
  29. <revision>
  30. <revnumber>1.8</revnumber>
  31. <date>Sometime in 2015</date>
  32. <revremark>Released with the Yocto Project 1.8 Release.</revremark>
  33. </revision>
  34. </revhistory>
  35. <copyright>
  36. <year>&COPYRIGHT_YEAR;</year>
  37. <holder>Linux Foundation</holder>
  38. </copyright>
  39. <legalnotice>
  40. <para>
  41. Permission is granted to copy, distribute and/or modify this document under
  42. 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.
  43. </para>
  44. <note>
  45. For the latest version of this manual associated with this
  46. Yocto Project release, see the
  47. <ulink url='&YOCTO_DOCS_ADT_URL;'>Toaster User Manual</ulink>
  48. from the Yocto Project website.
  49. </note>
  50. </legalnotice>
  51. </bookinfo>
  52. <xi:include href="toaster-manual-intro.xml"/>
  53. </book>
  54. <!--
  55. vim: expandtab tw=80 ts=4
  56. -->