diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-03 12:48:12 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-07 10:23:41 +0100 |
| commit | bfe52a3d6cb58f3c03e5874e5c76b53b5ed22e5d (patch) | |
| tree | 16e1a5a037fd5c900d66180e5553d72f9dd254de | |
| parent | 69aa458db2acd2533165171376f9c7062b682fc5 (diff) | |
| download | poky-bfe52a3d6cb58f3c03e5874e5c76b53b5ed22e5d.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: eed35c97aa53efdcdb9a270555774a7c3a0e3b69)
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 | 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> |
