summaryrefslogtreecommitdiffstats
path: root/documentation
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:19:34 +0000
commit4e83d80b907ccfcfab410ea5369b2ea95e37073c (patch)
tree341294d13e7da7383f78abfd1fb831df5147413c /documentation
parent51781b106f5d4fca797b93f93ae52cdac98c0917 (diff)
downloadast2050-yocto-poky-4e83d80b907ccfcfab410ea5369b2ea95e37073c.zip
ast2050-yocto-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.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 bd4f862..b6125a5 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -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>
OpenPOWER on IntegriCloud