diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2020-02-20 21:27:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-11 14:41:44 +0000 |
commit | cc26e90a79c87eb3d1130456294ce8e24135d483 (patch) | |
tree | d43fb1d20262f983399ec306945c37659a3dc604 /documentation | |
parent | a4cc2e0d447bc244e932a5315a06a227c8b9537f (diff) | |
download | poky-cc26e90a79c87eb3d1130456294ce8e24135d483.tar.gz |
ref-manual: Add a variable description for AVAILABLE_LICENSES
(From yocto-docs rev: 275ea2bb30693315ebea659a82065b75066e13b6)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 24 |
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." |