diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b020a27712..f0384a8443 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1225,6 +1225,42 @@ + BBMULTICONFIG + + BBMULTICONFIG[doc] = "Specifies each separate configuration when you are building targets with multiple configurations." + + + + + Specifies each separate configuration when you are + building targets with multiple configurations. + Use this variable in your + conf/local.conf configuration file. + Specify a multiconfigname for + each configuration file you are using. + For example, the following line specifies three + configuration files: + + BBMULTIFONFIG = "configA configB configC" + + Each configuration file you use must reside in the + Build Directory's + conf/multiconfig directory + (e.g. + build_directory/conf/multiconfig/configA.conf). + + + + For information on how to use + BBMULTICONFIG in an environment that + supports building targets with multiple configurations, + see the + "Building Targets with Multiple Configurations" + section in the Yocto Project Development Manual. + + + + BBPATH BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable."