1
0
mirror of https://git.yoctoproject.org/poky synced 2026-04-20 11:28:58 +00:00

concepts-manual: Added a section on "Layers"

The section briefly introduces layers but leaves the real
explanation to the section in the getting-started manual,
which this section references.

(From yocto-docs rev: 9b3957a5d7c3a2f6b41ec26205ae31f3b2d05643)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-02-26 16:35:30 -08:00
committed by Richard Purdie
parent 54c9794f0b
commit 2036d809ab

View File

@@ -187,6 +187,30 @@
</section>
</section>
<section id='cm-layers'>
<title>Layers</title>
<para>
Layers are repositories that contain related sets of instructions
that tell the OpenEmbedded build system what to do.
You use different layers to logically separate information in your
build.
You can collaborate, share, and reuse layers.
The Layer Model simultaneously supports collaboration and
customization.
</para>
<para>
For more introductory information on the Yocto Project's layer
model, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>"
section in the Getting Started With Yocto Project Manual.
For procedures on how to create layers, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
section in the Yocto Project Development Tasks Manual.
</para>
</section>
<section id="development-concepts">
<title>Development Concepts</title>