From 658d885c0c0d82bd9fb236db5427451d6cd8f44a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 24 Jan 2014 08:59:25 -0600 Subject: bitbake: user-manual-ref-variables.xml: Added PREFERRED_PROVIDERS to glossary. (Bitbake rev: 86cacad8129502088011ebb622dd4d3d3663d39e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../doc/user-manual/user-manual-ref-variables.xml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'bitbake') 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 @@ + PREFERRED_PROVIDERS + + + Determines which recipe should be given preference for + cases where multiple recipes provide the same item. + Functionally, + PREFERRED_PROVIDERS is identical to + PREFERRED_PROVIDER. + However, the PREFERRED_PROVIDERS + variable lets you define preferences for multiple + situations using the following form: + + PREFERRED_PROVIDERS = "xxx:yyy aaa:bbb ..." + + This form is a convenient replacement for the following: + + PREFERRED_PROVIDER_xxx = "yyy" + PREFERRED_PROVIDER_aaa = "bbb" + + + + + PREFERRED_VERSION -- cgit v1.2.3-54-g00ecf