diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index c3a6fac9ea..355c716ff9 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -690,13 +690,13 @@
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,
+ 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 directory.
+ the directory (i.e. formfactor/rpi/).
Here is the machconfig file for
the Raspberry Pi BSP:
@@ -716,7 +716,8 @@
formfactor recipe
meta/recipes-bsp/formfactor/formfactor_0.0.bb,
which is found in the
- Source Directory.
+ Source Directory
+ (i.e. poky).