summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/bsp-guide/bsp.xml5
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml6
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