diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-26 17:31:44 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:52 +0100 |
commit | 8596fb008488e0105965e67bcafae4cccce51753 (patch) | |
tree | 1b1a8590d65e3642ab84fc4edfd39066dd80360e /documentation | |
parent | fbbe63c6fc145d079487951ee10b881f3203a3ad (diff) | |
download | poky-8596fb008488e0105965e67bcafae4cccce51753.tar.gz |
documentation/dev-manual/dev-manual-bsp-appendix.xml: wording updated
Wording for linux-yocto_3.2.bbappend file updated to support the
addition o fhte KBRANCH variable.
(From yocto-docs rev: 267d7dffc05dc495dbd27b6435bea7ba48cd4cfa)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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'> |