diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-01 09:14:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:11 +0100 |
commit | a53950ad2c9f468ef1700d71e26163bd5f204c21 (patch) | |
tree | e1e7fb0865af9c3463bef38c5cc4f110036c8b75 | |
parent | 08d68e5bc806e6ffc324595f5a7e83c7ff767e35 (diff) | |
download | poky-a53950ad2c9f468ef1700d71e26163bd5f204c21.tar.gz |
ref-manual: Added the LICENSE_FLAGS variable description.
(From yocto-docs rev: dfe4bb2268a2b79571ea03d44684de31ed25cc66)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 7a7efbcb96..0a34f3637f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -4695,6 +4695,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4695 | </glossdef> | 4695 | </glossdef> |
4696 | </glossentry> | 4696 | </glossentry> |
4697 | 4697 | ||
4698 | <glossentry id='var-LICENSE_FLAGS'><glossterm>LICENSE_FLAGS</glossterm> | ||
4699 | <glossdef> | ||
4700 | <para> | ||
4701 | Specifies additional flags for a recipe you must | ||
4702 | whitelist through | ||
4703 | <link linkend='var-LICENSE_FLAGS_WHITELIST'><filename>LICENSE_FLAGS_WHITELIST</filename></link> | ||
4704 | in order to allow the recipe to be built. | ||
4705 | When providing multiple flags, separate them with | ||
4706 | spaces. | ||
4707 | </para> | ||
4708 | |||
4709 | <para> | ||
4710 | This value is independent of | ||
4711 | <link linkend='var-LICENSE'><filename>LICENSE</filename></link> | ||
4712 | and is typically used to mark recipes that might | ||
4713 | require additional licenses in order to be used in a | ||
4714 | commercial product. | ||
4715 | For more information, see the | ||
4716 | "<link linkend='enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</link>" | ||
4717 | section. | ||
4718 | </para> | ||
4719 | </glossdef> | ||
4720 | </glossentry> | ||
4721 | |||
4698 | <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH</glossterm> | 4722 | <glossentry id='var-LICENSE_PATH'><glossterm>LICENSE_PATH</glossterm> |
4699 | <glossdef> | 4723 | <glossdef> |
4700 | <para>Path to additional licenses used during the build. | 4724 | <para>Path to additional licenses used during the build. |