diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index dc24628e3c..9ec38e146e 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -157,7 +157,7 @@ LIC_FILES_CHKSUM, and so forth. See the - "Package Groups - packagegroup.bbclass" + "packagegroup.bbclass" section for further details. @@ -886,7 +886,7 @@ For more information, see the - "Package Groups - packagegroup.bbclass" + "packagegroup.bbclass" section. diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 19660dee10..00706e5386 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1896,23 +1896,26 @@
- Package Groups - <filename>packagegroup.bbclass</filename> + <filename>packagegroup.bbclass</filename> - This class sets default values appropriate for package group recipes (e.g. + The packagegroup class sets default values + appropriate for package group recipes (e.g. PACKAGES, PACKAGE_ARCH, ALLOW_EMPTY, and so forth). It is highly recommended that all package group recipes inherit this class. + For information on how to use this class, see the "Customizing Images Using Custom Package Groups" section in the Yocto Project Development Manual. + - Previously, this class was named task.bbclass. + Previously, this class was called the task class.