From 91a59ebc32958f20bff5d4f380ceb9e4211d65a2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 14:39:36 -0600 Subject: [PATCH] ref-manual: Edits to packagegroup class. Had to also fix a couple links in the "migration" chapter due to the section heading of the packagegroup.bbclass section changing. (From yocto-docs rev: 412b8325a13e5bf31d057efb5f6dbb54f8a1aba0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 4 ++-- documentation/ref-manual/ref-classes.xml | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) 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.