poky-ref-manual.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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='poky-ref-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/poky-title.png'
  12. format='SVG'
  13. align='left' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title></title>
  17. <authorgroup>
  18. <author>
  19. <firstname>Richard</firstname> <surname>Purdie</surname>
  20. <affiliation>
  21. <orgname>Linux Foundation</orgname>
  22. </affiliation>
  23. <email>richard.purdie@linuxfoundation.org</email>
  24. </author>
  25. <!-- <author>
  26. <firstname>Tomas</firstname> <surname>Frydrych</surname>
  27. <affiliation>
  28. <orgname>Intel Corporation</orgname>
  29. </affiliation>
  30. </author>
  31. <author>
  32. <firstname>Marcin</firstname> <surname>Juszkiewicz</surname>
  33. </author>
  34. <author>
  35. <firstname>Dodji</firstname> <surname>Seketeli</surname>
  36. </author> -->
  37. </authorgroup>
  38. <revhistory>
  39. <revision>
  40. <revnumber>4.0+git</revnumber>
  41. <date>24 November 2010</date>
  42. <revremark>Released with the Yocto Project 0.9 Release</revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>1.0</revnumber>
  46. <date>6 April 2011</date>
  47. <revremark>Released with the Yocto Project 1.0 Release.</revremark>
  48. </revision>
  49. <revision>
  50. <revnumber>1.0.1</revnumber>
  51. <date>23 May 2011</date>
  52. <revremark>Released with the Yocto Project 1.0.1 Release.</revremark>
  53. </revision>
  54. <revision>
  55. <revnumber>1.1</revnumber>
  56. <date>6 October 2011</date>
  57. <revremark>Released with the Yocto Project 1.1 Release.</revremark>
  58. </revision>
  59. <revision>
  60. <revnumber>1.1.1</revnumber>
  61. <date>15 March 2012</date>
  62. <revremark>Released with the Yocto Project 1.1.1 Release.</revremark>
  63. </revision>
  64. <revision>
  65. <revnumber>1.1.2</revnumber>
  66. <date>July 2012</date>
  67. <revremark>Released with the Yocto Project 1.1.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-sa/2.0/uk/">Creative Commons Attribution-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
  82. <ulink url='&YOCTO_DOCS_REF_URL;'>
  83. The Yocto Project Reference Manual</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="introduction.xml"/>
  90. <xi:include href="usingpoky.xml"/>
  91. <xi:include href="extendpoky.xml"/>
  92. <xi:include href="technical-details.xml"/>
  93. <xi:include href="../bsp-guide/bsp.xml"/>
  94. <xi:include href="development.xml"/>
  95. <xi:include href="ref-structure.xml"/>
  96. <xi:include href="ref-bitbake.xml"/>
  97. <xi:include href="ref-classes.xml"/>
  98. <xi:include href="ref-images.xml"/>
  99. <xi:include href="ref-features.xml"/>
  100. <xi:include href="ref-variables.xml"/>
  101. <xi:include href="ref-varlocality.xml"/>
  102. <xi:include href="faq.xml"/>
  103. <xi:include href="resources.xml"/>
  104. <!-- <index id='index'>
  105. <title>Index</title>
  106. </index>
  107. -->
  108. </book>
  109. <!--
  110. vim: expandtab tw=80 ts=4
  111. -->