From 22fa92fa14891857956a68b14ac4a7536eacef62 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 13 Jun 2012 13:34:39 -0700 Subject: documentation/poky-ref-manual/ref-variables.xml: 1.1.2 variables and updates First pass at implementing the poky.ent variables. Also, made some corrections to text. (From yocto-docs rev: c1e7fe4413a611ed4d4a727432a1a4763d308bb3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 29 +++++++++++++------------ 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index ba74798856..8e4d9df41c 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1,5 +1,6 @@ +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %poky; ] > @@ -75,7 +76,7 @@ BB_NUMBER_THREADS The maximum number of tasks BitBake should run in parallel at any one time. - If your host development system supports mulitiple cores a good rule of thumb + If your host development system supports multiple cores, a good rule of thumb is to set this variable to twice the number of cores. @@ -306,8 +307,8 @@ DISTRO_PN_ALIAS Alias names used for the recipe in various Linux distributions. - See - Handling a Package Name Alias section for more information. + See " + Handling a Package Name Alias" section for more information. @@ -446,7 +447,7 @@ The options to pass in TARGET_CFLAGS and CFLAGS - when compiling an optimised system. + when compiling an optimized system. This variable defaults to "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2". @@ -476,7 +477,7 @@ Typically, you configure this variable in image recipes. Note that you can add extra features to the image by using the EXTRA_IMAGE_FEATURES variable. - See the Reference: Images section for the + See the "Reference: Images" section for the list of features present in images built by the Yocto Project. @@ -707,7 +708,7 @@ This variable is similar to the - MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS + MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS variable with the exception that the package being built has a build dependency on the variable's list of packages. In other words, the image will not build if a file in this list is not found. @@ -737,7 +738,7 @@ This variable is similar to the - MACHINE_ESSENTIAL_EXTRA_RDEPENDS + MACHINE_ESSENTIAL_EXTRA_RDEPENDS variable with the exception that the package being built does not have a build dependency on the variable's list of packages. In other words, the image will build if a file in this list is not found. @@ -785,7 +786,7 @@ This variable is similar to the - MACHINE_EXTRA_RRECOMMENDS + MACHINE_EXTRA_RRECOMMENDS variable with the exception that the package being built has a build dependency on the variable's list of packages. In other words, the image will not build if a file in this list is not found. @@ -822,7 +823,7 @@ This variable is similar to the - MACHINE_EXTRA_RDEPENDS + MACHINE_EXTRA_RDEPENDS variable with the exception that the package being built does not have a build dependency on the variable's list of packages. In other words, the image will build if a file in this list is not found. @@ -932,7 +933,7 @@ This variable is usually in the form -j 4, where the number represents the maximum number of parallel threads make can run. If you development host supports multiple cores a good rule of thumb is to set - this variable to one and a half times the number of cores on the host. + this variable to twice the number of cores on the host. @@ -1117,7 +1118,7 @@ The package being built does not depend on this list of packages in order to successfully build, but needs them for the extended usability. To specify runtime dependencies for packages, see the - RDEPENDS variable. + RDEPENDS variable. The Yocto Project build process automatically installs the list of packages @@ -1160,7 +1161,7 @@ The path to unpacked sources. By default, this path is - "${WORKDIR}/${PN}-${PV}". + "${WORKDIR}/${PN}-${PV}". @@ -1242,7 +1243,7 @@ contains files that are machine-specific. If so, the Yocto Project automatically changes PACKAGE_ARCH. - Setting this variable to "0" disables this behaviour. + Setting this variable to "0" disables this behavior. -- cgit v1.2.3-54-g00ecf