summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-03 10:14:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:37 +0000
commit4a5f13760b5a62188312a44369af653459cc8227 (patch)
tree0e35b8ad1a3cca17fc7cb6b9677921b81780e094 /documentation
parent82ad008cd20f26fec104f662d3dd7526973a2272 (diff)
downloadast2050-yocto-poky-4a5f13760b5a62188312a44369af653459cc8227.zip
ast2050-yocto-poky-4a5f13760b5a62188312a44369af653459cc8227.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index c3bda98..c0d8ca6 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -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>
OpenPOWER on IntegriCloud