diff options
Diffstat (limited to 'documentation/concepts-manual')
-rw-r--r-- | documentation/concepts-manual/concepts-manual-concepts.xml | 24 |
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 | ||