From e24d5cc2cdcb63ce2c5f721de11266d70f364780 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 24 May 2012 07:21:31 -0600 Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: .bbappend example The linux-yocto_3.2.bbappend example was out of date. There is no longer a kernel features statement in the last part of the section. Only COMPATIBLE_MACHINE, KMACHINE, and KBRANCH remain. I removed the fourth one from the text description and the example code. (From yocto-docs rev: 89a11ce3c2a43e2d7c26599976d906011130131f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'documentation') 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" -- cgit v1.2.3-54-g00ecf