summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e31f0ed886..375333e7f0 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -718,10 +718,11 @@ system and gives an overview of their function and contents.
718 718
719 BBMULTICONFIG = "configA configB configC" 719 BBMULTICONFIG = "configA configB configC"
720 720
721 Each configuration file you 721 Each configuration file you use must reside in a ``multiconfig``
722 use must reside in the :term:`Build Directory` 722 subdirectory of a configuration directory within a layer, or
723 ``conf/multiconfig`` directory (e.g. 723 within the :term:`Build Directory` (e.g.
724 ``build_directory/conf/multiconfig/configA.conf``). 724 ``build_directory/conf/multiconfig/configA.conf`` or
725 ``mylayer/conf/multiconfig/configB.conf``).
725 726
726 For information on how to use :term:`BBMULTICONFIG` in an environment 727 For information on how to use :term:`BBMULTICONFIG` in an environment
727 that supports building targets with multiple configurations, see the 728 that supports building targets with multiple configurations, see the