diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-03 15:34:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:46 +0100 |
commit | b11f27fa3ce50d4a9d8047800b232a832b00fe1b (patch) | |
tree | ecfdd54fec189f72feaaca26b4b1cda046d2abd6 | |
parent | 5e4229ed5d082832275ec2c51b5f2505bf2a53cd (diff) | |
download | poky-b11f27fa3ce50d4a9d8047800b232a832b00fe1b.tar.gz |
ref-manual: More edits to the EXTRA_IMAGE_FEATURES variable.
Inserted parallel wording so the description is more similiar
to IMAGE_FEATURES description.
(From yocto-docs rev: 535a9676ac9d2a5778fb6978027f018e83460157)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0f86def5ca..acb1446386 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -951,6 +951,8 @@ Core layer for images cannot be removed | |||
951 | Typically, you configure this variable in your | 951 | Typically, you configure this variable in your |
952 | <filename>local.conf</filename> file, which is found in the | 952 | <filename>local.conf</filename> file, which is found in the |
953 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 953 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. |
954 | Although you can use this variable from within a recipe, | ||
955 | best practices dictate that you do not. | ||
954 | <note> | 956 | <note> |
955 | Use the | 957 | Use the |
956 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link> | 958 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link> |