From fe2ad765d252303ae57bc02f8b687167c5398270 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 5 Sep 2012 11:55:59 -0700 Subject: documentation/poky-ref-manual/ref-classes.xml: Add packagegroup.bbclass Add a short section about packagegroup.bbclass. In addition to Paul's patch, I changed the title of the cross-reference to be the actual title used in the YP Development Manual. (From yocto-docs rev: bfd4db7e0ef61a2dd7159cdc841dcffc2d9c53d4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-classes.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index c06e362cad..93cf2cc5e1 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -262,6 +262,28 @@ +
+ Package Groups - <filename>packagegroup.bbclass</filename> + + + This class sets default values appropriate for package group recipes (such as + 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 Tasks" + section in the Yocto Project Development Manual. + + + Previously, this class was named task.bbclass. + +
+ +
Packaging - <filename>package*.bbclass</filename> @@ -659,7 +681,6 @@ sstate.bbclass staging.bbclass syslinux.bbclass - task.bbclass terminal.bbclass tinderclient.bbclass toolchain-scripts.bbclass -- cgit v1.2.3-54-g00ecf