diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 23 |
1 files changed, 22 insertions, 1 deletions
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 @@ | |||
262 | </para> | 262 | </para> |
263 | </section> | 263 | </section> |
264 | 264 | ||
265 | <section id='ref-classes-packagegroup'> | ||
266 | <title>Package Groups - <filename>packagegroup.bbclass</filename></title> | ||
267 | |||
268 | <para> | ||
269 | This class sets default values appropriate for package group recipes (such as | ||
270 | <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>, | ||
271 | <filename><link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></filename>, | ||
272 | <filename><link linkend='var-ALLOW_EMPTY'>ALLOW_EMPTY</link></filename>, | ||
273 | and so forth. | ||
274 | It is highly recommended that all package group recipes inherit this class. | ||
275 | </para> | ||
276 | <para> | ||
277 | For information on how to use this class, see the | ||
278 | "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Tasks</ulink>" | ||
279 | section in the Yocto Project Development Manual. | ||
280 | </para> | ||
281 | <para> | ||
282 | Previously, this class was named <filename>task.bbclass</filename>. | ||
283 | </para> | ||
284 | </section> | ||
285 | |||
286 | |||
265 | <section id='ref-classes-package'> | 287 | <section id='ref-classes-package'> |
266 | <title>Packaging - <filename>package*.bbclass</filename></title> | 288 | <title>Packaging - <filename>package*.bbclass</filename></title> |
267 | 289 | ||
@@ -659,7 +681,6 @@ | |||
659 | sstate.bbclass | 681 | sstate.bbclass |
660 | staging.bbclass | 682 | staging.bbclass |
661 | syslinux.bbclass | 683 | syslinux.bbclass |
662 | task.bbclass | ||
663 | terminal.bbclass | 684 | terminal.bbclass |
664 | tinderclient.bbclass | 685 | tinderclient.bbclass |
665 | toolchain-scripts.bbclass | 686 | toolchain-scripts.bbclass |