summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 17:31:44 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:33 +0100
commit4d2d5abd8b4405888586be3ed06aed4efccc4df7 (patch)
tree5291fab49aa2ba1e9993ea262113a812fff418d2 /documentation
parent884034b25685ec79bf77a9a17015ff749f0dbece (diff)
downloadpoky-4d2d5abd8b4405888586be3ed06aed4efccc4df7.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: 6bd32650f1004055ac67157f96ab62abf5883047) 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.xml6
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'>