poky-handbook.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  3. <book id='poky-handbook' lang='en'
  4. xmlns:xi="http://www.w3.org/2003/XInclude"
  5. xmlns="http://docbook.org/ns/docbook"
  6. >
  7. <bookinfo>
  8. <mediaobject>
  9. <imageobject>
  10. <imagedata fileref='template/poky-handbook.png'
  11. format='SVG'
  12. align='center' scalefit='1' width='100%'/>
  13. </imageobject>
  14. </mediaobject>
  15. <title>Poky Handbook</title>
  16. <subtitle>Hitchhiker's Guide to Poky</subtitle>
  17. <authorgroup>
  18. <author>
  19. <firstname>Richard</firstname> <surname>Purdie</surname>
  20. <affiliation>
  21. <orgname>Intel Corporation</orgname>
  22. </affiliation>
  23. <email>richard@linux.intel.com</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>3.3+git</revnumber>
  41. <date>11 June 2010</date>
  42. <revremark>Poky Master Documentation</revremark>
  43. </revision>
  44. </revhistory>
  45. <copyright>
  46. <year>2007-2010</year>
  47. <holder>Intel Corporation</holder>
  48. </copyright>
  49. <legalnotice>
  50. <para>
  51. Permission is granted to copy, distribute and/or modify this document under
  52. 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.
  53. </para>
  54. </legalnotice>
  55. </bookinfo>
  56. <xi:include href="introduction.xml"/>
  57. <xi:include href="usingpoky.xml"/>
  58. <xi:include href="extendpoky.xml"/>
  59. <xi:include href="bsp.xml"/>
  60. <xi:include href="development.xml"/>
  61. <xi:include href="ref-structure.xml"/>
  62. <xi:include href="ref-bitbake.xml"/>
  63. <xi:include href="ref-classes.xml"/>
  64. <xi:include href="ref-images.xml"/>
  65. <xi:include href="ref-features.xml"/>
  66. <xi:include href="ref-variables.xml"/>
  67. <xi:include href="ref-varlocality.xml"/>
  68. <xi:include href="faq.xml"/>
  69. <xi:include href="resources.xml"/>
  70. <index id='index'>
  71. <title>Index</title>
  72. </index>
  73. </book>
  74. <!--
  75. vim: expandtab tw=80 ts=4
  76. -->