aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 13:14:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:19 +0100
commit4cf864248bad32628d566e0cf5d5f5b3ae7274c9 (patch)
treea814615a0e595aa582791849c56dc7825b1dd527 /documentation/dev-manual
parent4c00602eb5bb67f30b2d344ac9bd0d57532c0174 (diff)
downloadopenembedded-core-contrib-4cf864248bad32628d566e0cf5d5f5b3ae7274c9.tar.gz
dev-manual: Edits to "Providing the Source Code" section.
(From yocto-docs rev: 28dd64043d95dacf942076c2070751d6f6fcd387) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 3a7b5d32f0..64e485d6ce 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4576,12 +4576,16 @@
The most obvious is the size of the directory since it includes
all sources used in the build and not just the source used in
the released image.
- It will include toolchain source, and other artifacts which
+ It will include toolchain source, and other artifacts, which
you would not generally release.
- But, the more serious issue for most companies is accidental
+ However, the more serious issue for most companies is accidental
release of proprietary software.
The Yocto Project provides an archiver class to help avoid
some of these concerns.
+ See the
+ "<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-archiver'>Archiving Sources - <filename>archive*.bbclass</filename></ulink>"
+ section in the Yocto Project Reference Manual for information
+ on this class.
</para>
<para>