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