diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-21 14:57:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:17 +0000 |
commit | 63de643f652b6954f5487da39a6a2e9fc61a1a57 (patch) | |
tree | 1f354fe8c0e465e4e686f3e5e76f679f88dfa163 /documentation/ref-manual | |
parent | cf0424185c4253ccefeafc677909c8b98135f145 (diff) | |
download | poky-63de643f652b6954f5487da39a6a2e9fc61a1a57.tar.gz |
ref-manual: Edits to the DISTRO_FEATURES variable.
Took care of some quoting for the "x11" feature and also a
messed up sentence in the second paragraph.
(From yocto-docs rev: ed71135edbdd8de02cbb6d7cc972aab0e269e4cb)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 45dd70b27c..55f135683d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1331,7 +1331,7 @@ | |||
1331 | appropriate option supplied to the configure script | 1331 | appropriate option supplied to the configure script |
1332 | during <filename>do_configure</filename> for recipes that | 1332 | during <filename>do_configure</filename> for recipes that |
1333 | optionally support the feature. | 1333 | optionally support the feature. |
1334 | For example, specifying x11 in | 1334 | For example, specifying "x11" in |
1335 | <filename>DISTRO_FEATURES</filename>, causes | 1335 | <filename>DISTRO_FEATURES</filename>, causes |
1336 | every piece of software built for the target that can | 1336 | every piece of software built for the target that can |
1337 | optionally support X11 to have its X11 support enabled. | 1337 | optionally support X11 to have its X11 support enabled. |
@@ -1339,8 +1339,9 @@ | |||
1339 | 1339 | ||
1340 | <para> | 1340 | <para> |
1341 | Two more examples are Bluetooth and NFS support. | 1341 | Two more examples are Bluetooth and NFS support. |
1342 | For a more complete features that ship with the Yocto | 1342 | For a more complete list of features that ships with the |
1343 | Project that you can provide using this variable, see the | 1343 | Yocto Project and that you can provide with this variable, |
1344 | see the | ||
1344 | "<link linkend='ref-features-distro'>Distro Features</link>" | 1345 | "<link linkend='ref-features-distro'>Distro Features</link>" |
1345 | section. | 1346 | section. |
1346 | </para> | 1347 | </para> |