Browse Source

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>
Scott Rifenbark 14 năm trước cách đây
mục cha
commit
0283822752
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      documentation/poky-ref-manual/ref-images.xml

+ 1 - 1
documentation/poky-ref-manual/ref-images.xml

@@ -20,7 +20,7 @@
         you must make the following changes in the <filename>local.conf</filename> file
         before using the BitBake command to build the minimal or base image:
         <literallayout class='monospaced'>
-     1. Comment out the IMAGE_EXTRA_FEATURES line
+     1. Comment out the EXTRA_IMAGE_FEATURES line
      2. Set INCOMPATIBLE_LICENSE = "GPLv3"
         </literallayout>
     </note>