From 4cf864248bad32628d566e0cf5d5f5b3ae7274c9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 13:14:17 -0700 Subject: dev-manual: Edits to "Providing the Source Code" section. (From yocto-docs rev: 28dd64043d95dacf942076c2070751d6f6fcd387) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 + "Archiving Sources - archive*.bbclass" + section in the Yocto Project Reference Manual for information + on this class. -- cgit v1.2.3-54-g00ecf