summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2024-01-25 16:41:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-05 14:30:34 +0000
commit27d2c6dd1a59ab24252759b01077fefc22668fd7 (patch)
tree48ca3b1277c929f3face1df94c56c033a651fde8 /documentation
parentc408737f046e72b75f86d247338a5e017c3e688d (diff)
downloadpoky-27d2c6dd1a59ab24252759b01077fefc22668fd7.tar.gz
bsp-guide: correct formfactor recipe name
This recipe was renamed some time ago. Update the name here as well for consistency. (From yocto-docs rev: cbbda4a95e0c6d5b669cf3bc844b6bb5cca881d3) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index f92b1177b7..29c69a9305 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -336,7 +336,7 @@ the :yocto_git:`Source Repositories <>`:
336 meta-raspberrypi/recipes-bsp/formfactor/formfactor 336 meta-raspberrypi/recipes-bsp/formfactor/formfactor
337 meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi 337 meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi
338 meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi/machconfig 338 meta-raspberrypi/recipes-bsp/formfactor/formfactor/raspberrypi/machconfig
339 meta-raspberrypi/recipes-bsp/formfactor/formfactor_0.0.bbappend 339 meta-raspberrypi/recipes-bsp/formfactor/formfactor_%.bbappend
340 meta-raspberrypi/recipes-bsp/rpi-u-boot-src 340 meta-raspberrypi/recipes-bsp/rpi-u-boot-src
341 meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files 341 meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files
342 meta-raspberrypi/recipes-bsp/rpi-u-boot-src/files/boot.cmd.in 342 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::
620 620
621This optional directory contains miscellaneous recipe files for the BSP. 621This optional directory contains miscellaneous recipe files for the BSP.
622Most notably would be the formfactor files. For example, in the 622Most notably would be the formfactor files. For example, in the
623Raspberry Pi BSP, there is the ``formfactor_0.0.bbappend`` file, which 623Raspberry Pi BSP, there is the ``formfactor_%.bbappend`` file, which
624is an append file used to augment the recipe that starts the build. 624is an append file used to augment the recipe that starts the build.
625Furthermore, there are machine-specific settings used during the build 625Furthermore, there are machine-specific settings used during the build
626that are defined by the ``machconfig`` file further down in the 626that are defined by the ``machconfig`` file further down in the