diff options
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0f006c790d..e0db037454 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -9977,6 +9977,25 @@ | |||
| 9977 | Adding these statements to the configuration file ensures | 9977 | Adding these statements to the configuration file ensures |
| 9978 | that the licenses collected during package generation | 9978 | that the licenses collected during package generation |
| 9979 | are included on your image. | 9979 | are included on your image. |
| 9980 | <note> | ||
| 9981 | <para>Setting all three variables to "1" results in the | ||
| 9982 | image having two copies of the same license file. | ||
| 9983 | One copy resides in | ||
| 9984 | <filename>/usr/share/common-licenses</filename> and | ||
| 9985 | the other resides in | ||
| 9986 | <filename>/usr/share/license</filename>.</para> | ||
| 9987 | |||
| 9988 | <para>The reason for this behavior is because | ||
| 9989 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COPY_LIC_DIRS'><filename>COPY_LIC_DIRS</filename></ulink> | ||
| 9990 | and | ||
| 9991 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COPY_LIC_MANIFEST'><filename>COPY_LIC_MANIFEST</filename></ulink> | ||
| 9992 | add a copy of the license when the image is built but do not | ||
| 9993 | offer a path for adding licenses for newly installed packages | ||
| 9994 | to an image. | ||
| 9995 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LICENSE_CREATE_PACKAGE'><filename>LICENSE_CREATE_PACKAGE</filename></ulink> | ||
| 9996 | adds a separate package and an upgrade path for adding | ||
| 9997 | licenses to an image.</para> | ||
| 9998 | </note> | ||
| 9980 | </para> | 9999 | </para> |
| 9981 | 10000 | ||
| 9982 | <para> | 10001 | <para> |
| @@ -9986,15 +10005,6 @@ | |||
| 9986 | of the license information with source as defined by the GPL | 10005 | of the license information with source as defined by the GPL |
| 9987 | and other open source licenses. | 10006 | and other open source licenses. |
| 9988 | </para> | 10007 | </para> |
| 9989 | |||
| 9990 | <para> | ||
| 9991 | See the | ||
| 9992 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LICENSE_CREATE_PACKAGE'><filename>LICENSE_CREATE_PACKAGE</filename></ulink>, | ||
| 9993 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COPY_LIC_DIRS'><filename>COPY_LIC_DIRS</filename></ulink>, | ||
| 9994 | and | ||
| 9995 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COPY_LIC_MANIFEST'><filename>COPY_LIC_MANIFEST</filename></ulink> | ||
| 9996 | variable descriptions for more information. | ||
| 9997 | </para> | ||
| 9998 | </section> | 10008 | </section> |
| 9999 | 10009 | ||
| 10000 | <section id='providing-compilation-scripts-and-source-code-modifications'> | 10010 | <section id='providing-compilation-scripts-and-source-code-modifications'> |
