From b0ac293871a3b35908498774ec52164f2db2221a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Oct 2012 06:14:08 -0700 Subject: documentation: bsp-guide - Changed Source Directory capitalization. The term should be initially capitalized. (From yocto-docs rev: 38a11d512bfe675319fb76da9d7618315af91c47) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 91b1be0640..3cb65c21e7 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -388,7 +388,7 @@ Tuning files are found in the meta/conf/machine/include directory within the - source directory. + Source Directory. Tuning files can also reside in the BSP Layer itself. For example, the ia32-base.inc file resides in the meta-intel BSP Layer in conf/machine/include. @@ -440,7 +440,7 @@ formfactor recipe meta/recipes-bsp/formfactor/formfactor_0.0.bb, which is found in the - source directory. + Source Directory. @@ -485,7 +485,7 @@ For your BSP, you typically want to use an existing Yocto Project kernel recipe found in the - source directory + Source Directory at meta/recipes-kernel/linux. You can append your specific changes to the kernel recipe by using a similarly named append file, which is located in the BSP Layer (e.g. @@ -557,7 +557,7 @@ to ensure the build process uses the standard/default/crownbay kernel branch. Finally, the append file points to the specific top commits in the - source directory Git + Source Directory Git repository and the meta Git repository branches to identify the exact kernel needed to build the Crown Bay BSP. @@ -706,7 +706,7 @@ recipe-* subdirectory. You can find recipes.txt in the meta directory of the - source directory, + Source Directory, or in the OpenEmbedded Core Layer (openembedded-core) found at . @@ -714,7 +714,7 @@ Within any particular recipes-* category, the layout should match what is found in the OpenEmbedded Core Git repository (openembedded-core) - or the source directory (poky). + or the Source Directory (poky). In other words, make sure you place related files in appropriately related recipes-* subdirectories specific to the recipe's function, or within a subdirectory containing a set of closely-related @@ -1017,8 +1017,8 @@ The following sections describe the common location and help features as well - as details for the yocto-bsp and yocto-kernel - tools. + as provides details for the + yocto-bsp and yocto-kernel tools.
@@ -1037,7 +1037,7 @@ Both tools reside in the scripts/ subdirectory - of the source directory. + of the Source Directory. Consequently, to use the scripts, you must source the environment just as you would when invoking a build: -- cgit v1.2.3-54-g00ecf