diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-02-07 10:06:17 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-19 06:59:51 -0800 |
commit | 90399afd5405006223a3d2da35bc69cd6b49ec71 (patch) | |
tree | 8fac0505f763e48e4000df8979fa045ed6f5011d /documentation/dev-manual | |
parent | e504de2cf456820ebf26735222dd6bdc269e7613 (diff) | |
download | poky-90399afd5405006223a3d2da35bc69cd6b49ec71.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 22 |
1 files 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 @@ | |||
10884 | 10884 | ||
10885 | <para> | 10885 | <para> |
10886 | Before you employ <filename>DL_DIR</filename> or the | 10886 | Before you employ <filename>DL_DIR</filename> or the |
10887 | archiver class, you need to decide how you choose to | 10887 | <filename>archiver</filename> class, you need to decide how |
10888 | provide source. | 10888 | you choose to provide source. |
10889 | The source archiver class can generate tarballs and SRPMs | 10889 | The source <filename>archiver</filename> class can generate |
10890 | and can create them with various levels of compliance in mind. | 10890 | tarballs and SRPMs and can create them with various levels of |
10891 | compliance in mind. | ||
10891 | </para> | 10892 | </para> |
10892 | 10893 | ||
10893 | <para> | 10894 | <para> |
@@ -10982,9 +10983,9 @@ | |||
10982 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COPY_LIC_DIRS'><filename>COPY_LIC_DIRS</filename></ulink> | 10983 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COPY_LIC_DIRS'><filename>COPY_LIC_DIRS</filename></ulink> |
10983 | and | 10984 | and |
10984 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COPY_LIC_MANIFEST'><filename>COPY_LIC_MANIFEST</filename></ulink> | 10985 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COPY_LIC_MANIFEST'><filename>COPY_LIC_MANIFEST</filename></ulink> |
10985 | add a copy of the license when the image is built but do not | 10986 | add a copy of the license when the image is built but do |
10986 | offer a path for adding licenses for newly installed packages | 10987 | not offer a path for adding licenses for newly installed |
10987 | to an image. | 10988 | packages to an image. |
10988 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LICENSE_CREATE_PACKAGE'><filename>LICENSE_CREATE_PACKAGE</filename></ulink> | 10989 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LICENSE_CREATE_PACKAGE'><filename>LICENSE_CREATE_PACKAGE</filename></ulink> |
10989 | adds a separate package and an upgrade path for adding | 10990 | adds a separate package and an upgrade path for adding |
10990 | licenses to an image.</para> | 10991 | licenses to an image.</para> |
@@ -10992,7 +10993,8 @@ | |||
10992 | </para> | 10993 | </para> |
10993 | 10994 | ||
10994 | <para> | 10995 | <para> |
10995 | As the source archiver has already archived the original | 10996 | As the source <filename>archiver</filename> class has already |
10997 | archived the original | ||
10996 | unmodified source that contains the license files, | 10998 | unmodified source that contains the license files, |
10997 | you would have already met the requirements for inclusion | 10999 | you would have already met the requirements for inclusion |
10998 | of the license information with source as defined by the GPL | 11000 | of the license information with source as defined by the GPL |
@@ -11004,7 +11006,7 @@ | |||
11004 | <title>Providing Compilation Scripts and Source Code Modifications</title> | 11006 | <title>Providing Compilation Scripts and Source Code Modifications</title> |
11005 | 11007 | ||
11006 | <para> | 11008 | <para> |
11007 | At this point, we have addressed all we need to address | 11009 | At this point, we have addressed all we need to |
11008 | prior to generating the image. | 11010 | prior to generating the image. |
11009 | The next two requirements are addressed during the final | 11011 | The next two requirements are addressed during the final |
11010 | packaging of the release. | 11012 | packaging of the release. |
@@ -11023,7 +11025,7 @@ | |||
11023 | and a distro layer, and those those layers are used to patch, | 11025 | and a distro layer, and those those layers are used to patch, |
11024 | compile, package, or modify (in any way) any open source | 11026 | compile, package, or modify (in any way) any open source |
11025 | software included in your released images, you | 11027 | software included in your released images, you |
11026 | might be required to to release those layers under section 3 of | 11028 | might be required to release those layers under section 3 of |
11027 | GPLv2 or section 1 of GPLv3. | 11029 | GPLv2 or section 1 of GPLv3. |
11028 | One way of doing that is with a clean | 11030 | One way of doing that is with a clean |
11029 | checkout of the version of the Yocto Project and layers used | 11031 | checkout of the version of the Yocto Project and layers used |