sdk-manual.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. </revhistory>
  40. <copyright>
  41. <year>&COPYRIGHT_YEAR;</year>
  42. <holder>Linux Foundation</holder>
  43. </copyright>
  44. <legalnotice>
  45. <para>
  46. Permission is granted to copy, distribute and/or modify this document under
  47. 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.
  48. </para>
  49. <note>
  50. For the latest version of this manual associated with this
  51. Yocto Project release, see the
  52. <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>
  53. from the Yocto Project website.
  54. </note>
  55. </legalnotice>
  56. </bookinfo>
  57. <xi:include href="sdk-intro.xml"/>
  58. <xi:include href="sdk-extensible.xml"/>
  59. <xi:include href="sdk-using.xml"/>
  60. <xi:include href="sdk-working-projects.xml"/>
  61. <xi:include href="sdk-appendix-obtain.xml"/>
  62. <xi:include href="sdk-appendix-customizing.xml"/>
  63. <xi:include href="sdk-appendix-customizing-standard.xml"/>
  64. <xi:include href="sdk-appendix-mars.xml"/>
  65. <!-- <index id='index'>
  66. <title>Index</title>
  67. </index>
  68. -->
  69. </book>
  70. <!--
  71. vim: expandtab tw=80 ts=4
  72. -->