diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-09-06 16:07:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-13 18:00:18 +0100 |
commit | 574633641a249de648584a65b1a83775716e4e70 (patch) | |
tree | c24442516fd31618d72f28c47346c1588f2ba656 /documentation/ref-manual/ref-variables.xml | |
parent | 734de503faf1f211e2a367dd7579af0b55b2f57d (diff) | |
download | poky-574633641a249de648584a65b1a83775716e4e70.tar.gz |
ref-manual: Updated PREFERRED_PROVIDER variable
Fixes [YOCTO #11762]
Added a link from variable to new virtual providers
section.
(From yocto-docs rev: d87726cf4962ca093c63d23d9e04f41d448c9594)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2576b3a174..e2544f187e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -10544,6 +10544,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10544 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" | 10544 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" |
10545 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | 10545 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" |
10546 | </literallayout> | 10546 | </literallayout> |
10547 | For more information see: | ||
10548 | <link linkend='metadata-virtual-providers'>Metadata (Virtual Providers)</link> | ||
10547 | <note> | 10549 | <note> |
10548 | If you set <filename>PREFERRED_PROVIDER</filename> | 10550 | If you set <filename>PREFERRED_PROVIDER</filename> |
10549 | for a <filename>virtual/*</filename> item, then any | 10551 | for a <filename>virtual/*</filename> item, then any |