summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-01 09:51:51 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:11 +0100
commit980ad4ed0c37c0644bf61fbb67be65edac43c8f5 (patch)
treec15fe89838ddb0f3104b8bb219ac00e07b0b9077 /documentation/ref-manual/ref-variables.xml
parent68bd063fb96f9190885d305d0141c0a66c77662b (diff)
downloadpoky-980ad4ed0c37c0644bf61fbb67be65edac43c8f5.tar.gz
ref-manual: Added the LICENSE_FLAGS_WHITELIST glossary description.
(From yocto-docs rev: 3fc3583d24b43bfd2a8cda0c6d2b1468e7a16c36) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0a34f3637f..235939c6c7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4719,6 +4719,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4719 </glossdef> 4719 </glossdef>
4720 </glossentry> 4720 </glossentry>
4721 4721
4722 <glossentry id='var-LICENSE_FLAGS_WHITELIST'><glossterm>LICENSE_FLAGS_WHITELIST</glossterm>
4723 <glossdef>
4724 <para>
4725 Lists license flags that when specified in
4726 <link linkend='var-LICENSE_FLAGS'><filename>LICENSE_FLAGS</filename></link>
4727 within a recipe should not prevent that recipe from being
4728 built.
4729 This practice is otherwise known as "whitelisting"
4730 license flags.
4731 For more information, see the
4732 <link linkend='enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</link>"
4733 section.
4734 </para>
4735 </glossdef>
4736 </glossentry>
4737
4722 <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH</glossterm> 4738 <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH</glossterm>
4723 <glossdef> 4739 <glossdef>
4724 <para>Path to additional licenses used during the build. 4740 <para>Path to additional licenses used during the build.