diff options
Diffstat (limited to 'bitbake/doc/user-manual')
-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> |