diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-18 10:46:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-19 17:38:50 +0100 |
commit | 1e642b1e0dcd006df266afbf3273b85212b6b231 (patch) | |
tree | d3764a3405ce3ebfc2ea0985fe4bbe4391972482 | |
parent | 45b98aa5617224592aeea1d80d8ce90530087e23 (diff) | |
download | ast2050-yocto-poky-1e642b1e0dcd006df266afbf3273b85212b6b231.zip ast2050-yocto-poky-1e642b1e0dcd006df266afbf3273b85212b6b231.tar.gz |
documentation: poky-ref-manual - edits to *_FEATURES glossary
Changed wording so that the lists of features do not seem
to be finite. But rather, the set shipped with YP.
(From yocto-docs rev: 68e1eba075819863d8137be0b4c70935b88cb1a3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 163d1c0..0e64b0a 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -484,8 +484,8 @@ <glossentry id='var-DISTRO_FEATURES'><glossterm>DISTRO_FEATURES</glossterm> <glossdef> <para>The features enabled for the distribution. - For a list of valid features, see the - "<link linkend='ref-features-distro'>Distro</link>" + For a list of features supported by the Yocto Project as shipped, + see the "<link linkend='ref-features-distro'>Distro</link>" section. </para> </glossdef> @@ -1620,8 +1620,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" <glossdef> <para>Specifies the list of hardware features the <link linkend='var-MACHINE'>MACHINE</link> supports. - For a list of valid features you can provide, see the - "<link linkend='ref-features-machine'>Machine</link>" section.</para> + For a list of features supported by the Yocto Project as shipped, + see the "<link linkend='ref-features-machine'>Machine</link>" section.</para> </glossdef> </glossentry> |