From dd3e970874c4c1fe4d52f47ebea2f64c72dbc9ff Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 11 Sep 2026 16:56:07 +0200 Subject: [PATCH] ref-manual/variables.rst: BBMULTICONFIG: fix a typo (From yocto-docs rev: 51dff17220ffff0646c67f2c03836ee07839b434) Signed-off-by: Antonin Godard (cherry picked from commit 0e575b2512f2dfceb71c67bd0f491b4cf909652f) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 876595b3cb..5f06741741 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -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"