summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 12:23:32 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:17:55 +0000
commit3ca6ae7cdf324ffe33ab577262c1e31acd318cb0 (patch)
tree13af3894b1595b3d0baa7ed1bc95bb499bcfd2b2 /documentation/ref-manual/ref-classes.xml
parentca29b1c14f2a19f3971da0b5dcbf95e5cfefaf00 (diff)
downloadpoky-3ca6ae7cdf324ffe33ab577262c1e31acd318cb0.tar.gz
ref-manual: Edits to archive* classes.
(From yocto-docs rev: 2e989cbc9f994bde26ed9fda3e6d7ac011790f94) 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.xml44
1 files changed, 22 insertions, 22 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 27d56313e8..f3a449f5dd 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -65,6 +65,28 @@
65 </para> 65 </para>
66</section> 66</section>
67 67
68<section id='ref-classes-archiver'>
69 <title><filename>archive*.bbclass</filename></title>
70
71 <para>
72 The <filename>archive*</filename> set of classes support releasing
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>
82
83 <para>
84 For more details on the source archiver, see the
85 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
86 section in the Yocto Project Development Manual.
87 </para>
88</section>
89
68<section id='ref-classes-base'> 90<section id='ref-classes-base'>
69 <title>The base Class - <filename>base.bbclass</filename></title> 91 <title>The base Class - <filename>base.bbclass</filename></title>
70 92
@@ -1287,28 +1309,6 @@
1287 </para> 1309 </para>
1288</section> 1310</section>
1289 1311
1290<section id='ref-classes-archiver'>
1291 <title>Archiving Sources - <filename>archive*.bbclass</filename></title>
1292
1293 <para>
1294 Many software licenses require that source code and other materials be
1295 released with the binaries.
1296 To help with that task, the following classes are provided:
1297 <itemizedlist>
1298 <listitem><filename>archive-original-sources.bbclass</filename></listitem>
1299 <listitem><filename>archive-patched-sources.bbclass</filename></listitem>
1300 <listitem><filename>archive-configured-sources.bbclass</filename></listitem>
1301 <listitem><filename>archiver.bbclass</filename></listitem>
1302 </itemizedlist>
1303 </para>
1304
1305 <para>
1306 For more details on the source archiver, see the
1307 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
1308 section in the Yocto Project Development Manual.
1309 </para>
1310</section>
1311
1312<section id='ref-classes-packagedata'> 1312<section id='ref-classes-packagedata'>
1313 <title><filename>packagedata.bbclass</filename></title> 1313 <title><filename>packagedata.bbclass</filename></title>
1314 1314