summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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