diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 12:23:32 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:58 +0000 |
| commit | 9506911489e1dbc261e34441da2b4fef786eb452 (patch) | |
| tree | fcfcc75915865ec53f73be847e86e51394d403ec | |
| parent | 889bb3830cd7bbd78a2630fd30732e69a181f7e4 (diff) | |
| download | poky-9506911489e1dbc261e34441da2b4fef786eb452.tar.gz | |
ref-manual: Edits to archive* classes.
(From yocto-docs rev: 5d61ec1e377ba7ad2c24d8ed8af9a74bd7419b77)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 44 |
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 | ||
