diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-26 17:19:16 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:52 +0100 |
commit | fbbe63c6fc145d079487951ee10b881f3203a3ad (patch) | |
tree | 9cbde6cd1cbae20f8b62272ffe0613948e1e03eb /documentation | |
parent | d5198e605a299158270c246f29abfe8804f299bf (diff) | |
download | poky-fbbe63c6fc145d079487951ee10b881f3203a3ad.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: 72d8f7bfcad0fff191c998f90369499a78d62696)
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.xml | 2 |
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. |