overview-manual.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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='overview-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/overview-manual-title.png'
  12. format='SVG'
  13. align='left' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title>
  17. Yocto Project Overview and Concepts Manual
  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.5</revnumber>
  31. <date>May 2018</date>
  32. <revremark>The initial document released with the Yocto Project 2.5 Release.</revremark>
  33. </revision>
  34. <revision>
  35. <revnumber>2.6</revnumber>
  36. <date>November 2018</date>
  37. <revremark>Released with the Yocto Project 2.6 Release.</revremark>
  38. </revision>
  39. <revision>
  40. <revnumber>2.6.1</revnumber>
  41. <date>February 2019</date>
  42. <revremark>Released with the Yocto Project 2.6.1 Release.</revremark>
  43. </revision>
  44. <revision>
  45. <revnumber>2.6.2</revnumber>
  46. <date>April 2019</date>
  47. <revremark>Released with the Yocto Project 2.6.2 Release.</revremark>
  48. </revision>
  49. <revision>
  50. <revnumber>2.6.3</revnumber>
  51. <date>August 2019</date>
  52. <revremark>Released with the Yocto Project 2.6.3 Release.</revremark>
  53. </revision>
  54. </revhistory>
  55. <copyright>
  56. <year>&COPYRIGHT_YEAR;</year>
  57. <holder>Linux Foundation</holder>
  58. </copyright>
  59. <legalnotice>
  60. <para>
  61. Permission is granted to copy, distribute and/or modify this document under
  62. the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
  63. Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
  64. Creative Commons.
  65. </para>
  66. <note><title>Manual Notes</title>
  67. <itemizedlist>
  68. <listitem><para>
  69. This version of the
  70. <emphasis>Yocto Project Overview and Concepts Manual</emphasis>
  71. is for the &YOCTO_DOC_VERSION; release of the
  72. Yocto Project.
  73. To be sure you have the latest version of the manual
  74. for this release, go to the
  75. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  76. and select the manual from that site.
  77. Manuals from the site are more up-to-date than manuals
  78. derived from the Yocto Project released TAR files.
  79. </para></listitem>
  80. <listitem><para>
  81. If you located this manual through a web search, the
  82. version of the manual might not be the one you want
  83. (e.g. the search might have returned a manual much
  84. older than the Yocto Project version with which you
  85. are working).
  86. You can see all Yocto Project major releases by
  87. visiting the
  88. <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
  89. page.
  90. If you need a version of this manual for a different
  91. Yocto Project release, visit the
  92. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  93. and select the manual set by using the
  94. "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
  95. pull-down menus.
  96. </para></listitem>
  97. <listitem><para>
  98. To report any inaccuracies or problems with this
  99. manual, send an email to the Yocto Project
  100. discussion group at
  101. <filename>yocto@yoctoproject.com</filename> or log into
  102. the freenode <filename>#yocto</filename> channel.
  103. </para></listitem>
  104. </itemizedlist>
  105. </note>
  106. </legalnotice>
  107. </bookinfo>
  108. <xi:include href="overview-manual-intro.xml"/>
  109. <xi:include href="overview-manual-yp-intro.xml"/>
  110. <xi:include href="overview-manual-development-environment.xml"/>
  111. <xi:include href="overview-manual-concepts.xml" />
  112. </book>
  113. <!--
  114. vim: expandtab tw=80 ts=4
  115. -->