dev-manual.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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='dev-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/dev-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>Scott</firstname> <surname>Rifenbark</surname>
  20. <affiliation>
  21. <orgname>Intel Corporation</orgname>
  22. </affiliation>
  23. <email>scott.m.rifenbark@intel.com</email>
  24. </author>
  25. </authorgroup>
  26. <revhistory>
  27. <revision>
  28. <revnumber>1.1</revnumber>
  29. <date>6 October 2011</date>
  30. <revremark>The initial document released with the Yocto Project 1.1 Release.</revremark>
  31. </revision>
  32. <revision>
  33. <revnumber>1.1.1</revnumber>
  34. <date>15 March 2012</date>
  35. <revremark>Released with the Yocto Project 1.1.1 Release.</revremark>
  36. </revision>
  37. <revision>
  38. <revnumber>1.1.2</revnumber>
  39. <date>July 2012</date>
  40. <revremark>Released with the Yocto Project 1.1.2 Release.</revremark>
  41. </revision>
  42. </revhistory>
  43. <copyright>
  44. <year>&COPYRIGHT_YEAR;</year>
  45. <holder>Linux Foundation</holder>
  46. </copyright>
  47. <legalnotice>
  48. <para>
  49. Permission is granted to copy, distribute and/or modify this document under
  50. the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
  51. Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
  52. Creative Commons.
  53. </para>
  54. <note>
  55. Due to production processes, there could be differences between the Yocto Project
  56. documentation bundled in the release tarball and
  57. <ulink url='&YOCTO_DOCS_DEV_URL;'>
  58. The Yocto Project Development Manual</ulink> on
  59. the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
  60. For the latest version of this manual, see the manual on the website.
  61. </note>
  62. </legalnotice>
  63. </bookinfo>
  64. <xi:include href="dev-manual-intro.xml"/>
  65. <xi:include href="dev-manual-start.xml"/>
  66. <xi:include href="dev-manual-newbie.xml"/>
  67. <xi:include href="dev-manual-model.xml"/>
  68. <xi:include href="dev-manual-bsp-appendix.xml"/>
  69. <xi:include href="dev-manual-kernel-appendix.xml"/>
  70. </book>
  71. <!--
  72. vim: expandtab tw=80 ts=4
  73. -->