overview-manual-intro.xml 5.6 KB

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