mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
ref-manual: Added warnings about using package_tar
This option to the PACKAGE_CLASSES variable is broken and not supported. I added several warnings saying such. We opted to keep the documentation rather than eliminating it completely to prevent questions should someone find the code and wonder why it is not documented. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 1acf3da2034c4c3f74acee1ccb375f0450ed90a0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4ab132a20d
commit
c9b7007f27
@@ -2160,6 +2160,11 @@
|
||||
<link linkend='ref-classes-package_ipk'><filename>package_ipk</filename></link>,
|
||||
and
|
||||
<link linkend='ref-classes-package_tar'><filename>package_tar</filename></link>.
|
||||
<note><title>Warning</title>
|
||||
The <filename>package_tar</filename> class is broken and not
|
||||
supported.
|
||||
It is recommended that you do not use this class.
|
||||
</note>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -2298,6 +2303,12 @@
|
||||
<section id='ref-classes-package_tar'>
|
||||
<title><filename>package_tar.bbclass</filename></title>
|
||||
|
||||
<note><title>Warning</title>
|
||||
The <filename>package_tar</filename> class is broken and is not
|
||||
supported.
|
||||
It is recommended that you do not use it.
|
||||
</note>
|
||||
|
||||
<para>
|
||||
The <filename>package_tar</filename>
|
||||
class provides support for creating packages that use the
|
||||
|
||||
Reference in New Issue
Block a user