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 @@ Also in the linux-yocto_3.2.bbappend file are COMPATIBLE_MACHINE, KMACHINE, - KBRANCH, and KERNEL_FEATURES statements. + and KBRANCH statements. Two sets of these exist: one set supports EMGD and one set does not. - Because we are not interested in supporting EMGD those four can be deleted. - The remaining four must be changed so that mymachine replaces + Because we are not interested in supporting EMGD those three can be deleted. + The remaining three must be changed so that mymachine replaces crownbay-noemgd and crownbay. Because we are using the atom-pc branch for this new BSP, we can also find the exact branch we need for the KMACHINE @@ -537,7 +537,6 @@ COMPATIBLE_MACHINE_mymachine = "mymachine" KMACHINE_mymachine = "atom-pc" KBRANCH_mymachine = "standard/default/common-pc/atom-pc" - KERNEL_FEATURES_append_mymachine += " cfg/smp.scc" SRCREV_machine_pn-linux-yocto_mymachine ?= \ "f29531a41df15d74be5ad47d958e4117ca9e489e"