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