summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index c28bf3addc..ec8fe1463a 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -516,10 +516,10 @@
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 <filename>COMPATIBLE_MACHINE</filename>, <filename>KMACHINE</filename>,
519 <filename>KBRANCH</filename>, and <filename>KERNEL_FEATURES</filename> statements. 519 and <filename>KBRANCH</filename> statements.
520 Two sets of these exist: one set supports EMGD and one set does not. 520 Two sets of these exist: one set supports EMGD and one set does not.
521 Because we are not interested in supporting EMGD those four can be deleted. 521 Because we are not interested in supporting EMGD those three can be deleted.
522 The remaining four must be changed so that <filename>mymachine</filename> replaces 522 The remaining three must be changed so that <filename>mymachine</filename> replaces
523 <filename>crownbay-noemgd</filename> and <filename>crownbay</filename>. 523 <filename>crownbay-noemgd</filename> and <filename>crownbay</filename>.
524 Because we are using the <filename>atom-pc</filename> branch for this new BSP, we can also find 524 Because we are using the <filename>atom-pc</filename> branch for this new BSP, we can also find
525 the exact branch we need for the <filename>KMACHINE</filename> 525 the exact branch we need for the <filename>KMACHINE</filename>
@@ -537,7 +537,6 @@
537 COMPATIBLE_MACHINE_mymachine = "mymachine" 537 COMPATIBLE_MACHINE_mymachine = "mymachine"
538 KMACHINE_mymachine = "atom-pc" 538 KMACHINE_mymachine = "atom-pc"
539 KBRANCH_mymachine = "standard/default/common-pc/atom-pc" 539 KBRANCH_mymachine = "standard/default/common-pc/atom-pc"
540 KERNEL_FEATURES_append_mymachine += " cfg/smp.scc"
541 540
542 SRCREV_machine_pn-linux-yocto_mymachine ?= \ 541 SRCREV_machine_pn-linux-yocto_mymachine ?= \
543 "f29531a41df15d74be5ad47d958e4117ca9e489e" 542 "f29531a41df15d74be5ad47d958e4117ca9e489e"