summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
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:18:17 +0000
commit91a59ebc32958f20bff5d4f380ceb9e4211d65a2 (patch)
treeec2b6e7e9e5bdddb067757e20db5ee565638d8ed /documentation/ref-manual/ref-classes.xml
parent0259a40e315d7090f9e3e7db849499b74a072027 (diff)
downloadpoky-91a59ebc32958f20bff5d4f380ceb9e4211d65a2.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: 412b8325a13e5bf31d057efb5f6dbb54f8a1aba0) 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/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 19660dee10..00706e5386 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1896,23 +1896,26 @@
1896</section> 1896</section>
1897 1897
1898<section id='ref-classes-packagegroup'> 1898<section id='ref-classes-packagegroup'>
1899 <title>Package Groups - <filename>packagegroup.bbclass</filename></title> 1899 <title><filename>packagegroup.bbclass</filename></title>
1900 1900
1901 <para> 1901 <para>
1902 This class sets default values appropriate for package group recipes (e.g. 1902 The <filename>packagegroup</filename> class sets default values
1903 appropriate for package group recipes (e.g.
1903 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>, 1904 <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename>,
1904 <filename><link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></filename>, 1905 <filename><link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></filename>,
1905 <filename><link linkend='var-ALLOW_EMPTY'>ALLOW_EMPTY</link></filename>, 1906 <filename><link linkend='var-ALLOW_EMPTY'>ALLOW_EMPTY</link></filename>,
1906 and so forth). 1907 and so forth).
1907 It is highly recommended that all package group recipes inherit this class. 1908 It is highly recommended that all package group recipes inherit this class.
1908 </para> 1909 </para>
1910
1909 <para> 1911 <para>
1910 For information on how to use this class, see the 1912 For information on how to use this class, see the
1911 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Groups</ulink>" 1913 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Groups</ulink>"
1912 section in the Yocto Project Development Manual. 1914 section in the Yocto Project Development Manual.
1913 </para> 1915 </para>
1916
1914 <para> 1917 <para>
1915 Previously, this class was named <filename>task.bbclass</filename>. 1918 Previously, this class was called the <filename>task</filename> class.
1916 </para> 1919 </para>
1917</section> 1920</section>
1918 1921