diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-03 12:48:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:30:37 +0100 |
commit | fb922f347f858b835e2ad0cff68f09b231f6ebd1 (patch) | |
tree | f483f0fa5a2a841e936903d2d36628ac53d4a1b5 /documentation/ref-manual | |
parent | 867a1bd45ddd1097e2fabe03285e6f6840ea926b (diff) | |
download | poky-fb922f347f858b835e2ad0cff68f09b231f6ebd1.tar.gz |
ref-manual: Updated the "Container Layer" term.
I removed the incorrect "meta-intel" layer for the example
and replaced it with the better "meta-openembedded" layer.
Reported by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 7a819f3d49be651e345661a12b7d97dc25439851)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-terms.xml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml index c573a521a7..f98546826b 100644 --- a/documentation/ref-manual/ref-terms.xml +++ b/documentation/ref-manual/ref-terms.xml | |||
@@ -183,16 +183,11 @@ | |||
183 | <listitem><para id='term-container-layer'> | 183 | <listitem><para id='term-container-layer'> |
184 | <emphasis>Container Layer:</emphasis> | 184 | <emphasis>Container Layer:</emphasis> |
185 | Layers that hold other layers. | 185 | Layers that hold other layers. |
186 | An example of a container layer is the | 186 | An example of a container layer is OpenEmbedded's |
187 | <filename>meta-intel</filename> layer. | 187 | <ulink url='https://github.com/openembedded/meta-openembedded'><filename>meta-openembedded</filename></ulink> |
188 | This layer contains BSP layers for the Intel-core2-32 | 188 | layer. |
189 | <trademark class='registered'>Intel</trademark> Common Core | 189 | The <filename>meta-openembedded</filename> layer contains |
190 | (Intel-core2-32) and the Intel-corei7-64 | 190 | many <filename>meta-*</filename> layers. |
191 | <trademark class='registered'>Intel</trademark> Common Core | ||
192 | (Intel-corei7-64). | ||
193 | the <filename>meta-intel</filename> layer also contains | ||
194 | the <filename>common/</filename> directory, which contains | ||
195 | common content across those layers. | ||
196 | </para></listitem> | 191 | </para></listitem> |
197 | <listitem><para id='cross-development-toolchain'> | 192 | <listitem><para id='cross-development-toolchain'> |
198 | <emphasis>Cross-Development Toolchain:</emphasis> | 193 | <emphasis>Cross-Development Toolchain:</emphasis> |