summaryrefslogtreecommitdiffstats
path: root/documentation
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:33 +0100
commit329a62107595d5701aae49fa18b61844bd6f47b3 (patch)
tree22a961100645a9dd4819df665e66767b8c90c660 /documentation
parent2118d02b866a71a315c8656d695036d50b1ed7c0 (diff)
downloadpoky-329a62107595d5701aae49fa18b61844bd6f47b3.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')
-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 @@
4576 The most obvious is the size of the directory since it includes 4576 The most obvious is the size of the directory since it includes
4577 all sources used in the build and not just the source used in 4577 all sources used in the build and not just the source used in
4578 the released image. 4578 the released image.
4579 It will include toolchain source, and other artifacts which 4579 It will include toolchain source, and other artifacts, which
4580 you would not generally release. 4580 you would not generally release.
4581 But, the more serious issue for most companies is accidental 4581 However, the more serious issue for most companies is accidental
4582 release of proprietary software. 4582 release of proprietary software.
4583 The Yocto Project provides an archiver class to help avoid 4583 The Yocto Project provides an archiver class to help avoid
4584 some of these concerns. 4584 some of these concerns.
4585 See the
4586 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-archiver'>Archiving Sources - <filename>archive*.bbclass</filename></ulink>"
4587 section in the Yocto Project Reference Manual for information
4588 on this class.
4585 </para> 4589 </para>
4586 4590
4587 <para> 4591 <para>