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