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>
This commit is contained in:
Scott Rifenbark 2013-12-10 11:28:05 -06:00 committed by Richard Purdie
parent 51781b106f
commit 4e83d80b90
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>