summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-05 07:15:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 16:20:54 +0100
commit4be429fea591b77de75daaa9fd037f1a23ef7057 (patch)
tree1771a00342aa76c534d7152c9631d2e441da2d49 /documentation/ref-manual
parent2580fcde194ae2bcdf7ad73f2b462f16e01b06b4 (diff)
downloadpoky-4be429fea591b77de75daaa9fd037f1a23ef7057.tar.gz
ref-manual: Adjusted IMAGE_FEATURES and EXTRA_IMAGE_FEATURES notes
Comments from Paul Eggleton applied. Basically, reinforcing enabling features from inside and outside of the image. Changed the wording of the respective notes. (From yocto-docs rev: 23897c6ebc56dde63803293c0992b2d5c6ff7345) 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.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 258b13efde..ccb48e438b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -954,10 +954,10 @@ Core layer for images cannot be removed
954 Although you can use this variable from within a recipe, 954 Although you can use this variable from within a recipe,
955 best practices dictate that you do not. 955 best practices dictate that you do not.
956 <note> 956 <note>
957 Use the 957 To enable primary features from within the image, use
958 the
958 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link> 959 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>
959 variable from within a recipe to define the primary 960 variable.
960 list of features you want to add to the image.
961 </note> 961 </note>
962 </para> 962 </para>
963 963
@@ -1243,7 +1243,8 @@ Core layer for images cannot be removed
1243 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, 1243 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
1244 best practices dictate that you do not. 1244 best practices dictate that you do not.
1245 <note> 1245 <note>
1246 Add extra features to the image by using the 1246 To enable extra features from outside the image,
1247 use the
1247 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. 1248 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
1248 </note> 1249 </note>
1249 For a list of image features that ships with the Yocto 1250 For a list of image features that ships with the Yocto