From cc2626727c61025b5cf0fcc214ddb896de7bbc39 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Sep 2013 09:30:53 -0700 Subject: ref-manual: Re-ordered some B* variables to be in alphabetical order. (From yocto-docs rev: 75e170bb84d263a514e79c02c8628ef44290a5b2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 150 ++++++++++++++--------------- 1 file changed, 75 insertions(+), 75 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3148d0f154..2414d3b036 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -493,6 +493,14 @@ + BB_NUMBER_THREADS + + The maximum number of tasks BitBake should run in parallel at any one time. + If your host development system supports multiple cores a good rule of thumb + is to set this variable to twice the number of cores. + + + BBCLASSEXTEND @@ -517,74 +525,6 @@ - BBMASK - - - Prevents BitBake from processing recipes and recipe - append files. - Use the BBMASK variable from within the - conf/local.conf file found - in the - Build Directory. - - - - You can use the BBMASK variable - to "hide" these .bb and - .bbappend files. - BitBake ignores any recipe or recipe append files that - match the expression. - It is as if BitBake does not see them at all. - Consequently, matching files are not parsed or otherwise - used by BitBake. - - The value you provide is passed to Python's regular - expression compiler. - The expression is compared against the full paths to - the files. - For complete syntax information, see Python's - documentation at - . - - - - The following example uses a complete regular expression - to tell BitBake to ignore all recipe and recipe append - files in the /meta-ti/recipes-misc/ - directory: - - BBMASK = "/meta-ti/recipes-misc/" - - If you want to mask out multiple directories or recipes, - use the vertical bar to separate the regular expression - fragments. - This next example masks out multiple directories and - individual recipes: - - BBMASK = "meta-ti/recipes-misc/|meta-ti/recipes-ti/packagegroup/" - BBMASK .= "|.*meta-oe/recipes-support/" - BBMASK .= "|.*openldap" - BBMASK .= "|.*opencv" - BBMASK .= "|.*lzma" - - Notice how the vertical bar is used to append the fragments. - - When specifying a directory name, use the trailing - slash character to ensure you match just that directory - name. - - - - - - BB_NUMBER_THREADS - - The maximum number of tasks BitBake should run in parallel at any one time. - If your host development system supports multiple cores a good rule of thumb - is to set this variable to twice the number of cores. - - - BBFILE_COLLECTIONS Lists the names of configured layers. @@ -644,13 +584,6 @@ - BBPATH - - Used by BitBake to locate .bbclass and configuration files. - This variable is analogous to the PATH variable. - - - BBINCLUDELOGS Variable that controls how BitBake displays logs on build failure. @@ -710,6 +643,73 @@ Core layer for images cannot be removed + BBMASK + + + Prevents BitBake from processing recipes and recipe + append files. + Use the BBMASK variable from within the + conf/local.conf file found + in the + Build Directory. + + + + You can use the BBMASK variable + to "hide" these .bb and + .bbappend files. + BitBake ignores any recipe or recipe append files that + match the expression. + It is as if BitBake does not see them at all. + Consequently, matching files are not parsed or otherwise + used by BitBake. + + The value you provide is passed to Python's regular + expression compiler. + The expression is compared against the full paths to + the files. + For complete syntax information, see Python's + documentation at + . + + + + The following example uses a complete regular expression + to tell BitBake to ignore all recipe and recipe append + files in the /meta-ti/recipes-misc/ + directory: + + BBMASK = "/meta-ti/recipes-misc/" + + If you want to mask out multiple directories or recipes, + use the vertical bar to separate the regular expression + fragments. + This next example masks out multiple directories and + individual recipes: + + BBMASK = "meta-ti/recipes-misc/|meta-ti/recipes-ti/packagegroup/" + BBMASK .= "|.*meta-oe/recipes-support/" + BBMASK .= "|.*openldap" + BBMASK .= "|.*opencv" + BBMASK .= "|.*lzma" + + Notice how the vertical bar is used to append the fragments. + + When specifying a directory name, use the trailing + slash character to ensure you match just that directory + name. + + + + + + BBPATH + + Used by BitBake to locate .bbclass and configuration files. + This variable is analogous to the PATH variable. + + + BINCONFIG_GLOB -- cgit v1.2.3-54-g00ecf