From 2ae9f689a17f1f454e192be8d394beed885d2998 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 21 Nov 2013 14:57:08 -0800 Subject: [PATCH] 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: 4de95398d44fe0b12c68a6484c9b8d341bd6edb7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 7 ++++--- 1 file 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 @@ appropriate option supplied to the configure script during do_configure for recipes that optionally support the feature. - For example, specifying x11 in + For example, specifying "x11" in DISTRO_FEATURES, causes every piece of software built for the target that can optionally support X11 to have its X11 support enabled. @@ -1339,8 +1339,9 @@ Two more examples are Bluetooth and NFS support. - For a more complete features that ship with the Yocto - Project that you can provide using this variable, see the + For a more complete list of features that ships with the + Yocto Project and that you can provide with this variable, + see the "Distro Features" section.