diff options
Diffstat (limited to 'documentation')
-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 a14805eac9..38ea3c47ea 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -519,11 +519,13 @@ | |||
519 | The remaining four must be changed so that <filename>mymachine</filename> replaces | 519 | The remaining four must be changed so that <filename>mymachine</filename> replaces |
520 | <filename>crownbay-noemgd</filename> and <filename>crownbay</filename>. | 520 | <filename>crownbay-noemgd</filename> and <filename>crownbay</filename>. |
521 | Because we are using the <filename>atom-pc</filename> branch for this new BSP, we can also find | 521 | Because we are using the <filename>atom-pc</filename> branch for this new BSP, we can also find |
522 | the exact branch we need for the <filename>KMACHINE</filename> variable in our new BSP from the value | 522 | the exact branch we need for the <filename>KMACHINE</filename> |
523 | and <filename>KBRANCH</filename> variables in our new BSP from the value | ||
523 | we find in the | 524 | we find in the |
524 | <filename>poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend</filename> | 525 | <filename>poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend</filename> |
525 | file we looked at in a previous step. | 526 | file we looked at in a previous step. |
526 | In this case, the value we want is in the <filename>KMACHINE_atom-pc</filename> variable in that file. | 527 | In this case, the values we want are in the <filename>KMACHINE_atom-pc</filename> variable |
528 | and the <filename>KBRANCH_atom-pc</filename> variables in that file. | ||
527 | Here is the final <filename>linux-yocto_3.2.bbappend</filename> file after all | 529 | Here is the final <filename>linux-yocto_3.2.bbappend</filename> file after all |
528 | the edits: | 530 | the edits: |
529 | <literallayout class='monospaced'> | 531 | <literallayout class='monospaced'> |