diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 11:28:05 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:34 +0000 |
commit | 4e83d80b907ccfcfab410ea5369b2ea95e37073c (patch) | |
tree | 341294d13e7da7383f78abfd1fb831df5147413c /documentation | |
parent | 51781b106f5d4fca797b93f93ae52cdac98c0917 (diff) | |
download | poky-4e83d80b907ccfcfab410ea5369b2ea95e37073c.tar.gz |
ref-manual: Edits to the package_tar class.
Turns out you can specify this using the PACKAGE_CLASSES
variable but you better not list it first.
(From yocto-docs rev: 9b160b15b3508e360fd57ac4375867d58cdc9709)
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/ref-classes.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index bd4f8629da..b6125a5fa1 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1976,7 +1976,16 @@ | |||
1976 | <para> | 1976 | <para> |
1977 | This class inherits the | 1977 | This class inherits the |
1978 | <link linkend='ref-classes-package'><filename>package</filename></link> | 1978 | <link linkend='ref-classes-package'><filename>package</filename></link> |
1979 | class and is for a given recipe when the recipe inherits the class. | 1979 | class and is enabled through the |
1980 | <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link> | ||
1981 | variable in the <filename>local.conf</filename> file. | ||
1982 | <note> | ||
1983 | You cannot specify the <filename>package_tar</filename> class | ||
1984 | first using the <filename>PACKAGE_CLASSES</filename> variable. | ||
1985 | You must use <filename>.deb</filename>, | ||
1986 | <filename>.ipk</filename>, or <filename>.rpm</filename> file | ||
1987 | formats for your image or SDK. | ||
1988 | </note> | ||
1980 | </para> | 1989 | </para> |
1981 | </section> | 1990 | </section> |
1982 | 1991 | ||