From 4d2d5abd8b4405888586be3ed06aed4efccc4df7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 26 Apr 2012 17:31:44 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 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 @@ The remaining four 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 variable in our new BSP from the value + the exact branch we need for the KMACHINE + and KBRANCH variables in our new BSP from the value we find in the poky/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend file we looked at in a previous step. - In this case, the value we want is in the KMACHINE_atom-pc variable in that file. + In this case, the values we want are in the KMACHINE_atom-pc variable + and the KBRANCH_atom-pc variables in that file. Here is the final linux-yocto_3.2.bbappend file after all the edits: -- cgit v1.2.3-54-g00ecf