diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-19 14:54:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:52 +0000 |
commit | c9b7007f27fb4f8a025f4b9eaf1eb087792dc763 (patch) | |
tree | b673c32c5a055d65b5fc1d7250afa9e33e67a3df /documentation/ref-manual/ref-classes.xml | |
parent | 4ab132a20d33e70cf6736737c59d2c0ce2f79298 (diff) | |
download | poky-c9b7007f27fb4f8a025f4b9eaf1eb087792dc763.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index fed25b25e6..54691ec9f6 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2160,6 +2160,11 @@ | |||
2160 | <link linkend='ref-classes-package_ipk'><filename>package_ipk</filename></link>, | 2160 | <link linkend='ref-classes-package_ipk'><filename>package_ipk</filename></link>, |
2161 | and | 2161 | and |
2162 | <link linkend='ref-classes-package_tar'><filename>package_tar</filename></link>. | 2162 | <link linkend='ref-classes-package_tar'><filename>package_tar</filename></link>. |
2163 | <note><title>Warning</title> | ||
2164 | The <filename>package_tar</filename> class is broken and not | ||
2165 | supported. | ||
2166 | It is recommended that you do not use this class. | ||
2167 | </note> | ||
2163 | </para> | 2168 | </para> |
2164 | 2169 | ||
2165 | <para> | 2170 | <para> |
@@ -2298,6 +2303,12 @@ | |||
2298 | <section id='ref-classes-package_tar'> | 2303 | <section id='ref-classes-package_tar'> |
2299 | <title><filename>package_tar.bbclass</filename></title> | 2304 | <title><filename>package_tar.bbclass</filename></title> |
2300 | 2305 | ||
2306 | <note><title>Warning</title> | ||
2307 | The <filename>package_tar</filename> class is broken and is not | ||
2308 | supported. | ||
2309 | It is recommended that you do not use it. | ||
2310 | </note> | ||
2311 | |||
2301 | <para> | 2312 | <para> |
2302 | The <filename>package_tar</filename> | 2313 | The <filename>package_tar</filename> |
2303 | class provides support for creating packages that use the | 2314 | class provides support for creating packages that use the |