overview-manual.xml 4.8 KB

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