diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-21 08:27:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:41:13 +0100 |
commit | dcde1a9e336b0b52aa76c1c5a7a71f97f8c3e1e1 (patch) | |
tree | dbea4137508c9b56e7cd7adce80932d11af08015 | |
parent | b3732ab1aa9d03ae0bc8afa21c25dedc8653831c (diff) | |
download | poky-dcde1a9e336b0b52aa76c1c5a7a71f97f8c3e1e1.tar.gz |
ref-manual: Added term "container layer"
This is a layer that contains other layers
(From yocto-docs rev: 0cd1881c18e8a63d5f2f078b03fe4e89fd9c75b5)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-terms.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml index e746b4b7c6..b8320dbfd6 100644 --- a/documentation/ref-manual/ref-terms.xml +++ b/documentation/ref-manual/ref-terms.xml | |||
@@ -160,6 +160,20 @@ | |||
160 | file defines variables for the Texas Instruments ARM Cortex-A8 | 160 | file defines variables for the Texas Instruments ARM Cortex-A8 |
161 | development board). | 161 | development board). |
162 | </para></listitem> | 162 | </para></listitem> |
163 | <listitem><para id='term-container-layer'> | ||
164 | <emphasis>Container Layer:</emphasis> | ||
165 | Layers that hold other layers. | ||
166 | An example of a container layer is the | ||
167 | <filename>meta-intel</filename> layer. | ||
168 | This layer contains BSP layers for the Intel-core2-32 | ||
169 | <trademark class='registered'>Intel</trademark> Common Core | ||
170 | (Intel-core2-32) and the Intel-corei7-64 | ||
171 | <trademark class='registered'>Intel</trademark> Common Core | ||
172 | (Intel-corei7-64). | ||
173 | the <filename>meta-intel</filename> layer also contains | ||
174 | the <filename>common/</filename> directory, which contains | ||
175 | common content across those layers. | ||
176 | </para></listitem> | ||
163 | <listitem><para id='cross-development-toolchain'> | 177 | <listitem><para id='cross-development-toolchain'> |
164 | <emphasis>Cross-Development Toolchain:</emphasis> | 178 | <emphasis>Cross-Development Toolchain:</emphasis> |
165 | In general, a cross-development toolchain is a collection of | 179 | In general, a cross-development toolchain is a collection of |