kernel-dev: Swapped out fri2 BSP for emenlow BSP in example.

In the "Using Kernel Metadata in a Recipe" section, the example
called out "fri2" as an example BSP that shares the same KMACHINE.
This was true last release of meta-intel but is no longer true.
I used "emenlow" now as it seems to be like "fri2" was before
the "fido" release.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 65516ed8f31752288eeaaacc6279f808a3a8a8df)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-03-03 10:14:29 -08:00 committed by Richard Purdie
parent 82ad008cd2
commit 4a5f13760b
1 changed files with 3 additions and 3 deletions

View File

@ -49,13 +49,13 @@
<ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>
variable, which is used by
<ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>
(e.g. "edgerouter" or "fri2").
(e.g. "edgerouter" or "emenlow").
Multiple BSPs can reuse the same <filename>KMACHINE</filename>
name if they are built using the same BSP description.
The "fri2" and "fri2-noemgd" BSP combination
The "emenlow" and "emenlow-noemgd" BSP combination
in the <filename>meta-intel</filename>
layer is a good example of two BSPs using the same
<filename>KMACHINE</filename> value (i.e. "fri2").
<filename>KMACHINE</filename> value (i.e. "emenlow").
See the <link linkend='bsp-descriptions'>BSP Descriptions</link> section
for more information.
</para>