diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 13:14:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:19 +0100 |
commit | 4cf864248bad32628d566e0cf5d5f5b3ae7274c9 (patch) | |
tree | a814615a0e595aa582791849c56dc7825b1dd527 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 4c00602eb5bb67f30b2d344ac9bd0d57532c0174 (diff) | |
download | poky-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/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
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> |