dev-manual.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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.2</revnumber>
  34. <date>April 2012</date>
  35. <revremark>Released with the Yocto Project 1.2 Release.</revremark>
  36. </revision>
  37. <revision>
  38. <revnumber>1.2.1</revnumber>
  39. <date>July 2012</date>
  40. <revremark>Released with the Yocto Project 1.2.1 Release.</revremark>
  41. </revision>
  42. <revision>
  43. <revnumber>1.2.2</revnumber>
  44. <date>Sometime in 2013</date>
  45. <revremark>Released with the Yocto Project 1.2.2 Release.</revremark>
  46. </revision>
  47. </revhistory>
  48. <copyright>
  49. <year>&COPYRIGHT_YEAR;</year>
  50. <holder>Linux Foundation</holder>
  51. </copyright>
  52. <legalnotice>
  53. <para>
  54. Permission is granted to copy, distribute and/or modify this document under
  55. the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
  56. Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
  57. Creative Commons.
  58. </para>
  59. <note>
  60. Due to production processes, there could be differences between the Yocto Project
  61. documentation bundled in the release tarball and
  62. <ulink url='&YOCTO_DOCS_DEV_URL;'>
  63. The Yocto Project Development Manual</ulink> on
  64. the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
  65. For the latest version of this manual, see the manual on the website.
  66. </note>
  67. </legalnotice>
  68. </bookinfo>
  69. <xi:include href="dev-manual-intro.xml"/>
  70. <xi:include href="dev-manual-start.xml"/>
  71. <xi:include href="dev-manual-newbie.xml"/>
  72. <xi:include href="dev-manual-common-tasks.xml"/>
  73. <xi:include href="dev-manual-model.xml"/>
  74. <xi:include href="dev-manual-bsp-appendix.xml"/>
  75. <xi:include href="dev-manual-kernel-appendix.xml"/>
  76. </book>
  77. <!--
  78. vim: expandtab tw=80 ts=4
  79. -->