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>
This commit is contained in:
Scott Rifenbark 2013-12-10 11:28:05 -06:00 committed by Richard Purdie
parent a8aa6bd679
commit acf18e52dc
1 changed files with 10 additions and 1 deletions

View File

@ -1976,7 +1976,16 @@
<para>
This class inherits the
<link linkend='ref-classes-package'><filename>package</filename></link>
class and is for a given recipe when the recipe inherits the class.
class and is enabled through the
<link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link>
variable in the <filename>local.conf</filename> file.
<note>
You cannot specify the <filename>package_tar</filename> class
first using the <filename>PACKAGE_CLASSES</filename> variable.
You must use <filename>.deb</filename>,
<filename>.ipk</filename>, or <filename>.rpm</filename> file
formats for your image or SDK.
</note>
</para>
</section>