summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <aehs29@gmail.com>2019-10-08 17:36:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-09 14:01:01 +0100
commit677bfa6a697d1807a689105dcfe4c6def6f08d30 (patch)
tree113956e69643a97e5f24fc8769edac37f355e5de /documentation/ref-manual
parent704c3e623eb6f7d271aa29024d8c9d228e2d3ccf (diff)
downloadpoky-677bfa6a697d1807a689105dcfe4c6def6f08d30.tar.gz
documentation: Update multiconfig syntax and explanation on BBMULTICONFIG
The syntax to use multiconfig builds changed from multiconfig:foo:target to mc:foo:target. Clarify that BBMULTICONFIG defines additional configurations along with the one coming from local.conf. Fix these changes on both the dev manual and the reference manual. (From yocto-docs rev: 9e79e96cad66316c1b4ee608723edfa763f0f9ef) Signed-off-by: Alejandro Enedino Hernandez Samaniego <aehs29@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 93b7588385..8ad3f9b3ca 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1344,12 +1344,12 @@
1344 1344
1345 <glossentry id='var-BBMULTICONFIG'><glossterm>BBMULTICONFIG</glossterm> 1345 <glossentry id='var-BBMULTICONFIG'><glossterm>BBMULTICONFIG</glossterm>
1346 <info> 1346 <info>
1347 BBMULTICONFIG[doc] = "Specifies each separate configuration when you are building targets with multiple configurations." 1347 BBMULTICONFIG[doc] = "Specifies each additional separate configuration when you are building targets with multiple configurations."
1348 </info> 1348 </info>
1349 <glossdef> 1349 <glossdef>
1350 <para role="glossdeffirst"> 1350 <para role="glossdeffirst">
1351<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 1351<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
1352 Specifies each separate configuration when you are 1352 Specifies each additional separate configuration when you are
1353 building targets with multiple configurations. 1353 building targets with multiple configurations.
1354 Use this variable in your 1354 Use this variable in your
1355 <filename>conf/local.conf</filename> configuration file. 1355 <filename>conf/local.conf</filename> configuration file.