summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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