Andrew Geissler | f034379 | 2020-11-18 10:42:21 -0600 | [diff] [blame^] | 1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 2 | |
| 3 | ********************************************** |
| 4 | The Yocto Project Overview and Concepts Manual |
| 5 | ********************************************** |
| 6 | |
| 7 | .. _overview-manual-welcome: |
| 8 | |
| 9 | Welcome |
| 10 | ======= |
| 11 | |
| 12 | Welcome to the Yocto Project Overview and Concepts Manual! This manual |
| 13 | introduces the Yocto Project by providing concepts, software overviews, |
| 14 | best-known-methods (BKMs), and any other high-level introductory |
| 15 | information suitable for a new Yocto Project user. |
| 16 | |
| 17 | The following list describes what you can get from this manual: |
| 18 | |
| 19 | - `Introducing the Yocto Project <#overview-yp>`__\ *:* This chapter |
| 20 | provides an introduction to the Yocto Project. You will learn about |
| 21 | features and challenges of the Yocto Project, the layer model, |
| 22 | components and tools, development methods, the |
| 23 | :term:`Poky` reference distribution, the |
| 24 | OpenEmbedded build system workflow, and some basic Yocto terms. |
| 25 | |
| 26 | - `The Yocto Project Development |
| 27 | Environment <#overview-development-environment>`__\ *:* This chapter |
| 28 | helps you get started understanding the Yocto Project development |
| 29 | environment. You will learn about open source, development hosts, |
| 30 | Yocto Project source repositories, workflows using Git and the Yocto |
| 31 | Project, a Git primer, and information about licensing. |
| 32 | |
| 33 | - :doc:`overview-manual-concepts` *:* This |
| 34 | chapter presents various concepts regarding the Yocto Project. You |
| 35 | can find conceptual information about components, development, |
| 36 | cross-toolchains, and so forth. |
| 37 | |
| 38 | This manual does not give you the following: |
| 39 | |
| 40 | - *Step-by-step Instructions for Development Tasks:* Instructional |
| 41 | procedures reside in other manuals within the Yocto Project |
| 42 | documentation set. For example, the :doc:`../dev-manual/dev-manual` |
| 43 | provides examples on how to perform |
| 44 | various development tasks. As another example, the |
| 45 | :doc:`../sdk-manual/sdk-manual` manual contains detailed |
| 46 | instructions on how to install an SDK, which is used to develop |
| 47 | applications for target hardware. |
| 48 | |
| 49 | - *Reference Material:* This type of material resides in an appropriate |
| 50 | reference manual. For example, system variables are documented in the |
| 51 | :doc:`../ref-manual/ref-manual`. As another |
| 52 | example, the :doc:`../bsp-guide/bsp-guide` contains reference information on |
| 53 | BSPs. |
| 54 | |
| 55 | - *Detailed Public Information Not Specific to the Yocto Project:* For |
| 56 | example, exhaustive information on how to use the Source Control |
| 57 | Manager Git is better covered with Internet searches and official Git |
| 58 | Documentation than through the Yocto Project documentation. |
| 59 | |
| 60 | .. _overview-manual-other-information: |
| 61 | |
| 62 | Other Information |
| 63 | ================= |
| 64 | |
| 65 | Because this manual presents information for many different topics, |
| 66 | supplemental information is recommended for full comprehension. For |
| 67 | additional introductory information on the Yocto Project, see the |
| 68 | :yocto_home:`Yocto Project Website <>`. If you want to build an image |
| 69 | with no knowledge of Yocto Project as a way of quickly testing it out, |
| 70 | see the :doc:`../brief-yoctoprojectqs/brief-yoctoprojectqs` document. |
| 71 | For a comprehensive list of links and other documentation, see the |
| 72 | ":ref:`Links and Related |
| 73 | Documentation <resources-links-and-related-documentation>`" |
| 74 | section in the Yocto Project Reference Manual. |