getting-started.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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='getting-started-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/getting-started-title.png'
  12. format='SVG'
  13. align='left' scalefit='1' width='100%'/>
  14. </imageobject>
  15. </mediaobject>
  16. <title>
  17. Getting Started With Yocto Project
  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>April 2018</date>
  32. <revremark>The initial document released with the Yocto Project 2.5 Release.</revremark>
  33. </revision>
  34. </revhistory>
  35. <copyright>
  36. <year>&COPYRIGHT_YEAR;</year>
  37. <holder>Linux Foundation</holder>
  38. </copyright>
  39. <legalnotice>
  40. <para>
  41. Permission is granted to copy, distribute and/or modify this document under
  42. the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">
  43. Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by
  44. Creative Commons.
  45. </para>
  46. <note><title>Manual Notes</title>
  47. <itemizedlist>
  48. <listitem><para>
  49. This version of the
  50. <emphasis>Getting Started With Yocto Project Manual</emphasis>
  51. is for the &YOCTO_DOC_VERSION; release of the
  52. Yocto Project.
  53. To be sure you have the latest version of the manual
  54. for this release, use the manual from the
  55. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>.
  56. </para></listitem>
  57. <listitem><para>
  58. For manuals associated with other releases of the Yocto
  59. Project, go to the
  60. <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
  61. and use the drop-down "Active Releases" button
  62. and choose the manual associated with the desired
  63. Yocto Project.
  64. </para></listitem>
  65. <listitem><para>
  66. To report any inaccuracies or problems with this
  67. manual, send an email to the Yocto Project
  68. discussion group at
  69. <filename>yocto@yoctoproject.com</filename> or log into
  70. the freenode <filename>#yocto</filename> channel.
  71. </para></listitem>
  72. </itemizedlist>
  73. </note>
  74. </legalnotice>
  75. </bookinfo>
  76. <xi:include href="getting-started-intro.xml"/>
  77. <xi:include href="getting-started-yp-intro.xml"/>
  78. <xi:include href="getting-started-development-environment.xml"/>
  79. </book>
  80. <!--
  81. vim: expandtab tw=80 ts=4
  82. -->