diff mbox series

bsp-guide: correct formfactor recipe name

Message ID 20240125164118.6943-1-simone.p.weiss@posteo.com
State Accepted
Headers show
Series bsp-guide: correct formfactor recipe name | expand

Commit Message

Simone Weiß Jan. 25, 2024, 4:41 p.m. UTC
From: Simone Weiß <simone.p.weiss@posteo.com>

This recipe was renamed some time ago. Update the name here as well for
consistency.

Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
---
 documentation/bsp-guide/bsp.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Opdenacker Jan. 29, 2024, 2:39 p.m. UTC | #1
Hi Simone

On 1/25/24 at 17:41, Simone Weiß wrote:
> From: Simone Weiß <simone.p.weiss@posteo.com>
>
> This recipe was renamed some time ago. Update the name here as well for
> consistency.
>
> Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
> ---
>   documentation/bsp-guide/bsp.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
> index f92b1177b..29c69a930 100644
> --- a/documentation/bsp-guide/bsp.rst
> +++ b/documentation/bsp-guide/bsp.rst
> @@ -336,7 +336,7 @@ the :yocto_git:`Source Repositories <>`:
>      meta-raspberrypi/recipes-bsp/formfactor/formfactor
>      meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi
>      meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi/machconfig
> -   meta-raspberrypi/recipes-bsp/formfactor/formfactor_0.0.bbappend
> +   meta-raspberrypi/recipes-bsp/formfactor/formfactor_%.bbappend
>      meta-raspberrypi/recipes-bsp/rpi-u-boot-src
>      meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files
>      meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files/boot.cmd.in
> @@ -620,7 +620,7 @@ You can find these files in the BSP Layer at::
>   
>   This optional directory contains miscellaneous recipe files for the BSP.
>   Most notably would be the formfactor files. For example, in the
> -Raspberry Pi BSP, there is the ``formfactor_0.0.bbappend`` file, which
> +Raspberry Pi BSP, there is the ``formfactor_%.bbappend`` file, which
>   is an append file used to augment the recipe that starts the build.
>   Furthermore, there are machine-specific settings used during the build
>   that are defined by the ``machconfig`` file further down in the

Good catch. Thanks for the update!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into master-next.
Thanks
Michael.
diff mbox series

Patch

diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index f92b1177b..29c69a930 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -336,7 +336,7 @@  the :yocto_git:`Source Repositories <>`:
    meta-raspberrypi/recipes-bsp/formfactor/formfactor
    meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi
    meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi/machconfig
-   meta-raspberrypi/recipes-bsp/formfactor/formfactor_0.0.bbappend
+   meta-raspberrypi/recipes-bsp/formfactor/formfactor_%.bbappend
    meta-raspberrypi/recipes-bsp/rpi-u-boot-src
    meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files
    meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files/boot.cmd.in
@@ -620,7 +620,7 @@  You can find these files in the BSP Layer at::
 
 This optional directory contains miscellaneous recipe files for the BSP.
 Most notably would be the formfactor files. For example, in the
-Raspberry Pi BSP, there is the ``formfactor_0.0.bbappend`` file, which
+Raspberry Pi BSP, there is the ``formfactor_%.bbappend`` file, which
 is an append file used to augment the recipe that starts the build.
 Furthermore, there are machine-specific settings used during the build
 that are defined by the ``machconfig`` file further down in the