From 6391dbfe489ac5565d1fce23a31a90f3616f158c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Apr 2016 08:09:19 -0700 Subject: ref-manual: Updated the PREFERRED_PROVIDER variable with a note. (From yocto-docs rev: 5d3a3e9ea8670f784f9c06cb244a9d5981bb1e76) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d66fe1b0c6..4fb1f64646 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9568,6 +9568,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" PREFERRED_PROVIDER_virtual/libgl ?= "mesa" + + If you set PREFERRED_PROVIDER + for a virtual/* item, then any + recipe that + PROVIDES + that item that is not selected by + PREFERRED_PROVIDER is prevented + from building, which is usually desirable since this + mechanism is designed to select between mutually + exclusive alternative providers. + -- cgit v1.2.3-54-g00ecf