diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 13:02:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:58 +0100 |
commit | 17bad274c3b4f457057a98bfcd8aebea86e828ed (patch) | |
tree | 392ada176678da6db5a109a7c1801481303986d5 /documentation/ref-manual | |
parent | 1b973beea4d7fbb4479922c4ea2d0e61ea746e89 (diff) | |
download | poky-17bad274c3b4f457057a98bfcd8aebea86e828ed.tar.gz |
ref-manual: Minor edits to "Package Groups - packagegroup.bbclass".
(From yocto-docs rev: a33e10a9005c222bd91e22b0e6e5fc321e50e651)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index b1fa0b753d..f9a1771d16 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -274,16 +274,16 @@ | |||
274 | <title>Package Groups - <filename>packagegroup.bbclass</filename></title> | 274 | <title>Package Groups - <filename>packagegroup.bbclass</filename></title> |
275 | 275 | ||
276 | <para> | 276 | <para> |
277 | This class sets default values appropriate for package group recipes (such as | 277 | This class sets default values appropriate for package group recipes (e.g. |
278 | <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>, | 278 | <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>, |
279 | <filename><link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></filename>, | 279 | <filename><link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></filename>, |
280 | <filename><link linkend='var-ALLOW_EMPTY'>ALLOW_EMPTY</link></filename>, | 280 | <filename><link linkend='var-ALLOW_EMPTY'>ALLOW_EMPTY</link></filename>, |
281 | and so forth. | 281 | and so forth). |
282 | It is highly recommended that all package group recipes inherit this class. | 282 | It is highly recommended that all package group recipes inherit this class. |
283 | </para> | 283 | </para> |
284 | <para> | 284 | <para> |
285 | For information on how to use this class, see the | 285 | For information on how to use this class, see the |
286 | "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Tasks</ulink>" | 286 | "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Groups</ulink>" |
287 | section in the Yocto Project Development Manual. | 287 | section in the Yocto Project Development Manual. |
288 | </para> | 288 | </para> |
289 | <para> | 289 | <para> |