From a53950ad2c9f468ef1700d71e26163bd5f204c21 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 1 Jul 2014 09:14:40 +0300 Subject: ref-manual: Added the LICENSE_FLAGS variable description. (From yocto-docs rev: dfe4bb2268a2b79571ea03d44684de31ed25cc66) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') 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" + LICENSE_FLAGS + + + Specifies additional flags for a recipe you must + whitelist through + LICENSE_FLAGS_WHITELIST + in order to allow the recipe to be built. + When providing multiple flags, separate them with + spaces. + + + + This value is independent of + LICENSE + and is typically used to mark recipes that might + require additional licenses in order to be used in a + commercial product. + For more information, see the + "Enabling Commercially Licensed Recipes" + section. + + + + LICENSE_PATH Path to additional licenses used during the build. -- cgit v1.2.3-54-g00ecf