From 3ca6ae7cdf324ffe33ab577262c1e31acd318cb0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 12:23:32 -0600 Subject: [PATCH] ref-manual: Edits to archive* classes. (From yocto-docs rev: 2e989cbc9f994bde26ed9fda3e6d7ac011790f94) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 44 ++++++++++++------------ 1 file 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 @@ +
+ <filename>archive*.bbclass</filename> + + + The archive* set of classes support releasing + source code and other materials with the binaries. + This set of classes consists of the following: + + archive-original-sources.bbclass + archive-patched-sources.bbclass + archive-configured-sources.bbclass + archiver.bbclass + + + + + For more details on the source archiver, see the + "Maintaining Open Source License Compliance During Your Product's Lifecycle" + section in the Yocto Project Development Manual. + +
+
The base Class - <filename>base.bbclass</filename> @@ -1287,28 +1309,6 @@
-
- Archiving Sources - <filename>archive*.bbclass</filename> - - - Many software licenses require that source code and other materials be - released with the binaries. - To help with that task, the following classes are provided: - - archive-original-sources.bbclass - archive-patched-sources.bbclass - archive-configured-sources.bbclass - archiver.bbclass - - - - - For more details on the source archiver, see the - "Maintaining Open Source License Compliance During Your Product's Lifecycle" - section in the Yocto Project Development Manual. - -
-
<filename>packagedata.bbclass</filename>