bsp-guide.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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='bsp-guide' 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/bsp-title.png'
  12. format='SVG'
  13. align='center' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title></title>
  17. <authorgroup>
  18. <author>
  19. <firstname>Tom</firstname> <surname>Zanussi</surname>
  20. <affiliation>
  21. <orgname>Intel Corporation</orgname>
  22. </affiliation>
  23. <email>tom.zanussi@intel.com</email>
  24. </author>
  25. <author>
  26. <firstname>Richard</firstname> <surname>Purdie</surname>
  27. <affiliation>
  28. <orgname>Linux Foundation</orgname>
  29. </affiliation>
  30. <email>richard.purdie@linuxfoundation.org</email>
  31. </author>
  32. </authorgroup>
  33. <revhistory>
  34. <revision>
  35. <revnumber>0.9</revnumber>
  36. <date>24 November 2010</date>
  37. <revremark>The initial document draft released with the Yocto Project 0.9 Release.</revremark>
  38. </revision>
  39. <revision>
  40. <revnumber>1.0</revnumber>
  41. <date>6 April 2011</date>
  42. <revremark>Released with the Yocto Project 1.0 Release.</revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>1.0.1</revnumber>
  46. <date>23 May 2011</date>
  47. <revremark>Released with the Yocto Project 1.0.1 Release.</revremark>
  48. </revision>
  49. <revision>
  50. <revnumber>1.1</revnumber>
  51. <date>6 October 2011</date>
  52. <revremark>Released with the Yocto Project 1.1 Release.</revremark>
  53. </revision>
  54. <revision>
  55. <revnumber>1.2</revnumber>
  56. <date>April 2012</date>
  57. <revremark>Released with the Yocto Project 1.2 Release.</revremark>
  58. </revision>
  59. <revision>
  60. <revnumber>1.2.1</revnumber>
  61. <date>July 2012</date>
  62. <revremark>Released with the Yocto Project 1.2.1 Release.</revremark>
  63. </revision>
  64. <revision>
  65. <revnumber>1.2.2</revnumber>
  66. <date>Sometime in 2013</date>
  67. <revremark>Released with the Yocto Project 1.2.2 Release.</revremark>
  68. </revision>
  69. </revhistory>
  70. <copyright>
  71. <year>&COPYRIGHT_YEAR;</year>
  72. <holder>Linux Foundation</holder>
  73. </copyright>
  74. <legalnotice>
  75. <para>
  76. Permission is granted to copy, distribute and/or modify this document under
  77. the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
  78. </para>
  79. <note>
  80. Due to production processes, there could be differences between the Yocto Project
  81. documentation bundled in the release tarball and the
  82. <ulink url='&YOCTO_DOCS_BSP_URL;'>
  83. Board Support Package (BSP) Developer's Guide</ulink> on
  84. the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
  85. For the latest version of this manual, see the manual on the website.
  86. </note>
  87. </legalnotice>
  88. </bookinfo>
  89. <xi:include href="bsp.xml"/>
  90. <!-- <index id='index'>
  91. <title>Index</title>
  92. </index>
  93. -->
  94. </book>
  95. <!--
  96. vim: expandtab tw=80 ts=4
  97. -->