diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-24 08:59:25 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-11 12:17:05 +0000 |
commit | 658d885c0c0d82bd9fb236db5427451d6cd8f44a (patch) | |
tree | 1d1029189337238afca96d8821bd33ea8f6c92b4 | |
parent | dac581dbd2ef07326ae1e1ae04da6a8b3160eb55 (diff) | |
download | poky-658d885c0c0d82bd9fb236db5427451d6cd8f44a.tar.gz |
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>
-rw-r--r-- | bitbake/doc/user-manual/user-manual-ref-variables.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml index b87614ae8e..1ee0eebd1b 100644 --- a/bitbake/doc/user-manual/user-manual-ref-variables.xml +++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml | |||
@@ -1356,6 +1356,29 @@ | |||
1356 | </glossdef> | 1356 | </glossdef> |
1357 | </glossentry> | 1357 | </glossentry> |
1358 | 1358 | ||
1359 | <glossentry id='var-PREFERRED_PROVIDERS'><glossterm>PREFERRED_PROVIDERS</glossterm> | ||
1360 | <glossdef> | ||
1361 | <para> | ||
1362 | Determines which recipe should be given preference for | ||
1363 | cases where multiple recipes provide the same item. | ||
1364 | Functionally, | ||
1365 | <filename>PREFERRED_PROVIDERS</filename> is identical to | ||
1366 | <link linkend='var-PREFERRED_PROVIDER'><filename>PREFERRED_PROVIDER</filename></link>. | ||
1367 | However, the <filename>PREFERRED_PROVIDERS</filename> | ||
1368 | variable lets you define preferences for multiple | ||
1369 | situations using the following form: | ||
1370 | <literallayout class='monospaced'> | ||
1371 | PREFERRED_PROVIDERS = "xxx:yyy aaa:bbb ..." | ||
1372 | </literallayout> | ||
1373 | This form is a convenient replacement for the following: | ||
1374 | <literallayout class='monospaced'> | ||
1375 | PREFERRED_PROVIDER_xxx = "yyy" | ||
1376 | PREFERRED_PROVIDER_aaa = "bbb" | ||
1377 | </literallayout> | ||
1378 | </para> | ||
1379 | </glossdef> | ||
1380 | </glossentry> | ||
1381 | |||
1359 | <glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION</glossterm> | 1382 | <glossentry id='var-PREFERRED_VERSION'><glossterm>PREFERRED_VERSION</glossterm> |
1360 | <glossdef> | 1383 | <glossdef> |
1361 | <para> | 1384 | <para> |