bitbake: user-manual-ref-variables.xml: Added PREFERRED_PROVIDERS to glossary.

(Bitbake rev: 86cacad8129502088011ebb622dd4d3d3663d39e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-01-24 08:59:25 -06:00 committed by Richard Purdie
parent dac581dbd2
commit 658d885c0c
1 changed files with 23 additions and 0 deletions

View File

@ -1356,6 +1356,29 @@
</glossdef>
</glossentry>
<glossentry id='var-PREFERRED_PROVIDERS'><glossterm>PREFERRED_PROVIDERS</glossterm>
<glossdef>
<para>
Determines which recipe should be given preference for
cases where multiple recipes provide the same item.
Functionally,
<filename>PREFERRED_PROVIDERS</filename> is identical to
<link linkend='var-PREFERRED_PROVIDER'><filename>PREFERRED_PROVIDER</filename></link>.
However, the <filename>PREFERRED_PROVIDERS</filename>
variable lets you define preferences for multiple
situations using the following form:
<literallayout class='monospaced'>
PREFERRED_PROVIDERS = "xxx:yyy aaa:bbb ..."
</literallayout>
This form is a convenient replacement for the following:
<literallayout class='monospaced'>
PREFERRED_PROVIDER_xxx = "yyy"
PREFERRED_PROVIDER_aaa = "bbb"
</literallayout>
</para>
</glossdef>
</glossentry>
<glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION</glossterm>
<glossdef>
<para>