diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-09 10:40:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-21 20:57:16 +0100 |
commit | a7c0424467c97b3af8f32f0bdf91ca5394d6787e (patch) | |
tree | 70b81cb0f9e8c29ebe87903a13a9f69658ba4b39 /documentation/ref-manual/variables.rst | |
parent | c91b04679f8bee04b3e41697c6d823fb4a68dec8 (diff) | |
download | poky-a7c0424467c97b3af8f32f0bdf91ca5394d6787e.tar.gz |
ref/dev-manual: Update multiconfig documentation
Multiconfigs now work from layers. Update the documentation to match this change.
Also fix a incorrect reference to different distros working within the same TMPDIR,
that is incorrect.
[YOCTO #13566]
(From yocto-docs rev: cb35f75bfc98c9098f9af64b9dd040b25779da36)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 9 |
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 |