diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-05 11:14:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:20:54 +0100 |
commit | 482c6a71208410ab12fc528694d57248b972adfc (patch) | |
tree | 51e22d2d76270ff6979db02b519687033f6a56fb /documentation/ref-manual | |
parent | 4be429fea591b77de75daaa9fd037f1a23ef7057 (diff) | |
download | poky-482c6a71208410ab12fc528694d57248b972adfc.tar.gz |
dev-manual, ref-manual: Applied review comments for read-only-rootfs, etc.
1. Applied changes from Paul to the read-only-rootfs section.
2. Applied changes form Paul to the customizing images by using
IMAGE_FEATURES and EXTRA_IMAGE_FEATURES variables. This
was a simple rewrite of a sentence.
3. Updated the note in both the IMAGE_FEATURES and
EXTRA_IMAGE_FEATURES glossary entries to specify inside
of an image recipe (more specific).
(From yocto-docs rev: 762b9e4d3b45a9602284cf4dd1ac281dcbbed7f5)
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ccb48e438b..d54b5bcdfc 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -954,8 +954,8 @@ 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 | To enable primary features from within the image, use | 957 | To enable primary features from within the image |
958 | the | 958 | recipe, use the |
959 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link> | 959 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link> |
960 | variable. | 960 | variable. |
961 | </note> | 961 | </note> |
@@ -1243,7 +1243,7 @@ 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 | To enable extra features from outside the image, | 1246 | To enable extra features from outside the image recipe, |
1247 | use the | 1247 | use the |
1248 | <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. |
1249 | </note> | 1249 | </note> |