kernel-dev.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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='kernel-dev' 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/kernel-dev-title.png'
  12. format='SVG'
  13. align='left' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title>
  17. Yocto Project Linux Kernel Development Manual
  18. </title>
  19. <authorgroup>
  20. <author>
  21. <firstname>Darren</firstname> <surname>Hart</surname>
  22. <affiliation>
  23. <orgname>Intel Corporation</orgname>
  24. </affiliation>
  25. <email>darren.hart@intel.com</email>
  26. </author>
  27. </authorgroup>
  28. <revhistory>
  29. <revision>
  30. <revnumber>1.4</revnumber>
  31. <date>April 2013</date>
  32. <revremark>Released with the Yocto Project 1.4 Release.</revremark>
  33. </revision>
  34. <revision>
  35. <revnumber>1.5</revnumber>
  36. <date>October 2013</date>
  37. <revremark>Released with the Yocto Project 1.5 Release.</revremark>
  38. </revision>
  39. <revision>
  40. <revnumber>1.5.1</revnumber>
  41. <date>January 2014</date>
  42. <revremark>Released with the Yocto Project 1.5.1 Release.</revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>1.5.2</revnumber>
  46. <date>May 2014</date>
  47. <revremark>Released with the Yocto Project 1.5.2 Release.</revremark>
  48. </revision>
  49. <revision>
  50. <revnumber>1.5.3</revnumber>
  51. <date>July 2014</date>
  52. <revremark>Released with the Yocto Project 1.5.3 Release.</revremark>
  53. </revision>
  54. <revision>
  55. <revnumber>1.5.4</revnumber>
  56. <date>December 2014</date>
  57. <revremark>Released with the Yocto Project 1.5.4 Release.</revremark>
  58. </revision>
  59. </revhistory>
  60. <copyright>
  61. <year>&COPYRIGHT_YEAR;</year>
  62. <holder>Linux Foundation</holder>
  63. </copyright>
  64. <legalnotice>
  65. <para>
  66. Permission is granted to copy, distribute and/or modify this document under
  67. 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.
  68. </para>
  69. <note>
  70. For the latest version of this manual associated with this
  71. Yocto Project release, see the
  72. <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>
  73. from the Yocto Project website.
  74. </note>
  75. </legalnotice>
  76. </bookinfo>
  77. <xi:include href="kernel-dev-intro.xml"/>
  78. <xi:include href="kernel-dev-common.xml"/>
  79. <xi:include href="kernel-dev-advanced.xml"/>
  80. <xi:include href="kernel-dev-concepts-appx.xml"/>
  81. <xi:include href="kernel-dev-maint-appx.xml"/>
  82. <!--
  83. <xi:include href="kernel-dev-examples.xml"/>
  84. -->
  85. <xi:include href="kernel-dev-faq.xml"/>
  86. <!-- <index id='index'>
  87. <title>Index</title>
  88. </index>
  89. -->
  90. </book>
  91. <!--
  92. vim: expandtab tw=80 ts=4
  93. -->