overview-manual.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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>&REL_MONTH_YEAR;</date>
  47. <revremark>Released with the Yocto Project 2.6.2 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/">
  58. Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
  59. Creative Commons.
  60. </para>
  61. <note><title>Manual Notes</title>
  62. <itemizedlist>
  63. <listitem><para>
  64. This version of the
  65. <emphasis>Yocto Project Overview and Concepts Manual</emphasis>
  66. is for the &YOCTO_DOC_VERSION; release of the
  67. Yocto Project.
  68. To be sure you have the latest version of the manual
  69. for this release, go to the
  70. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  71. and select the manual from that site.
  72. Manuals from the site are more up-to-date than manuals
  73. derived from the Yocto Project released TAR files.
  74. </para></listitem>
  75. <listitem><para>
  76. If you located this manual through a web search, the
  77. version of the manual might not be the one you want
  78. (e.g. the search might have returned a manual much
  79. older than the Yocto Project version with which you
  80. are working).
  81. You can see all Yocto Project major releases by
  82. visiting the
  83. <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
  84. page.
  85. If you need a version of this manual for a different
  86. Yocto Project release, visit the
  87. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  88. and select the manual set by using the
  89. "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
  90. pull-down menus.
  91. </para></listitem>
  92. <listitem><para>
  93. To report any inaccuracies or problems with this
  94. manual, send an email to the Yocto Project
  95. discussion group at
  96. <filename>yocto@yoctoproject.com</filename> or log into
  97. the freenode <filename>#yocto</filename> channel.
  98. </para></listitem>
  99. </itemizedlist>
  100. </note>
  101. </legalnotice>
  102. </bookinfo>
  103. <xi:include href="overview-manual-intro.xml"/>
  104. <xi:include href="overview-manual-yp-intro.xml"/>
  105. <xi:include href="overview-manual-development-environment.xml"/>
  106. <xi:include href="overview-manual-concepts.xml" />
  107. </book>
  108. <!--
  109. vim: expandtab tw=80 ts=4
  110. -->