mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
overview-manual: move the intro content in the index
The index document can act as an intro document. Having an extra intro document to this section felt a bit superfluous, now that it is part of the whole "Introduction and Overview" section. (From yocto-docs rev: 5f11d2ff260cd1bfadf2070780ce81eac8b1c2fb) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 9deb3a9496e3cf36b0528d7616004c0f9cd6c427) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
33b3f081f0
commit
95f043e03b
@@ -4,15 +4,70 @@
|
|||||||
Yocto Project Overview and Concepts Manual
|
Yocto Project Overview and Concepts Manual
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|
Welcome to the Yocto Project Overview and Concepts Manual! This manual
|
||||||
|
introduces the Yocto Project by providing concepts, software overviews,
|
||||||
|
best-known-methods (BKMs), and any other high-level introductory
|
||||||
|
information suitable for a new Yocto Project user.
|
||||||
|
|
||||||
|
Here is what you can get from this manual:
|
||||||
|
|
||||||
|
- :ref:`overview-manual/yp-intro:introducing the yocto project`\ *:*
|
||||||
|
This chapter provides an introduction to the Yocto Project. You will learn
|
||||||
|
about features and challenges of the Yocto Project, the layer model,
|
||||||
|
components and tools, development methods, the
|
||||||
|
:term:`Poky` reference distribution, the
|
||||||
|
:term:`OpenEmbedded Build System` workflow, and some basic Yocto terms.
|
||||||
|
|
||||||
|
- :ref:`overview-manual/development-environment:the yocto project development environment`\ *:*
|
||||||
|
This chapter helps you get started understanding the Yocto Project
|
||||||
|
development environment. You will learn about open source, development hosts,
|
||||||
|
Yocto Project source repositories, workflows using Git and the Yocto
|
||||||
|
Project, a Git primer, and information about licensing.
|
||||||
|
|
||||||
|
- :doc:`/overview-manual/concepts` *:* This
|
||||||
|
chapter presents various concepts regarding the Yocto Project. You
|
||||||
|
can find conceptual information about components, development,
|
||||||
|
cross-toolchains, and so forth.
|
||||||
|
|
||||||
|
This manual does not give you the following:
|
||||||
|
|
||||||
|
- *Step-by-step Instructions for Development Tasks:* Instructional
|
||||||
|
procedures reside in other manuals within the Yocto Project
|
||||||
|
documentation set. For example, the :doc:`/dev-manual/index`
|
||||||
|
provides examples on how to perform
|
||||||
|
various development tasks. As another example, the
|
||||||
|
:doc:`/sdk-manual/index` manual contains detailed
|
||||||
|
instructions on how to install an SDK, which is used to develop
|
||||||
|
applications for target hardware.
|
||||||
|
|
||||||
|
- *Reference Material:* This type of material resides in an appropriate
|
||||||
|
reference manual. For example, system variables are documented in the
|
||||||
|
:doc:`/ref-manual/index`. As another
|
||||||
|
example, the :doc:`/bsp-guide/index` contains reference information on
|
||||||
|
BSPs.
|
||||||
|
|
||||||
|
- *Detailed Public Information Not Specific to the Yocto Project:* For
|
||||||
|
example, exhaustive information on how to use the Source Control
|
||||||
|
Manager Git is better covered with Internet searches and official Git
|
||||||
|
Documentation than through the Yocto Project documentation.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Table of Contents
|
:caption: Table of Contents
|
||||||
:numbered:
|
:numbered:
|
||||||
|
|
||||||
intro
|
|
||||||
yp-intro
|
yp-intro
|
||||||
development-environment
|
development-environment
|
||||||
concepts
|
concepts
|
||||||
|
|
||||||
|
Because this manual presents information for many different topics,
|
||||||
|
supplemental information is recommended for full comprehension. For
|
||||||
|
additional introductory information on the Yocto Project, see the
|
||||||
|
:yocto_home:`Yocto Project Website <>`. If you want to build an image
|
||||||
|
with no knowledge of Yocto Project as a way of quickly testing it out,
|
||||||
|
see the :doc:`/brief-yoctoprojectqs/index` document.
|
||||||
|
For a comprehensive list of links and other documentation, see the
|
||||||
|
":ref:`Links and Related
|
||||||
|
Documentation <resources-links-and-related-documentation>`"
|
||||||
|
section in the Yocto Project Reference Manual.
|
||||||
|
|
||||||
.. include:: /boilerplate.rst
|
.. include:: /boilerplate.rst
|
||||||
|
|||||||
@@ -1,69 +0,0 @@
|
|||||||
.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
|
|
||||||
|
|
||||||
**********************************************
|
|
||||||
The Yocto Project Overview and Concepts Manual
|
|
||||||
**********************************************
|
|
||||||
|
|
||||||
Welcome
|
|
||||||
=======
|
|
||||||
|
|
||||||
Welcome to the Yocto Project Overview and Concepts Manual! This manual
|
|
||||||
introduces the Yocto Project by providing concepts, software overviews,
|
|
||||||
best-known-methods (BKMs), and any other high-level introductory
|
|
||||||
information suitable for a new Yocto Project user.
|
|
||||||
|
|
||||||
Here is what you can get from this manual:
|
|
||||||
|
|
||||||
- :ref:`overview-manual/yp-intro:introducing the yocto project`\ *:*
|
|
||||||
This chapter provides an introduction to the Yocto Project. You will learn
|
|
||||||
about features and challenges of the Yocto Project, the layer model,
|
|
||||||
components and tools, development methods, the
|
|
||||||
:term:`Poky` reference distribution, the
|
|
||||||
:term:`OpenEmbedded Build System` workflow, and some basic Yocto terms.
|
|
||||||
|
|
||||||
- :ref:`overview-manual/development-environment:the yocto project development environment`\ *:*
|
|
||||||
This chapter helps you get started understanding the Yocto Project
|
|
||||||
development environment. You will learn about open source, development hosts,
|
|
||||||
Yocto Project source repositories, workflows using Git and the Yocto
|
|
||||||
Project, a Git primer, and information about licensing.
|
|
||||||
|
|
||||||
- :doc:`/overview-manual/concepts` *:* This
|
|
||||||
chapter presents various concepts regarding the Yocto Project. You
|
|
||||||
can find conceptual information about components, development,
|
|
||||||
cross-toolchains, and so forth.
|
|
||||||
|
|
||||||
This manual does not give you the following:
|
|
||||||
|
|
||||||
- *Step-by-step Instructions for Development Tasks:* Instructional
|
|
||||||
procedures reside in other manuals within the Yocto Project
|
|
||||||
documentation set. For example, the :doc:`/dev-manual/index`
|
|
||||||
provides examples on how to perform
|
|
||||||
various development tasks. As another example, the
|
|
||||||
:doc:`/sdk-manual/index` manual contains detailed
|
|
||||||
instructions on how to install an SDK, which is used to develop
|
|
||||||
applications for target hardware.
|
|
||||||
|
|
||||||
- *Reference Material:* This type of material resides in an appropriate
|
|
||||||
reference manual. For example, system variables are documented in the
|
|
||||||
:doc:`/ref-manual/index`. As another
|
|
||||||
example, the :doc:`/bsp-guide/index` contains reference information on
|
|
||||||
BSPs.
|
|
||||||
|
|
||||||
- *Detailed Public Information Not Specific to the Yocto Project:* For
|
|
||||||
example, exhaustive information on how to use the Source Control
|
|
||||||
Manager Git is better covered with Internet searches and official Git
|
|
||||||
Documentation than through the Yocto Project documentation.
|
|
||||||
|
|
||||||
Other Information
|
|
||||||
=================
|
|
||||||
|
|
||||||
Because this manual presents information for many different topics,
|
|
||||||
supplemental information is recommended for full comprehension. For
|
|
||||||
additional introductory information on the Yocto Project, see the
|
|
||||||
:yocto_home:`Yocto Project Website <>`. If you want to build an image
|
|
||||||
with no knowledge of Yocto Project as a way of quickly testing it out,
|
|
||||||
see the :doc:`/brief-yoctoprojectqs/index` document.
|
|
||||||
For a comprehensive list of links and other documentation, see the
|
|
||||||
":ref:`Links and Related
|
|
||||||
Documentation <resources-links-and-related-documentation>`"
|
|
||||||
section in the Yocto Project Reference Manual.
|
|
||||||
Reference in New Issue
Block a user