diff options
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> |