From f6826dd916d35063be223f603c35b7bed00fa1e6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 14:39:36 -0600 Subject: 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: bf71e6ee1812b54ba8afafa9818eb718c3bd2f82) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') 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.
-- cgit v1.2.3-54-g00ecf