diff mbox series

docs: bsp-guide: bsp: fix typo

Message ID 20230621-bsp-typo-v1-1-08b8fb0ec502@theobroma-systems.com
State New
Headers show
Series docs: bsp-guide: bsp: fix typo | expand

Commit Message

Quentin Schulz June 21, 2023, 4:42 p.m. UTC
From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

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>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
 documentation/bsp-guide/bsp.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: c74928b1a7b2f285ed70999539f0c630316ad364
change-id: 20230621-bsp-typo-c3b5c94c109d

Best regards,
-- 
Quentin Schulz <quentin.schulz@theobroma-systems.com>

Comments

Michael Opdenacker June 22, 2023, 9:25 a.m. UTC | #1
Hi Quentin

On 21.06.23 at 18:42, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
>
> 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>
> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
> ---
>   documentation/bsp-guide/bsp.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
> index f2f5d4d95..4d64c65d9 100644
> --- a/documentation/bsp-guide/bsp.rst
> +++ b/documentation/bsp-guide/bsp.rst
> @@ -109,7 +109,7 @@ them to the "Dependencies" section.
>   
>   Some layers function as a layer to hold other BSP layers. These layers
>   are known as ":term:`container layers <Container Layer>`". An example of
> -this type of layer is OpenEmbedded's :oe_git:`meta-openbedded </meta-openembedded>`
> +this type of layer is OpenEmbedded's :oe_git:`meta-openembedded </meta-openembedded>`
>   layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers.
>   In cases like this, you need to include the names of the actual layers
>   you want to work with, such as::


Oops, my fault!
Good catch, thanks.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
and fixed in master-next.

Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index f2f5d4d95..4d64c65d9 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -109,7 +109,7 @@  them to the "Dependencies" section.
 
 Some layers function as a layer to hold other BSP layers. These layers
 are known as ":term:`container layers <Container Layer>`". An example of
-this type of layer is OpenEmbedded's :oe_git:`meta-openbedded </meta-openembedded>`
+this type of layer is OpenEmbedded's :oe_git:`meta-openembedded </meta-openembedded>`
 layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers.
 In cases like this, you need to include the names of the actual layers
 you want to work with, such as::