From: Scott Rifenbark Date: Wed, 19 Oct 2016 23:56:08 +0000 (-0700) Subject: ref-manual: Added BBMULTICONFIG glossary description. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e40a8d739a55bff4bdbf269c43ee138fba351eef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added BBMULTICONFIG glossary description. (From yocto-docs rev: a37069875e661ee07edf17275441c29d84363479) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ae1068a90c6..ce331d85b92 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."