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>
This commit is contained in:
Scott Rifenbark 2013-04-16 13:14:17 -07:00 committed by Richard Purdie
parent 4c00602eb5
commit 4cf864248b
1 changed files with 6 additions and 2 deletions

View File

@ -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>