ref-manual/variables.rst: BBMULTICONFIG: fix a typo

(From yocto-docs rev: 51dff17220ffff0646c67f2c03836ee07839b434)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 0e575b2512f2dfceb71c67bd0f491b4cf909652f)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Antonin Godard
2026-09-11 16:56:07 +02:00
committed by Paul Barker
parent 71eca1229a
commit dd3e970874

View File

@@ -882,7 +882,7 @@ system and gives an overview of their function and contents.
Specifies each additional separate configuration when you are
building targets with multiple configurations. Use this variable in
your ``conf/local.conf`` configuration file. Specify a
multiconfigname for each configuration file you are using. For
multiconfig name for each configuration file you are using. For
example, the following line specifies three configuration files::
BBMULTICONFIG = "configA configB configC"