summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 14:39:36 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:22 +0000
commitf6826dd916d35063be223f603c35b7bed00fa1e6 (patch)
tree3fad94e486c56865082f012ac39999e1e9dffecb /documentation
parentf1668bf22f8cf2ba56f1d65d2e41e514eae587ba (diff)
downloadast2050-yocto-poky-f6826dd916d35063be223f603c35b7bed00fa1e6.zip
ast2050-yocto-poky-f6826dd916d35063be223f603c35b7bed00fa1e6.tar.gz
ref-manual: Edits to packagegroup class.
Had to also fix a couple links in the "migration" chapter due to the section heading of the packagegroup.bbclass section changing. (From yocto-docs rev: bf71e6ee1812b54ba8afafa9818eb718c3bd2f82) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml4
-rw-r--r--documentation/ref-manual/ref-classes.xml9
2 files changed, 8 insertions, 5 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index dc24628..9ec38e1 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -157,7 +157,7 @@
<link linkend='var-LIC_FILES_CHKSUM'><filename>LIC_FILES_CHKSUM</filename></link>,
and so forth.
See the
- "<link linkend='ref-classes-packagegroup'>Package Groups - packagegroup.bbclass</link>"
+ "<link linkend='ref-classes-packagegroup'><filename>packagegroup.bbclass</filename></link>"
section for further details.
</para>
</section>
@@ -886,7 +886,7 @@
<para>
For more information, see the
- "<link linkend='ref-classes-packagegroup'>Package Groups - <filename>packagegroup.bbclass</filename></link>"
+ "<link linkend='ref-classes-packagegroup'><filename>packagegroup.bbclass</filename></link>"
section.
</para>
</section>
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 19660de..00706e5 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1896,23 +1896,26 @@
</section>
<section id='ref-classes-packagegroup'>
- <title>Package Groups - <filename>packagegroup.bbclass</filename></title>
+ <title><filename>packagegroup.bbclass</filename></title>
<para>
- This class sets default values appropriate for package group recipes (e.g.
+ The <filename>packagegroup</filename> class sets default values
+ appropriate for package group recipes (e.g.
<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>,
and so forth).
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 <filename>task.bbclass</filename>.
+ Previously, this class was called the <filename>task</filename> class.
</para>
</section>
OpenPOWER on IntegriCloud