diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-04 10:05:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-08 14:20:14 +0100 |
commit | 20c1cc0833e72715c7a985d9e4473136bae3a6a0 (patch) | |
tree | 133926e782cf2834a8656b8f2796dd06044f30c4 /documentation | |
parent | 0ff499a627df4197765d2f5124e7700bf2e8e8ea (diff) | |
download | poky-20c1cc0833e72715c7a985d9e4473136bae3a6a0.tar.gz |
ref-manual: Removed archive* class and replaced with archiver class.
The set of archive* classes has been removed leaving only the
archiver.bbclass.
(From yocto-docs rev: 1660896b47ff5d21ae73d383505063f1c7c1a3b1)
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.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 9d5fae55b4..7151d2d928 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -66,18 +66,11 @@ | |||
66 | </section> | 66 | </section> |
67 | 67 | ||
68 | <section id='ref-classes-archiver'> | 68 | <section id='ref-classes-archiver'> |
69 | <title><filename>archive*.bbclass</filename></title> | 69 | <title><filename>archiver.bbclass</filename></title> |
70 | 70 | ||
71 | <para> | 71 | <para> |
72 | The <filename>archive*</filename> set of classes support releasing | 72 | The <filename>archiver</filename> class supports releasing |
73 | source code and other materials with the binaries. | 73 | source code and other materials with the binaries. |
74 | This set of classes consists of the following: | ||
75 | <itemizedlist> | ||
76 | <listitem><filename>archive-original-sources.bbclass</filename></listitem> | ||
77 | <listitem><filename>archive-patched-sources.bbclass</filename></listitem> | ||
78 | <listitem><filename>archive-configured-sources.bbclass</filename></listitem> | ||
79 | <listitem><filename>archiver.bbclass</filename></listitem> | ||
80 | </itemizedlist> | ||
81 | </para> | 74 | </para> |
82 | 75 | ||
83 | <para> | 76 | <para> |