From 90399afd5405006223a3d2da35bc69cd6b49ec71 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 7 Feb 2017 10:06:17 -0800 Subject: dev-manual: Minor corrections to maintaining Open Source lic. comp. The section "Maintaining Open Source License Compliance During Your Product's Lifecycle" had a vew minor typo things (e.g. duplicated word and some formatting issues). I fixed these. (From yocto-docs rev: 67beb658445e79129d8aae1739bb33c000367107) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 811c23e810..6cb0bcb5f1 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -10884,10 +10884,11 @@ Before you employ DL_DIR or the - archiver class, you need to decide how you choose to - provide source. - The source archiver class can generate tarballs and SRPMs - and can create them with various levels of compliance in mind. + archiver class, you need to decide how + you choose to provide source. + The source archiver class can generate + tarballs and SRPMs and can create them with various levels of + compliance in mind. @@ -10982,9 +10983,9 @@ COPY_LIC_DIRS and COPY_LIC_MANIFEST - add a copy of the license when the image is built but do not - offer a path for adding licenses for newly installed packages - to an image. + add a copy of the license when the image is built but do + not offer a path for adding licenses for newly installed + packages to an image. LICENSE_CREATE_PACKAGE adds a separate package and an upgrade path for adding licenses to an image. @@ -10992,7 +10993,8 @@ - As the source archiver has already archived the original + As the source archiver class has already + archived the original unmodified source that contains the license files, you would have already met the requirements for inclusion of the license information with source as defined by the GPL @@ -11004,7 +11006,7 @@ Providing Compilation Scripts and Source Code Modifications - At this point, we have addressed all we need to address + At this point, we have addressed all we need to prior to generating the image. The next two requirements are addressed during the final packaging of the release. @@ -11023,7 +11025,7 @@ and a distro layer, and those those layers are used to patch, compile, package, or modify (in any way) any open source software included in your released images, you - might be required to to release those layers under section 3 of + might be required to release those layers under section 3 of GPLv2 or section 1 of GPLv3. One way of doing that is with a clean checkout of the version of the Yocto Project and layers used -- cgit 1.2.3-korg