sdk-manual.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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='sdk-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/sdk-title.png'
  12. format='SVG'
  13. align='left' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title>
  17. Yocto Project Software Development Kit (SDK) Developer's Guide
  18. </title>
  19. <authorgroup>
  20. <author>
  21. <firstname>Scott</firstname> <surname>Rifenbark</surname>
  22. <affiliation>
  23. <orgname>Scotty's Documentation Services, INC</orgname>
  24. </affiliation>
  25. <email>srifenbark@gmail.com</email>
  26. </author>
  27. </authorgroup>
  28. <revhistory>
  29. <revision>
  30. <revnumber>2.1</revnumber>
  31. <date>April 2016</date>
  32. <revremark>Released with the Yocto Project 2.1 Release.</revremark>
  33. </revision>
  34. <revision>
  35. <revnumber>2.2</revnumber>
  36. <date>October 2016</date>
  37. <revremark>Released with the Yocto Project 2.2 Release.</revremark>
  38. </revision>
  39. <revision>
  40. <revnumber>2.3</revnumber>
  41. <date>May 2017</date>
  42. <revremark>Released with the Yocto Project 2.3 Release.</revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>2.4</revnumber>
  46. <date>October 2017</date>
  47. <revremark>Released with the Yocto Project 2.4 Release.</revremark>
  48. </revision>
  49. </revhistory>
  50. <copyright>
  51. <year>&COPYRIGHT_YEAR;</year>
  52. <holder>Linux Foundation</holder>
  53. </copyright>
  54. <legalnotice>
  55. <para>
  56. Permission is granted to copy, distribute and/or modify this document under
  57. 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.
  58. </para>
  59. <note><title>Manual Notes</title>
  60. <itemizedlist>
  61. <listitem><para>
  62. For the latest version of the Yocto Project Software
  63. Development Kit (SDK) Developer's Guide associated with
  64. this Yocto Project release (version &YOCTO_DOC_VERSION;),
  65. see the Yocto Project Software Development Kit (SDK)
  66. Developer's Guide from the
  67. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>.
  68. </para></listitem>
  69. <listitem><para>
  70. This version of the manual is version
  71. &YOCTO_DOC_VERSION;.
  72. For later releases of the Yocto Project (if they exist),
  73. go to the
  74. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  75. and use the drop-down "Active Releases" button
  76. and choose the Yocto Project version for which you want
  77. the manual.
  78. </para></listitem>
  79. <listitem><para>
  80. For an in-development version of the Yocto Project
  81. Software Development Kit (SDK) Developer's Guide, see
  82. <ulink url='&YOCTO_DOCS_URL;/latest/sdk-manual/sdk-manual.html'></ulink>.
  83. </para></listitem>
  84. </itemizedlist>
  85. </note>
  86. </legalnotice>
  87. </bookinfo>
  88. <xi:include href="sdk-intro.xml"/>
  89. <xi:include href="sdk-extensible.xml"/>
  90. <xi:include href="sdk-using.xml"/>
  91. <xi:include href="sdk-working-projects.xml"/>
  92. <xi:include href="sdk-eclipse-project.xml"/>
  93. <xi:include href="sdk-appendix-obtain.xml"/>
  94. <xi:include href="sdk-appendix-customizing.xml"/>
  95. <xi:include href="sdk-appendix-customizing-standard.xml"/>
  96. <xi:include href="sdk-appendix-mars.xml"/>
  97. <!-- <index id='index'>
  98. <title>Index</title>
  99. </index>
  100. -->
  101. </book>
  102. <!--
  103. vim: expandtab tw=80 ts=4
  104. -->