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 /documentation/dev-manual/dev-manual-bsp-appendix.xml | |
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-bsp-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 6 |
1 files changed, 4 insertions, 2 deletions
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 |