diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 9 |
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 | ||