overview-manual-intro.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!DOCTYPE chapter 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. <chapter id='overview-manual-intro'>
  5. <title>The Yocto Project Overview and Concepts Manual</title>
  6. <section id='overview-manual-welcome'>
  7. <title>Welcome</title>
  8. <para>
  9. Welcome to the Yocto Project Overview and Concepts Manual!
  10. This manual introduces the Yocto Project by providing concepts,
  11. software overviews, best-known-methods (BKMs), and any other
  12. high-level introductory information suitable for a new Yocto
  13. Project user.
  14. </para>
  15. <para>
  16. The following list describes what you can get from this manual:
  17. <itemizedlist>
  18. <listitem><para>
  19. <emphasis><link linkend='overview-yp'>Introducing the Yocto Project</link>:</emphasis>
  20. This chapter provides an introduction to the Yocto
  21. Project.
  22. You will learn about features and challenges of the
  23. Yocto Project, the layer model, components and tools,
  24. development methods, the Poky reference distribution,
  25. the OpenEmbedded build system workflow, and some basic
  26. Yocto terms.
  27. </para></listitem>
  28. <listitem><para>
  29. <emphasis><link linkend='overview-development-environment'>The Yocto Project Development Environment</link>:</emphasis>
  30. This chapter helps you get started understanding the
  31. Yocto Project development environment.
  32. You will learn about open source, development hosts,
  33. Yocto Project source repositories, workflows using Git
  34. and the Yocto Project, a Git primer, and information
  35. about licensing.
  36. </para></listitem>
  37. </itemizedlist>
  38. </para>
  39. <para>
  40. This manual does not give you the following:
  41. <itemizedlist>
  42. <listitem><para>
  43. <emphasis>Step-by-step Instructions for Development Tasks:</emphasis>
  44. Instructional procedures reside in other manuals within
  45. the Yocto Project documentation set.
  46. For example, the
  47. <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>
  48. provides examples on how to perform various development
  49. tasks.
  50. As another example, the
  51. <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
  52. manual contains detailed instructions on how to install an
  53. SDK, which is used to develop applications for target
  54. hardware.
  55. </para></listitem>
  56. <listitem><para>
  57. <emphasis>Reference Material:</emphasis>
  58. This type of material resides in an appropriate reference
  59. manual.
  60. For example, system variables are documented in the
  61. <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>.
  62. As another example, the
  63. <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>
  64. contains reference information on BSPs.
  65. </para></listitem>
  66. <listitem><para>
  67. <emphasis>Detailed Public Information Not Specific to the
  68. Yocto Project:</emphasis>
  69. For example, exhaustive information on how to use the
  70. Source Control Manager Git is better covered with Internet
  71. searches and official Git Documentation than through the
  72. Yocto Project documentation.
  73. </para></listitem>
  74. </itemizedlist>
  75. </para>
  76. </section>
  77. <section id='overview-manual-other-information'>
  78. <title>Other Information</title>
  79. <para>
  80. Because this manual presents information for many different
  81. topics, supplemental information is recommended for full
  82. comprehension.
  83. For additional introductory information on the Yocto Project, see
  84. the <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>.
  85. If you want to build an image with no knowledge of Yocto Project
  86. as a way of quickly testing it out, see the
  87. <ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink>
  88. document.
  89. </para>
  90. <para>
  91. For a comprehensive list of links and other documentation, see the
  92. "<ulink url='&YOCTO_DOCS_REF_URL;#resources-links-and-related-documentation'>Links and Related Documentation</ulink>"
  93. section in the Yocto Project Reference Manual.
  94. For a paper showing how to set up and run a quick build using the
  95. Yocto Project, see the
  96. "<ulink url='&YOCTO_DOCS_BRIEF_URL;'>My First Yocto Project Build</ulink>"
  97. paper.
  98. </para>
  99. </section>
  100. </chapter>
  101. <!--
  102. vim: expandtab tw=80 ts=4
  103. -->