diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-27 11:49:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:17:30 +0100 |
commit | a838bca936b59517e600b3f6b684ecbfbaf6007a (patch) | |
tree | 17dce3e22ea0d74a9434b35af11e4cd4dcf0c2a9 /documentation/poky-ref-manual | |
parent | 55aacbc30e48f6f8a73fb989a58625e70887bc01 (diff) | |
download | poky-a838bca936b59517e600b3f6b684ecbfbaf6007a.tar.gz |
documentation/poky-ref-manual/ref-images.xml: [BUGID#_1004] - EXTRA_IMAGE_FEATURE
[BUGID#_1004] - The statement indicating to comment out EXTRA_IMAGE_FEATURE was
incorrectly shown as IMAGE_EXTRA_FEATURE. I corrected this.
(From yocto-docs rev: e18da2d4e4520a60045f869ca0c63a34c16e3e89)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-images.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 955fae59b5..7bfca2af41 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml | |||
@@ -20,7 +20,7 @@ | |||
20 | you must make the following changes in the <filename>local.conf</filename> file | 20 | you must make the following changes in the <filename>local.conf</filename> file |
21 | before using the BitBake command to build the minimal or base image: | 21 | before using the BitBake command to build the minimal or base image: |
22 | <literallayout class='monospaced'> | 22 | <literallayout class='monospaced'> |
23 | 1. Comment out the IMAGE_EXTRA_FEATURES line | 23 | 1. Comment out the EXTRA_IMAGE_FEATURES line |
24 | 2. Set INCOMPATIBLE_LICENSE = "GPLv3" | 24 | 2. Set INCOMPATIBLE_LICENSE = "GPLv3" |
25 | </literallayout> | 25 | </literallayout> |
26 | </note> | 26 | </note> |