summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-12-01 15:31:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-16 16:58:08 +0000
commit4ae4f1d553a48ee55c2406d519dfc2dee74d6d63 (patch)
tree301f500b474bd77f181a568f54a025722e18ef96 /documentation
parent162359688eafdb21b92f2868179ab872baa99bed (diff)
downloadast2050-yocto-poky-4ae4f1d553a48ee55c2406d519dfc2dee74d6d63.zip
ast2050-yocto-poky-4ae4f1d553a48ee55c2406d519dfc2dee74d6d63.tar.gz
documenation/poky-ref-manual/ref-variables.xml: added LICENSE_DIR
A new glossary description for LICENSE_DIR. This variable extends the COMMON_LICENSE_DIR that YP uses to find license text during the build. Reported-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> (From yocto-docs rev: b96736e88e1432e9c8b3b2eb5385e1193d66f3f6) 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/poky-ref-manual/ref-variables.xml25
1 files changed, 19 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index f00f903..4da61ff 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -677,12 +677,6 @@
</glossdef>
</glossentry>
- <glossentry id='var-LICENSE'><glossterm>LICENSE</glossterm>
- <glossdef>
- <para>The list of package source licenses.</para>
- </glossdef>
- </glossentry>
-
<glossentry id='var-LIC_FILES_CHKSUM'><glossterm>LIC_FILES_CHKSUM</glossterm>
<glossdef>
<para>Checksums of the license text in the recipe source code.</para>
@@ -700,6 +694,25 @@
</glossdef>
</glossentry>
+ <glossentry id='var-LICENSE'><glossterm>LICENSE</glossterm>
+ <glossdef>
+ <para>The list of package source licenses.</para>
+ </glossdef>
+ </glossentry>
+
+ <glossentry id='var-LICENSE_DIR'><glossterm>LICENSE_DIR</glossterm>
+ <glossdef>
+ <para>Path to additional licenses used during the build.
+ By default, the Yocto Project uses <filename>COMMON_LICENSE_DIR</filename>
+ to define the directory that holds common license text used during the build.
+ The <filename>LICENSE_DIR</filename> variable allows you to extend that
+ location to other areas that have additional licenses:
+ <literallayout class='monospaced'>
+ LICENSE_DIR += "/path/to/additional/common/licenses"
+ </literallayout></para>
+ </glossdef>
+ </glossentry>
+
</glossdiv>
<glossdiv id='var-glossary-m'><title>M</title>
OpenPOWER on IntegriCloud