summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c8ece0c579..9e6d37ec0d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -495,6 +495,30 @@
495 </glossdef> 495 </glossdef>
496 </glossentry> 496 </glossentry>
497 497
498 <glossentry id='var-AVAILABLE_LICENSES'><glossterm>AVAILABLE_LICENSES</glossterm>
499 <info>
500 AVAILABLE_LICENSES[doc] = "List of licenses found in the directories specified by COMMON_LICENSE_DIR and LICENSE_PATH."
501 </info>
502 <glossdef>
503 <para role="glossdeffirst">
504<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
505
506 List of licenses found in the directories specified
507 by <link linkend='var-COMMON_LICENSE_DIR'><filename>COMMON_LICENSE_DIR</filename></link>
508 and <link linkend='var-LICENSE_PATH'><filename>LICENSE_PATH</filename></link>.
509
510 <note>
511 It is assumed that all changes
512 to <filename>COMMON_LICENSE_DIR</filename>
513 and <filename>LICENSE_PATH</filename> have been done
514 before <filename>AVAILABLE_LICENSES</filename> is
515 defined
516 (in <link linkend='ref-classes-license'>license.bbclass</link>).
517 </note>
518 </para>
519 </glossdef>
520 </glossentry>
521
498 <glossentry id='var-AVAILTUNES'><glossterm>AVAILTUNES</glossterm> 522 <glossentry id='var-AVAILTUNES'><glossterm>AVAILTUNES</glossterm>
499 <info> 523 <info>
500 AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system." 524 AVAILTUNES[doc] = "The list of defined CPU and Application Binary Interface (ABI) tunings (i.e. "tunes") available for use by the OpenEmbedded build system."