summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 17:19:16 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:33 +0100
commit884034b25685ec79bf77a9a17015ff749f0dbece (patch)
tree5a312446cefd9172e0abd0b31324b9d26c40ad61 /documentation
parentee98021efea63ea888316207d0c9a5f3c0053bca (diff)
downloadpoky-884034b25685ec79bf77a9a17015ff749f0dbece.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: mymachine.conf
edited it to now include the PREFERRED_VERSION variable. (From yocto-docs rev: 6ddd56cbcec752e27b2bbf0fc687af79b2249377) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 8a0bdb88b6..a14805eac9 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -263,7 +263,7 @@
263 263
264 <para> 264 <para>
265 Note that inside the <filename>mymachine.conf</filename> is the 265 Note that inside the <filename>mymachine.conf</filename> is the
266 <filename>PREFERRED_PROVIDER_virtual/kernel</filename> statement. 266 <filename>PREFERRED_VERSION_linux-yocto</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.2 release. 269 current Linux Yocto kernel based on the Linux 3.2 release.