diff options
| author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2023-06-21 18:42:32 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-06-24 09:13:07 -1000 |
| commit | 31dd418207f6c95ef0aad589cd03cd2a4c9a8bf2 (patch) | |
| tree | a06a29b7b88ef71f9395524bd3d0b8c463524b35 | |
| parent | f91e7a97d6bb9066be62471dca565b69dd0fabea (diff) | |
| download | poky-31dd418207f6c95ef0aad589cd03cd2a4c9a8bf2.tar.gz | |
docs: bsp-guide: bsp: fix typo
It's meta-openembedded and not meta-openbedded, let's fix it.
Fixes: de6e7c05fbcf ("manuals: stop referring to the meta-openembedded repo from GitHub")
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From yocto-docs rev: 54d849d259a332389beea159d789f8fa92871475)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | documentation/bsp-guide/bsp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index f2f5d4d954..4d64c65d91 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
| @@ -109,7 +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 :oe_git:`meta-openbedded </meta-openembedded>` | 112 | this type of layer is OpenEmbedded's :oe_git:`meta-openembedded </meta-openembedded>` |
| 113 | layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. | 113 | layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. |
| 114 | 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 |
| 115 | you want to work with, such as:: | 115 | you want to work with, such as:: |
