From c95eca61da4db058e7d56dd5aecfad2730d356fc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Nov 2013 10:59:39 -0800 Subject: ref-manual: New glossary entries I added glossary definitions for BUGTRACKER and CLASSOVERRIDE. (From yocto-docs rev: 79c10f1cf0f18429eb41b035ed60264b48549e9a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6361821ff4..1ff1ed7559 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -826,6 +826,18 @@ + BUGTRACKER + + + Specifies a URL for an upstream bug tracking website for + a recipe. + The OpenEmbedded build system does not use this variable. + Rather, the variable is a useful pointer in case a bug + in the software being built needs to be manually reported. + + + + BUILDDIR @@ -877,6 +889,30 @@ + CLASSOVERRIDE + + + An internal variable specifying the special class override + that should currently apply (e.g. "class-target", + "class-native", and so forth). + The classes that use this variable set it to + appropriate values. + + + + You do not normally directly interact with this variable. + The value for the CLASSOVERRIDE + variable goes into + OVERRIDES + and then can be used as an override. + Here is an example: + + DEPENDS_append_class-native = " python-native" + + + + + COMBINED_FEATURES A set of features common between -- cgit v1.2.3-54-g00ecf