summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-06-20 19:53:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-21 09:03:04 +0100
commit3d8f1423fae3e3cceed7ab28034a91f65df8c0d1 (patch)
tree9a348a2196cbf5550bc1f16ce5b0f89d4fd1ab8c
parent8079e7a55ce3372cfa89f551ef61fe4a5ff89b54 (diff)
downloadpoky-3d8f1423fae3e3cceed7ab28034a91f65df8c0d1.tar.gz
bitbake: bitbake-user-manual: revert change about PREFERRED_PROVIDERS
Partially reverting https://git.openembedded.org/bitbake/commit/?id=d1779e2f7789e516efae434b3781c981d0ef4ded (Bitbake rev: 0556c7bdc82cf665faa141989f2e07dd59517735) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst6
1 files changed, 3 insertions, 3 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 337cfa3ed5..d3936935cd 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
@@ -1230,9 +1230,9 @@ overview of their function and contents.
1230 PREFERRED_PROVIDER_virtual/libgl ?= "mesa" 1230 PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
1231 1231
1232 :term:`PREFERRED_PROVIDERS` 1232 :term:`PREFERRED_PROVIDERS`
1233 A colon-separated list to determine which recipe should be given 1233 Determines which recipe should be given preference for cases where
1234 preference for cases where multiple recipes provide the same item. 1234 multiple recipes provide the same item. Functionally,
1235 Functionally, :term:`PREFERRED_PROVIDERS` is identical to 1235 :term:`PREFERRED_PROVIDERS` is identical to
1236 :term:`PREFERRED_PROVIDER`. However, the :term:`PREFERRED_PROVIDERS` variable 1236 :term:`PREFERRED_PROVIDER`. However, the :term:`PREFERRED_PROVIDERS` variable
1237 lets you define preferences for multiple situations using the following 1237 lets you define preferences for multiple situations using the following
1238 form:: 1238 form::