summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 15:13:02 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:32 +0100
commit1b3c00a34f5df0d70d843222f212c4c2435f6733 (patch)
tree98cacfe88b5e6bd64873b0130ac63f09ccc598cf
parentb3f870297e46f38bcf58e4ece7d77a5d6a01d674 (diff)
downloadpoky-1b3c00a34f5df0d70d843222f212c4c2435f6733.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: changed kernel
The kernel in mymachine.conf had to be changed from 3.0 to 3.2 (From yocto-docs rev: 8a385bfa11298251fd80445d6fd2da6034d6b9dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index c3c65c784c..328928f838 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -266,7 +266,7 @@
266 <filename>PREFERRED_PROVIDER_virtual/kernel</filename> statement. 266 <filename>PREFERRED_PROVIDER_virtual/kernel</filename> statement.
267 This statement identifies the kernel that the BSP is going to use. 267 This statement identifies the kernel that the BSP is going to use.
268 In this case, the BSP is using <filename>linux-yocto</filename>, which is the 268 In this case, the BSP is using <filename>linux-yocto</filename>, which is the
269 current Linux Yocto kernel based on the Linux 3.0 release. 269 current Linux Yocto kernel based on the Linux 3.2 release.
270 </para> 270 </para>
271 271
272 <para> 272 <para>