diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 14:39:36 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:22 +0000 |
| commit | f6826dd916d35063be223f603c35b7bed00fa1e6 (patch) | |
| tree | 3fad94e486c56865082f012ac39999e1e9dffecb /documentation/ref-manual | |
| parent | f1668bf22f8cf2ba56f1d65d2e41e514eae587ba (diff) | |
| download | 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/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 | ||
