From ae7a21452237e0bd0a7b379fe71685d08047c447 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Aug 2011 15:37:05 -0700 Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: changed file name I changed 'linux-yocto-2.6.37.bbappend' to 'linux-yocto_2.6.37. (From yocto-docs rev: 0eb284374ef9dfb26142ae4d0254a0fe4056d0ab) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 bbf9e2b254..6a3598543f 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -300,7 +300,7 @@ The recipe for that kernel is not located in the BSP layer but rather in the local Yocto Project files at meta/recipes-kernel/linux and is - named linux-yocto-2.6.37.bb. + named linux-yocto_2.6.37.bb. The SRCREV_machine and SRCREV_meta statements point to the exact commits used by the Yocto Project development team in their source repositories that identify the right kernel for our hardware. @@ -309,7 +309,7 @@ However, in the meta-mymachine layer in recipes-kernel/linux resides a .bbappend - file named linux-yocto-2.6.37.bbappend that + file named linux-yocto_2.6.37.bbappend that is appended to the recipe of the same name in meta/recipes-kernel/link. Thus, the SRCREV statements in the "append" file override the more general statements found in meta. @@ -343,7 +343,7 @@ - To fix this situation in linux-yocto-2.6.37.bbappend + To fix this situation in linux-yocto_2.6.37.bbappend we delete the two SRCREV statements that support EMGD (the top pair). We also change the remaining pair to specify mymachine @@ -376,7 +376,7 @@ branch Click on the commit column header to view the top commit Copy the commit string for use in the - linux-yocto-2.6.37.bbappend file + linux-yocto_2.6.37.bbappend file @@ -387,14 +387,14 @@ - Also in the linux-yocto-2.6.37.bbappend file are + Also in the linux-yocto_2.6.37.bbappend file are COMPATIBLE_MACHINE, KMACHINE, and KERNEL_FEATURES statements. Two sets of these exist: one set supports EMGD and one set does not. 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. - Here is the final linux-yocto-2.6.37.bbappend file after all + Here is the final linux-yocto_2.6.37.bbappend file after all the edits: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -- cgit v1.2.3-54-g00ecf