diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-27 13:37:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-28 15:48:03 +0100 |
commit | 6f4ccc4dad8bee587d19b1cdc8732ad4b3ae63c4 (patch) | |
tree | 4d7b4e1b2af22eae645f38d22a2ec91266233e49 /documentation/bsp-guide/bsp.rst | |
parent | 4def515eebca300c7ac15c86caef34342dd9ed3d (diff) | |
download | poky-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/bsp-guide/bsp.rst')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 7e17b42886..efdaf80f63 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -109,8 +109,7 @@ them to the "Dependencies" section. | |||
109 | 109 | ||
110 | Some layers function as a layer to hold other BSP layers. These layers | 110 | Some layers function as a layer to hold other BSP layers. These layers |
111 | are known as ":term:`container layers <Container Layer>`". An example of | 111 | are known as ":term:`container layers <Container Layer>`". An example of |
112 | this type of layer is OpenEmbedded's | 112 | this type of layer is OpenEmbedded's :oe_git:`meta-openbedded </meta-openembedded>` |
113 | `meta-openembedded <https://github.com/openembedded/meta-openembedded>`__ | ||
114 | layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. | 113 | layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. |
115 | In cases like this, you need to include the names of the actual layers | 114 | In cases like this, you need to include the names of the actual layers |
116 | you want to work with, such as:: | 115 | you want to work with, such as:: |