diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-10-19 16:56:08 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-25 17:55:37 +0100 |
| commit | 2b782a2c21ab7783c25226b318f34671339e6129 (patch) | |
| tree | fdae2d1956477ca6097e64dc025027765ae4ad4b /documentation | |
| parent | 0df906b779abce4288c73c398dd251fd8892f9a0 (diff) | |
| download | poky-2b782a2c21ab7783c25226b318f34671339e6129.tar.gz | |
ref-manual: Added BBMULTICONFIG glossary description.
(From yocto-docs rev: 47edb1bbddead120bc976a920089d61426f8f223)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 36 |
1 files changed, 36 insertions, 0 deletions
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 @@ | |||
| 1225 | </glossdef> | 1225 | </glossdef> |
| 1226 | </glossentry> | 1226 | </glossentry> |
| 1227 | 1227 | ||
| 1228 | <glossentry id='var-BBMULTICONFIG'><glossterm>BBMULTICONFIG</glossterm> | ||
| 1229 | <info> | ||
| 1230 | BBMULTICONFIG[doc] = "Specifies each separate configuration when you are building targets with multiple configurations." | ||
| 1231 | </info> | ||
| 1232 | <glossdef> | ||
| 1233 | <para role="glossdeffirst"> | ||
| 1234 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
| 1235 | Specifies each separate configuration when you are | ||
| 1236 | building targets with multiple configurations. | ||
| 1237 | Use this variable in your | ||
| 1238 | <filename>conf/local.conf</filename> configuration file. | ||
| 1239 | Specify a <replaceable>multiconfigname</replaceable> for | ||
| 1240 | each configuration file you are using. | ||
| 1241 | For example, the following line specifies three | ||
| 1242 | configuration files: | ||
| 1243 | <literallayout class='monospaced'> | ||
| 1244 | BBMULTIFONFIG = "configA configB configC" | ||
| 1245 | </literallayout> | ||
| 1246 | Each configuration file you use must reside in the | ||
| 1247 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory's</ulink> | ||
| 1248 | <filename>conf/multiconfig</filename> directory | ||
| 1249 | (e.g. | ||
| 1250 | <replaceable>build_directory</replaceable><filename>/conf/multiconfig/configA.conf</filename>). | ||
| 1251 | </para> | ||
| 1252 | |||
| 1253 | <para> | ||
| 1254 | For information on how to use | ||
| 1255 | <filename>BBMULTICONFIG</filename> in an environment that | ||
| 1256 | supports building targets with multiple configurations, | ||
| 1257 | see the | ||
| 1258 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-building-targets-with-multiple-configurations'>Building Targets with Multiple Configurations</ulink>" | ||
| 1259 | section in the Yocto Project Development Manual. | ||
| 1260 | </para> | ||
| 1261 | </glossdef> | ||
| 1262 | </glossentry> | ||
| 1263 | |||
| 1228 | <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> | 1264 | <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> |
| 1229 | <info> | 1265 | <info> |
| 1230 | BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." | 1266 | BBPATH[doc] = "Used by BitBake to locate .bbclass and configuration files. This variable is analogous to the PATH variable." |
