From 2036d809ab555ddfac2e28e55f336c5d78fbb868 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Feb 2018 16:35:30 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../concepts-manual-concepts.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) 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 @@ +
+ Layers + + + 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. + + + + For more introductory information on the Yocto Project's layer + model, see the + "The Yocto Project Layer Model" + section in the Getting Started With Yocto Project Manual. + For procedures on how to create layers, see the + "Understanding and Creating Layers" + section in the Yocto Project Development Tasks Manual. + +
+
Development Concepts