diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-09-05 09:31:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-04 14:33:31 +0100 |
commit | 859d36b1309ccb41d0218bfad11c4cfceebcd980 (patch) | |
tree | 6cc2c7e20c96b15d87ce61d83fc5d798dad396aa /bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | |
parent | e06421bfc401c3aeac01db08e32c7833085352ec (diff) | |
download | poky-859d36b1309ccb41d0218bfad11c4cfceebcd980.tar.gz |
bitbake: bitbake-user-manual: Added BBMULTICONFIG support
The BBMULTICONFIG variable is a variable used for BitBake and was
not documented in the BitBake Manual glossary. I added the
definition. I also added the variable to the example in the section
describing how to execute builds for multiple configurations.
(Bitbake rev: 836f994ec530ba82c935cb41e006d1f128885dc2)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index 0313359d98..b5a793649c 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | |||
@@ -1205,6 +1205,45 @@ | |||
1205 | </glossdef> | 1205 | </glossdef> |
1206 | </glossentry> | 1206 | </glossentry> |
1207 | 1207 | ||
1208 | <glossentry id='var-BBMULTICONFIG'><glossterm>BBMULTICONFIG</glossterm> | ||
1209 | <info> | ||
1210 | BBMULTICONFIG[doc] = "Enables BitBake to perform multiple configuration builds and lists each separate configuration (multiconfig)." | ||
1211 | </info> | ||
1212 | <glossdef> | ||
1213 | <para role="glossdeffirst"> | ||
1214 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
1215 | Enables BitBake to perform multiple configuration builds | ||
1216 | and lists each separate configuration (multiconfig). | ||
1217 | You can use this variable to cause BitBake to build | ||
1218 | multiple targets where each target has a separate | ||
1219 | configuration. | ||
1220 | Define <filename>BBMULTICONFIG</filename> in your | ||
1221 | <filename>conf/local.conf</filename> configuration file. | ||
1222 | </para> | ||
1223 | |||
1224 | <para> | ||
1225 | As an example, the following line specifies three | ||
1226 | multiconfigs, each having a separate configuration file: | ||
1227 | <literallayout class='monospaced'> | ||
1228 | BBMULTIFONFIG = "configA configB configC" | ||
1229 | </literallayout> | ||
1230 | Each configuration file you use must reside in the | ||
1231 | build directory within a directory named | ||
1232 | <filename>conf/multiconfig</filename> (e.g. | ||
1233 | <replaceable>build_directory</replaceable><filename>/conf/multiconfig/configA.conf</filename>). | ||
1234 | </para> | ||
1235 | |||
1236 | <para> | ||
1237 | For information on how to use | ||
1238 | <filename>BBMULTICONFIG</filename> in an environment that | ||
1239 | supports building targets with multiple configurations, | ||
1240 | see the | ||
1241 | "<link linkend='executing-a-multiple-configuration-build'>Executing a Multiple Configuration Build</link>" | ||
1242 | section. | ||
1243 | </para> | ||
1244 | </glossdef> | ||
1245 | </glossentry> | ||
1246 | |||
1208 | <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> | 1247 | <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> |
1209 | <glossdef> | 1248 | <glossdef> |
1210 | <para> | 1249 | <para> |