diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 13:06:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:19 +0100 |
commit | 4c00602eb5bb67f30b2d344ac9bd0d57532c0174 (patch) | |
tree | f197cd87727cac4da1aa8b3b58bc28e246b32a5f /documentation | |
parent | 13dcc7835f8c8ad7b314341382e358c706a1e083 (diff) | |
download | poky-4c00602eb5bb67f30b2d344ac9bd0d57532c0174.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.xml | 16 |
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/<image_name-datestamp></filename> | 4551 | image creation that is located |
4552 | to assist with any audits. | 4552 | in <filename>${DEPLOY_DIR}/licenses/<image_name-datestamp></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'> |