summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-10-19 16:56:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-25 17:56:27 +0100
commite40a8d739a55bff4bdbf269c43ee138fba351eef (patch)
tree5e521c3cda037a1f77652117ec3d56193864e302 /documentation
parent5e0d6341ab25e3b7bad9c76aff2a3e21f0589b77 (diff)
downloadpoky-e40a8d739a55bff4bdbf269c43ee138fba351eef.tar.gz
ref-manual: Added BBMULTICONFIG glossary description.
(From yocto-docs rev: a37069875e661ee07edf17275441c29d84363479) 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.xml36
1 files changed, 36 insertions, 0 deletions
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 @@
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."