summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-02-13 16:15:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 23:37:26 +0000
commit3ff067647fc0c56f3dd15d07d70bf3a7a496bf4f (patch)
tree6155b01878862b4f171bcf9264c0e213415ccfb1 /bitbake/doc
parent3c971c0400799a8d6c12d51a2fc428812e33bbc0 (diff)
downloadpoky-3ff067647fc0c56f3dd15d07d70bf3a7a496bf4f.tar.gz
bitbake: bitbake: Rename allowed multiple provider variable
In line with the inclusive language migration defined at: https://wiki.yoctoproject.org/wiki/Inclusive_language rename: MULTI_PROVIDER_WHITELIST -> BB_MULTI_PROVIDER_ALLOWED (Bitbake rev: a09546b725fda13c0279638c7c904110da7bf6cd) (Bitbake rev: d035435c1a4951a45481867cf932faa4a6f8f936) Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 1dc03611bb..7601d15a0e 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1054,7 +1054,7 @@ overview of their function and contents.
1054 upstream source, and then locations specified by :term:`MIRRORS` in that 1054 upstream source, and then locations specified by :term:`MIRRORS` in that
1055 order. 1055 order.
1056 1056
1057 :term:`MULTI_PROVIDER_WHITELIST` 1057 :term:`BB_MULTI_PROVIDER_ALLOWED`
1058 Allows you to suppress BitBake warnings caused when building two 1058 Allows you to suppress BitBake warnings caused when building two
1059 separate recipes that provide the same output. 1059 separate recipes that provide the same output.
1060 1060