diff options
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> |