diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-05 11:55:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:48 +0100 |
commit | fe2ad765d252303ae57bc02f8b687167c5398270 (patch) | |
tree | 8f17f269c228b22322d96fea24e917c2b1504518 | |
parent | 532aff1df2ba9c92f6c7a1b0f40c29bf521605cb (diff) | |
download | poky-fe2ad765d252303ae57bc02f8b687167c5398270.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 |