Add a short section about packagegroup.bbclass. Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com> --- documentation/poky-ref-manual/ref-classes.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index c06e362..b836e2c 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -262,6 +262,27 @@ </para> </section> +<section id='ref-classes-packagegroup'> + <title>Package Groups - <filename>packagegroup.bbclass</filename></title> + + <para> + This class sets default values appropriate for package group recipes (such as + <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>, + <filename><link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></filename>, + <filename><link linkend='var-ALLOW_EMPTY'>ALLOW_EMPTY</link></filename>, + etc.). It is highly recommended that all package group recipes inherit this class. + </para> + <para> + For information on how to use this class, see the + "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Groups</ulink>" + section in the Yocto Project Development Manual. + </para> + <para> + Previously this class was named task.bbclass. + </para> +</section> + + <section id='ref-classes-package'> <title>Packaging - <filename>package*.bbclass</filename></title> @@ -659,7 +680,6 @@ sstate.bbclass staging.bbclass syslinux.bbclass - task.bbclass terminal.bbclass tinderclient.bbclass toolchain-scripts.bbclass -- 1.7.9.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto