From e40a8d739a55bff4bdbf269c43ee138fba351eef Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 19 Oct 2016 16:56:08 -0700 Subject: ref-manual: Added BBMULTICONFIG glossary description. (From yocto-docs rev: a37069875e661ee07edf17275441c29d84363479) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ae1068a90c..ce331d85b9 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." -- cgit v1.2.3-54-g00ecf