diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-10 12:35:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:27 +0000 |
commit | 707224b57a9d646bbeb619bfe1054e9e4c021b23 (patch) | |
tree | e8590d1fb8d27ec7b49ad147455b8cadda8b120c /documentation/ref-manual/ref-variables.xml | |
parent | 8097a978cef998d82cc1e35e94b090b0c8bb264f (diff) | |
download | poky-707224b57a9d646bbeb619bfe1054e9e4c021b23.tar.gz |
ref-manual, overview-manual, yocto-project-qs: Moved YP Components
Fixes [YOCTO #12370]
Moved the "Yocto Project Components" section from the ref-manual to
the overview-manual. This material falls into the "concepts" area
and is being moved from the ref-manual. One link in the
yocto-project-qs was affected and updated. Oh... another link in the
ref-manual for a variable also fixed.
(From yocto-docs rev: 75ced485bb223373591eb41d1b343d0c2b315345)
Signed-off-by: Scott Rifenbark <srifenbark@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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 251e10c83f..1b5f863970 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -10709,8 +10709,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10709 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" | 10709 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" |
10710 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | 10710 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" |
10711 | </literallayout> | 10711 | </literallayout> |
10712 | For more information see: | 10712 | For more information, see the |
10713 | <link linkend='metadata-virtual-providers'>Metadata (Virtual Providers)</link> | 10713 | "<ulink url='&YOCTO_DOCS_OVERVIEW_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>" |
10714 | section in the Yocto Project Overview Manual. | ||
10714 | <note> | 10715 | <note> |
10715 | If you set <filename>PREFERRED_PROVIDER</filename> | 10716 | If you set <filename>PREFERRED_PROVIDER</filename> |
10716 | for a <filename>virtual/*</filename> item, then any | 10717 | for a <filename>virtual/*</filename> item, then any |