diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 11adf650ef..59abf9a12e 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -387,7 +387,7 @@
"
Identify Your Source Files - In the
- linux-yocto-2.6.37.bbappend file located in the
+ linux-yocto_2.6.37.bbappend file located in the
poky-extras/meta-kernel-dev/recipes-kernel/linux
directory you need to identify the location of the
local source code, which in this example is the bare clone named
@@ -399,13 +399,18 @@
KSRC_linux_yocto ?= /home/scottrif/linux-yocto-2.6.37.git
Specify the Kernel Machine - Also in the
- linux-yocto-2.6.37.bbappend you need to specify
+ linux-yocto_2.6.37.bbappend you need to specify
the kernel machine with the following statement:
KMACHINE_qemux86 = "yocto/standard/common-pc/base"
+
+
+ Due to some issues there is one more change you have to make before attempting your
+ build.
+