diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 9422b5a277..affc8b90a7 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -875,8 +875,7 @@
not work.
This change is intended to catch those kinds of situations.
Valid IMAGE_FEATURES are drawn from
- PACKAGE_GROUP
- definitions,
+ PACKAGE_GROUP definitions,
COMPLEMENTARY_GLOB
and a new "validitems" varflag on
IMAGE_FEATURES.
@@ -1404,8 +1403,7 @@
The
- PACKAGE_GROUP
- variable has been renamed to
+ PACKAGE_GROUP variable has been renamed to
FEATURE_PACKAGES
to more accurately reflect its purpose.
You can still use PACKAGE_GROUP but
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c3e3c50158..9ebe72cbd0 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -10292,28 +10292,6 @@
- PACKAGE_GROUP
-
- PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES."
-
-
-
-
- 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.
-
-
-
-
PACKAGE_INSTALL
PACKAGE_INSTALL[doc] = "List of the packages to be installed into the image. The variable is generally not user-defined and uses IMAGE_INSTALL as part of the list."