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
Although you can use this variable from within a recipe,
best practices dictate that you do not.
- Use the
+ To enable primary features from within the image, use
+ the
IMAGE_FEATURES
- variable from within a recipe to define the primary
- list of features you want to add to the image.
+ variable.
@@ -1243,7 +1243,8 @@ Core layer for images cannot be removed
Build Directory,
best practices dictate that you do not.
- Add extra features to the image by using the
+ To enable extra features from outside the image,
+ use the
EXTRA_IMAGE_FEATURES variable.
For a list of image features that ships with the Yocto