diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 13f62f4c9d..c7db5bea58 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -21,7 +21,7 @@
C
D
E
- F
+ F
G
H
I
@@ -2170,6 +2170,34 @@
F
+ FEATURE_PACKAGES
+
+
+ Defines one or more packages to include in an image when
+ a specific item is included in
+ IMAGE_FEATURES.
+ When setting the value, FEATURE_PACKAGES
+ should have the name of the feature item as an override.
+ Here is an example:
+
+ FEATURE_PACKAGES_widget = "package1 package2"
+
+ In this example, if "widget" were added to
+ IMAGE_FEATURES, "package1" and
+ "package2" would be included in the image.
+
+ Packages installed by features defined through
+ FEATURE_PACKAGES are often package
+ groups.
+ While similarly named, you should not confuse the
+ FEATURE_PACKAGES variable with
+ package groups, which are discussed elsewhere in the
+ documentation.
+
+
+
+
+
FEED_DEPLOYDIR_BASE_URI
@@ -4942,28 +4970,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
PACKAGE_GROUP
+
- Defines one or more packages to include in an image when
- a specific item is included in
- IMAGE_FEATURES.
- When setting the value, PACKAGE_GROUP
- should have the name of the feature item as an override.
- Here is an example:
-
- PACKAGE_GROUP_widget = "package1 package2"
-
- In this example, if "widget" were added to
- IMAGE_FEATURES, "package1" and
- "package2" would be included in the image.
-
- Packages installed by features defined through
- PACKAGE_GROUP are often package
- groups.
- While similarly named, you should not confuse the
- PACKAGE_GROUP variable with
- package groups, which are discussed elsewhere in the
- documentation.
-
+ The PACKAGE_GROUP variable has been
+ renamed to
+ FEATURE_PACKAGES.
+ See the variable description for
+ FEATURE_PACKAGES for information.
+
+
+
+ If if you use the PACKAGE_GROUP
+ variable, the OpenEmbedded build system issues a warning
+ message.