summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/terms.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/terms.rst')
-rw-r--r--documentation/ref-manual/terms.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 1a2c055591..ee14df5684 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -138,14 +138,12 @@ universal, the list includes them just in case:
138 which contains multiple (and typically related) sub-layers which can 138 which contains multiple (and typically related) sub-layers which can
139 be included independently in your project's ``bblayers.conf`` file. 139 be included independently in your project's ``bblayers.conf`` file.
140 140
141 In some cases, such as with OpenEmbedded's 141 In some cases, such as with OpenEmbedded's :oe_git:`meta-openembedded </meta-openembedded>`
142 `meta-openembedded <https://github.com/openembedded/meta-openembedded>`__
143 layer, the top level ``meta-openembedded/`` directory is not itself an actual layer, 142 layer, the top level ``meta-openembedded/`` directory is not itself an actual layer,
144 so you would never explicitly include it in a ``bblayers.conf`` file; 143 so you would never explicitly include it in a ``bblayers.conf`` file;
145 rather, you would include any number of its layer subdirectories, such as 144 rather, you would include any number of its layer subdirectories, such as
146 `meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`__, 145 :oe_git:`meta-oe </meta-openembedded/tree/meta-oe>`, :oe_git:`meta-python
147 `meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`__ 146 </meta-openembedded/tree/meta-python>` and so on.
148 and so on.
149 147
150 On the other hand, some container layers (such as 148 On the other hand, some container layers (such as
151 :yocto_git:`meta-security </meta-security>`) 149 :yocto_git:`meta-security </meta-security>`)