diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index ec8212c2de..e8fd3bc901 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -420,7 +420,7 @@
"
Identify Your Source Files: In the
- linux-yocto_3.0.bbappend file located in the
+ linux-yocto_3.2.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
@@ -433,7 +433,7 @@
KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git
Specify the Kernel Machine: Also in the
- linux-yocto_3.0.bbappend file, you need to specify
+ linux-yocto_3.2.bbappend file, you need to specify
the kernel machine with the following statement:
KMACHINE_qemux86 = "yocto/standard/common-pc/base"
@@ -450,7 +450,7 @@
unused .bbappend files.
Alternatively, you can simply remove all the files
except the one your are using for the build
- (i.e. linux-yocto_3.0.bbappend in this example).
+ (i.e. linux-yocto_3.2.bbappend in this example).