sdk-manual.xml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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, LLC</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.3.1</revnumber>
  46. <date>June 2017</date>
  47. <revremark>Released with the Yocto Project 2.3.1 Release.</revremark>
  48. </revision>
  49. <revision>
  50. <revnumber>2.3.2</revnumber>
  51. <date>September 2017</date>
  52. <revremark>Released with the Yocto Project 2.3.2 Release.</revremark>
  53. </revision>
  54. <revision>
  55. <revnumber>2.3.3</revnumber>
  56. <date>January 2018</date>
  57. <revremark>Released with the Yocto Project 2.3.3 Release.</revremark>
  58. </revision>
  59. <revision>
  60. <revnumber>2.3.4</revnumber>
  61. <date>&REL_MONTH_YEAR;</date>
  62. <revremark>Released with the Yocto Project 2.3.4 Release.</revremark>
  63. </revision>
  64. </revhistory>
  65. <copyright>
  66. <year>&COPYRIGHT_YEAR;</year>
  67. <holder>Linux Foundation</holder>
  68. </copyright>
  69. <legalnotice>
  70. <para>
  71. Permission is granted to copy, distribute and/or modify this document under
  72. 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.
  73. </para>
  74. <note><title>Manual Notes</title>
  75. <itemizedlist>
  76. <listitem><para>
  77. This version of the
  78. <emphasis>Yocto Project Software Development Kit (SDK) Developer's Guide</emphasis>
  79. is for the &YOCTO_DOC_VERSION; release of the
  80. Yocto Project.
  81. To be sure you have the latest version of the manual
  82. for this release, go to the
  83. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  84. and select the manual from that site.
  85. Manuals from the site are more up-to-date than manuals
  86. derived from the Yocto Project released TAR files.
  87. </para></listitem>
  88. <listitem><para>
  89. If you located this manual through a web search, the
  90. version of the manual might not be the one you want
  91. (e.g. the search might have returned a manual much
  92. older than the Yocto Project version with which you
  93. are working).
  94. You can see all Yocto Project major releases by
  95. visiting the
  96. <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
  97. page.
  98. If you need a version of this manual for a different
  99. Yocto Project release, visit the
  100. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  101. and select the manual set by using the
  102. "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
  103. pull-down menus.
  104. </para></listitem>
  105. <listitem><para>
  106. To report any inaccuracies or problems with this
  107. manual, send an email to the Yocto Project
  108. discussion group at
  109. <filename>yocto@yoctoproject.com</filename> or log into
  110. the freenode <filename>#yocto</filename> channel.
  111. </para></listitem>
  112. </itemizedlist>
  113. </note>
  114. </legalnotice>
  115. </bookinfo>
  116. <xi:include href="sdk-intro.xml"/>
  117. <xi:include href="sdk-extensible.xml"/>
  118. <xi:include href="sdk-using.xml"/>
  119. <xi:include href="sdk-working-projects.xml"/>
  120. <xi:include href="sdk-appendix-obtain.xml"/>
  121. <xi:include href="sdk-appendix-customizing.xml"/>
  122. <xi:include href="sdk-appendix-customizing-standard.xml"/>
  123. <xi:include href="sdk-appendix-mars.xml"/>
  124. <!-- <index id='index'>
  125. <title>Index</title>
  126. </index>
  127. -->
  128. </book>
  129. <!--
  130. vim: expandtab tw=80 ts=4
  131. -->