diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-07-02 16:14:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-18 12:16:53 +0100 |
commit | 1cf94948b75ef63592befb080f40d0956e98e6de (patch) | |
tree | a52a86b63887ef635c6c5b9d2d3fdc099bb793df /documentation | |
parent | bcd50509bf8f1141a83a5bb287f1a17d046c3145 (diff) | |
download | poky-1cf94948b75ef63592befb080f40d0956e98e6de.tar.gz |
ref-manual: Fixed typo for BBMULTICONFIG variable.
There was a typo in the BBMULTICONFIG variable description.
It appeared as "BBMULTIFONFIG". I fixed it.
(From yocto-docs rev: c53b1bb6e588f9ee87cb8ab85fc8c3985257a37a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 12876e3d9a..1a6155e8db 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1358,7 +1358,7 @@ | |||
1358 | For example, the following line specifies three | 1358 | For example, the following line specifies three |
1359 | configuration files: | 1359 | configuration files: |
1360 | <literallayout class='monospaced'> | 1360 | <literallayout class='monospaced'> |
1361 | BBMULTIFONFIG = "configA configB configC" | 1361 | BBMULTICONFIG = "configA configB configC" |
1362 | </literallayout> | 1362 | </literallayout> |
1363 | Each configuration file you use must reside in the | 1363 | Each configuration file you use must reside in the |
1364 | <link linkend='build-directory'>Build Directory</link> | 1364 | <link linkend='build-directory'>Build Directory</link> |