diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-03 10:14:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:37 +0000 |
commit | 4a5f13760b5a62188312a44369af653459cc8227 (patch) | |
tree | 0e35b8ad1a3cca17fc7cb6b9677921b81780e094 /documentation/kernel-dev | |
parent | 82ad008cd20f26fec104f662d3dd7526973a2272 (diff) | |
download | 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/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 6 |
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 c3bda983b2..c0d8ca66eb 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -49,13 +49,13 @@ | |||
49 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> | 49 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> |
50 | variable, which is used by | 50 | variable, which is used by |
51 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> | 51 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> |
52 | (e.g. "edgerouter" or "fri2"). | 52 | (e.g. "edgerouter" or "emenlow"). |
53 | Multiple BSPs can reuse the same <filename>KMACHINE</filename> | 53 | Multiple BSPs can reuse the same <filename>KMACHINE</filename> |
54 | name if they are built using the same BSP description. | 54 | name if they are built using the same BSP description. |
55 | The "fri2" and "fri2-noemgd" BSP combination | 55 | The "emenlow" and "emenlow-noemgd" BSP combination |
56 | in the <filename>meta-intel</filename> | 56 | in the <filename>meta-intel</filename> |
57 | layer is a good example of two BSPs using the same | 57 | layer is a good example of two BSPs using the same |
58 | <filename>KMACHINE</filename> value (i.e. "fri2"). | 58 | <filename>KMACHINE</filename> value (i.e. "emenlow"). |
59 | See the <link linkend='bsp-descriptions'>BSP Descriptions</link> section | 59 | See the <link linkend='bsp-descriptions'>BSP Descriptions</link> section |
60 | for more information. | 60 | for more information. |
61 | </para> | 61 | </para> |