diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index bc2f3e15a0..856c718925 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -397,7 +397,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_3.0.bb.
+ named linux-yocto_3.2.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.
@@ -410,7 +410,7 @@
However, in the meta-mymachine layer in
recipes-kernel/linux resides a .bbappend
- file named linux-yocto_3.0.bbappend that
+ file named linux-yocto_3.2.bbappend that
appends information to the recipe of the same name in meta/recipes-kernel/linux.
Thus, the SRCREV statements in the append file override
the more general statements found in meta.
@@ -444,7 +444,7 @@
- To fix this situation in linux-yocto_3.0.bbappend,
+ To fix this situation in linux-yocto_3.2.bbappend,
we delete the two SRCREV statements that support
EMGD (the top pair).
We also change the remaining pair to specify mymachine
@@ -456,7 +456,7 @@
that are associated with the &DISTRO_NAME; release.
To find those values, we need to find the SRCREV
values that &DISTRO_NAME; uses for the atom-pc branch, which we find in the
- poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
+ poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
file.
@@ -465,7 +465,7 @@
SRCREV_machine_atom-pc variable.
The meta SRCREV isn't specified in this file, so it must be
specified in the base kernel recipe in the
- poky/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+ poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb
file, in the SRCREV_meta variable found there.
It happens to be the same as the value we already inherited from the
meta-crownbay BSP.
@@ -490,8 +490,8 @@
exact commit strings in the Yocto Project source repositories you need to change
the SRCREV statements.
You can find all the machine and meta
- branch points (commits) for the linux-yocto-3.0 kernel at
- .
+ branch points (commits) for the linux-yocto-3.2 kernel at
+ .
@@ -502,7 +502,7 @@
branch
Click on the commit column header to view the top commit
Copy the commit string for use in the
- linux-yocto_3.0.bbappend file
+ linux-yocto_3.2.bbappend file
@@ -513,7 +513,7 @@
- Also in the linux-yocto_3.0.bbappend file are
+ Also in the linux-yocto_3.2.bbappend file are
COMPATIBLE_MACHINE, KMACHINE,
and KERNEL_FEATURES statements.
Two sets of these exist: one set supports EMGD and one set does not.
@@ -523,10 +523,10 @@
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
we find in the
- poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
+ 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.
- Here is the final linux-yocto_3.0.bbappend file after all
+ Here is the final linux-yocto_3.2.bbappend file after all
the edits:
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"