summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-02-26 16:35:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:26 +0000
commit2036d809ab555ddfac2e28e55f336c5d78fbb868 (patch)
tree91d6bbb29e38a4a7121f5073ee117c0fa4913082 /documentation
parent54c9794f0b509cdf1707cc3d8d309f1de997c9d0 (diff)
downloadpoky-2036d809ab555ddfac2e28e55f336c5d78fbb868.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/concepts-manual/concepts-manual-concepts.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/concepts-manual/concepts-manual-concepts.xml b/documentation/concepts-manual/concepts-manual-concepts.xml
index c4c022205d..7ff9e40be4 100644
--- a/documentation/concepts-manual/concepts-manual-concepts.xml
+++ b/documentation/concepts-manual/concepts-manual-concepts.xml
@@ -187,6 +187,30 @@
187 </section> 187 </section>
188 </section> 188 </section>
189 189
190 <section id='cm-layers'>
191 <title>Layers</title>
192
193 <para>
194 Layers are repositories that contain related sets of instructions
195 that tell the OpenEmbedded build system what to do.
196 You use different layers to logically separate information in your
197 build.
198 You can collaborate, share, and reuse layers.
199 The Layer Model simultaneously supports collaboration and
200 customization.
201 </para>
202
203 <para>
204 For more introductory information on the Yocto Project's layer
205 model, see the
206 "<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>"
207 section in the Getting Started With Yocto Project Manual.
208 For procedures on how to create layers, see the
209 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
210 section in the Yocto Project Development Tasks Manual.
211 </para>
212 </section>
213
190 <section id="development-concepts"> 214 <section id="development-concepts">
191 <title>Development Concepts</title> 215 <title>Development Concepts</title>
192 216