diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/migration.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index dc24628e3c..9ec38e146e 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -157,7 +157,7 @@ | |||
157 | <link linkend='var-LIC_FILES_CHKSUM'><filename>LIC_FILES_CHKSUM</filename></link>, | 157 | <link linkend='var-LIC_FILES_CHKSUM'><filename>LIC_FILES_CHKSUM</filename></link>, |
158 | and so forth. | 158 | and so forth. |
159 | See the | 159 | See the |
160 | "<link linkend='ref-classes-packagegroup'>Package Groups - packagegroup.bbclass</link>" | 160 | "<link linkend='ref-classes-packagegroup'><filename>packagegroup.bbclass</filename></link>" |
161 | section for further details. | 161 | section for further details. |
162 | </para> | 162 | </para> |
163 | </section> | 163 | </section> |
@@ -886,7 +886,7 @@ | |||
886 | 886 | ||
887 | <para> | 887 | <para> |
888 | For more information, see the | 888 | For more information, see the |
889 | "<link linkend='ref-classes-packagegroup'>Package Groups - <filename>packagegroup.bbclass</filename></link>" | 889 | "<link linkend='ref-classes-packagegroup'><filename>packagegroup.bbclass</filename></link>" |
890 | section. | 890 | section. |
891 | </para> | 891 | </para> |
892 | </section> | 892 | </section> |
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 | ||