diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index a14805eac9..38ea3c47ea 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -519,11 +519,13 @@
The remaining four must be changed so that mymachine replaces
crownbay-noemgd and crownbay.
Because we are using the atom-pc branch for this new BSP, we can also find
- the exact branch we need for the KMACHINE variable in our new BSP from the value
+ the exact branch we need for the KMACHINE
+ and KBRANCH variables in our new BSP from the value
we find in the
poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
file we looked at in a previous step.
- In this case, the value we want is in the KMACHINE_atom-pc variable in that file.
+ In this case, the values we want are in the KMACHINE_atom-pc variable
+ and the KBRANCH_atom-pc variables in that file.
Here is the final linux-yocto_3.2.bbappend file after all
the edits: