diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index d224ed9978..777a91b81f 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -822,10 +822,18 @@ PREFERRED_PROVIDER - If multiple recipes provide an item, this variable + + If multiple recipes provide an item, this variable determines which recipe should be given preference. - The variable should be set to the $PN of the recipe - to which you want to give precedence. + The variable must always be suffixed with the name of the + provided item, and should be set to the + $PN of the recipe + to which you want to give precedence. + Here is an example: + + PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" + +