poky-handbook.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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='common/poky-handbook.png'
  11. format='SVG'
  12. align='center'/>
  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>OpenedHand Ltd</orgname>
  22. </affiliation>
  23. <email>richard@openedhand.com</email>
  24. </author>
  25. <author>
  26. <firstname>Tomas</firstname> <surname>Frydrych</surname>
  27. <affiliation>
  28. <orgname>OpenedHand Ltd</orgname>
  29. </affiliation>
  30. <email>tf@openedhand.com</email>
  31. </author>
  32. <author>
  33. <firstname>Marcin</firstname> <surname>Juszkiewicz</surname>
  34. <affiliation>
  35. <orgname>OpenedHand Ltd</orgname>
  36. </affiliation>
  37. <email>hrw@openedhand.com</email>
  38. </author>
  39. <author>
  40. <firstname>Dodji</firstname> <surname>Seketeli</surname>
  41. <affiliation>
  42. <orgname>OpenedHand Ltd</orgname>
  43. </affiliation>
  44. <email>dodji@openedhand.com</email>
  45. </author>
  46. </authorgroup>
  47. <revhistory>
  48. <revision>
  49. <revnumber>3.1</revnumber>
  50. <date>15 Feburary 2008</date>
  51. <revremark>Poky 3.1 (Pinky) Documentation Release</revremark>
  52. </revision>
  53. </revhistory>
  54. <copyright>
  55. <year>2007</year>
  56. <holder>OpenedHand Limited</holder>
  57. </copyright>
  58. <legalnotice>
  59. <para>
  60. Permission is granted to copy, distribute and/or modify this document under
  61. 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.
  62. </para>
  63. </legalnotice>
  64. </bookinfo>
  65. <xi:include href="introduction.xml"/>
  66. <xi:include href="usingpoky.xml"/>
  67. <xi:include href="extendpoky.xml"/>
  68. <xi:include href="development.xml"/>
  69. <xi:include href="ref-structure.xml"/>
  70. <xi:include href="ref-bitbake.xml"/>
  71. <xi:include href="ref-classes.xml"/>
  72. <xi:include href="ref-images.xml"/>
  73. <xi:include href="ref-features.xml"/>
  74. <xi:include href="ref-variables.xml"/>
  75. <xi:include href="ref-varlocality.xml"/>
  76. <xi:include href="faq.xml"/>
  77. <xi:include href="resources.xml"/>
  78. <xi:include href="contactus.xml"/>
  79. <index id='index'>
  80. <title>Index</title>
  81. </index>
  82. </book>
  83. <!--
  84. vim: expandtab tw=80 ts=4
  85. -->