diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-20 11:19:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:41:21 +0100 |
commit | 04056216001ce64ce91004f7ebb7d73d0031089a (patch) | |
tree | 086cd132550313b1a6bba95c2412875f3cf5bc11 | |
parent | 3b4c9331df58ff6e9574c9f616433518b52ea52d (diff) | |
download | poky-04056216001ce64ce91004f7ebb7d73d0031089a.tar.gz |
documentation: Created cross-references to new KMACHINE glossary item
With the creation of a new KMACHINE glossary item, there were two
areas in the YP doc set that reference the variable. I added
cross-reference tags. Also noted that some other references
were missing to the variable COMPATIBLE_MACHINE.
(From yocto-docs rev: f740b62be175a50f17ce8a244258dcf391fcf672)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 5 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 05094ca77d..1a85960157 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -572,7 +572,10 @@ | |||
572 | </literallayout> | 572 | </literallayout> |
573 | The append file defines <filename>crownbay</filename> as the | 573 | The append file defines <filename>crownbay</filename> as the |
574 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></ulink> | 574 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></ulink> |
575 | and defines the <filename>KMACHINE</filename>. | 575 | and uses the |
576 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KMACHINE'><filename>KMACHINE</filename></ulink> variable to | ||
577 | ensure the machine name used by the OpenEmbedded build system maps to the | ||
578 | machine name used by the Linux Yocto kernel. | ||
576 | The file also uses the optional | 579 | The file also uses the optional |
577 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KBRANCH'><filename>KBRANCH</filename></ulink> variable | 580 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KBRANCH'><filename>KBRANCH</filename></ulink> variable |
578 | to ensure the build process uses the <filename>standard/default/crownbay</filename> | 581 | to ensure the build process uses the <filename>standard/default/crownbay</filename> |
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index e98b280240..98ed8371db 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -515,8 +515,10 @@ | |||
515 | 515 | ||
516 | <para> | 516 | <para> |
517 | Also in the <filename>linux-yocto_3.2.bbappend</filename> file are | 517 | Also in the <filename>linux-yocto_3.2.bbappend</filename> file are |
518 | <filename>COMPATIBLE_MACHINE</filename>, <filename>KMACHINE</filename>, | 518 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COMPATIBLE_MACHINE'><filename>COMPATIBLE_MACHINE</filename></ulink>, |
519 | and <filename>KBRANCH</filename> statements. | 519 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KMACHINE'><filename>KMACHINE</filename></ulink>, |
520 | and | ||
521 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KBRANCH'><filename>KBRANCH</filename></ulink> statements. | ||
520 | Two sets of these exist: one set supports EMGD and one set does not. | 522 | Two sets of these exist: one set supports EMGD and one set does not. |
521 | Because we are not interested in supporting EMGD those three can be deleted. | 523 | Because we are not interested in supporting EMGD those three can be deleted. |
522 | The remaining three must be changed so that <filename>mymachine</filename> replaces | 524 | The remaining three must be changed so that <filename>mymachine</filename> replaces |