diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index bbf9e2b254..6a3598543f 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -300,7 +300,7 @@
The recipe for that kernel is not located in the
BSP layer but rather in the local Yocto Project files at
meta/recipes-kernel/linux and is
- named linux-yocto-2.6.37.bb.
+ named linux-yocto_2.6.37.bb.
The SRCREV_machine and SRCREV_meta
statements point to the exact commits used by the Yocto Project development team
in their source repositories that identify the right kernel for our hardware.
@@ -309,7 +309,7 @@
However, in the meta-mymachine layer in
recipes-kernel/linux resides a .bbappend
- file named linux-yocto-2.6.37.bbappend that
+ file named linux-yocto_2.6.37.bbappend that
is appended to the recipe of the same name in meta/recipes-kernel/link.
Thus, the SRCREV statements in the "append" file override
the more general statements found in meta.
@@ -343,7 +343,7 @@
- To fix this situation in linux-yocto-2.6.37.bbappend
+ To fix this situation in linux-yocto_2.6.37.bbappend
we delete the two SRCREV statements that support
EMGD (the top pair).
We also change the remaining pair to specify mymachine
@@ -376,7 +376,7 @@
branch
Click on the commit column header to view the top commit
Copy the commit string for use in the
- linux-yocto-2.6.37.bbappend file
+ linux-yocto_2.6.37.bbappend file
@@ -387,14 +387,14 @@
- Also in the linux-yocto-2.6.37.bbappend file are
+ Also in the linux-yocto_2.6.37.bbappend file are
COMPATIBLE_MACHINE, KMACHINE,
and KERNEL_FEATURES statements.
Two sets of these exist: one set supports EMGD and one set does not.
Because we are not interested in supporting EMGD those three can be deleted.
The remaining three must be changed so that mymachine replaces
crownbay-noemgd and crownbay.
- Here is the final linux-yocto-2.6.37.bbappend file after all
+ Here is the final linux-yocto_2.6.37.bbappend file after all
the edits:
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"