summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/terms.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-27 13:37:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-28 15:48:03 +0100
commit6f4ccc4dad8bee587d19b1cdc8732ad4b3ae63c4 (patch)
tree4d7b4e1b2af22eae645f38d22a2ec91266233e49 /documentation/ref-manual/terms.rst
parent4def515eebca300c7ac15c86caef34342dd9ed3d (diff)
downloadpoky-6f4ccc4dad8bee587d19b1cdc8732ad4b3ae63c4.tar.gz
manuals: stop referring to the meta-openembedded repo from GitHub
(From yocto-docs rev: de6e7c05fbcff99a6f1fe2a2bf889b559b9b576b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>`)