mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 05:27:01 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e06421bfc4
commit
859d36b130
@@ -1205,6 +1205,45 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BBMULTICONFIG'><glossterm>BBMULTICONFIG</glossterm>
|
||||
<info>
|
||||
BBMULTICONFIG[doc] = "Enables BitBake to perform multiple configuration builds and lists each separate configuration (multiconfig)."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para role="glossdeffirst">
|
||||
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
||||
Enables BitBake to perform multiple configuration builds
|
||||
and lists each separate configuration (multiconfig).
|
||||
You can use this variable to cause BitBake to build
|
||||
multiple targets where each target has a separate
|
||||
configuration.
|
||||
Define <filename>BBMULTICONFIG</filename> in your
|
||||
<filename>conf/local.conf</filename> configuration file.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
As an example, the following line specifies three
|
||||
multiconfigs, each having a separate configuration file:
|
||||
<literallayout class='monospaced'>
|
||||
BBMULTIFONFIG = "configA configB configC"
|
||||
</literallayout>
|
||||
Each configuration file you use must reside in the
|
||||
build directory within a directory named
|
||||
<filename>conf/multiconfig</filename> (e.g.
|
||||
<replaceable>build_directory</replaceable><filename>/conf/multiconfig/configA.conf</filename>).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
For information on how to use
|
||||
<filename>BBMULTICONFIG</filename> in an environment that
|
||||
supports building targets with multiple configurations,
|
||||
see the
|
||||
"<link linkend='executing-a-multiple-configuration-build'>Executing a Multiple Configuration Build</link>"
|
||||
section.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user