summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 13:06:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:33 +0100
commit2118d02b866a71a315c8656d695036d50b1ed7c0 (patch)
treece91ad88b66c95e1b81ff28beb03ff423d903572 /documentation
parent2e5314d3a0e424fc1a60439731538fc863efc654 (diff)
downloadpoky-2118d02b866a71a315c8656d695036d50b1ed7c0.tar.gz
dev-manual: Edits to "Maintaining Open Source License Compliance During Your Product's Lifecycle" section.
(From yocto-docs rev: 3900ad2fbee0c343608d422dd1f77bc61c61f4c2) 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.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 2655b5a04c..3a7b5d32f0 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4534,22 +4534,24 @@
4534 There are other requirements beyond the scope of these 4534 There are other requirements beyond the scope of these
4535 three and the methods described in this section 4535 three and the methods described in this section
4536 (e.g. the mechanism through which source code is distributed). 4536 (e.g. the mechanism through which source code is distributed).
4537 </para>
4538
4539 <para>
4537 As different organizations have different methods of complying with 4540 As different organizations have different methods of complying with
4538 open source licensing, this section is not meant to imply that 4541 open source licensing, this section is not meant to imply that
4539 there is only one single way to meet your compliance obligations, 4542 there is only one single way to meet your compliance obligations,
4540 but rather to describe one method of achieving compliance. 4543 but rather to describe one method of achieving compliance.
4541 </para>
4542
4543 <para>
4544 The remainder of this section describes methods supported to meet the 4544 The remainder of this section describes methods supported to meet the
4545 previously mentioned three requirements. 4545 previously mentioned three requirements.
4546 Once you take steps to meet these requirements, 4546 Once you take steps to meet these requirements,
4547 and prior to releasing images, sources, and the build system, 4547 and prior to releasing images, sources, and the build system,
4548 you should audit all artifacts to ensure completeness. 4548 you should audit all artifacts to ensure completeness.
4549 The Yocto Project generates a license manifest during 4549 <note>
4550 image creation that is located 4550 The Yocto Project generates a license manifest during
4551 in <filename>${DEPLOY_DIR}/licenses/&lt;image_name-datestamp&gt;</filename> 4551 image creation that is located
4552 to assist with any audits. 4552 in <filename>${DEPLOY_DIR}/licenses/&lt;image_name-datestamp&gt;</filename>
4553 to assist with any audits.
4554 </note>
4553 </para> 4555 </para>
4554 4556
4555 <section id='providing-the-source-code'> 4557 <section id='providing-the-source-code'>