summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 11:28:05 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:30 +0000
commitacf18e52dc094933567995d5dc5ac33b41723b55 (patch)
tree7034c512ce7251ec4f54114c65370107f4159682 /documentation/ref-manual/ref-classes.xml
parenta8aa6bd6790098d780f596daefdc432ee68ba3fc (diff)
downloadpoky-acf18e52dc094933567995d5dc5ac33b41723b55.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: 7fdf5f9fcf026503cdedd906cd7b8c814affa81d) 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.xml11
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