summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
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/bsp-guide
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/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.rst3
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
110Some layers function as a layer to hold other BSP layers. These layers 110Some layers function as a layer to hold other BSP layers. These layers
111are known as ":term:`container layers <Container Layer>`". An example of 111are known as ":term:`container layers <Container Layer>`". An example of
112this type of layer is OpenEmbedded's 112this type of layer is OpenEmbedded's :oe_git:`meta-openbedded </meta-openembedded>`
113`meta-openembedded <https://github.com/openembedded/meta-openembedded>`__
114layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. 113layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers.
115In cases like this, you need to include the names of the actual layers 114In cases like this, you need to include the names of the actual layers
116you want to work with, such as:: 115you want to work with, such as::