From 4d3730597df1ea6dd4f077e4c4eeee6092185bb2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Nov 2013 10:59:39 -0800 Subject: [PATCH] ref-manual: New glossary entries I added glossary definitions for BUGTRACKER and CLASSOVERRIDE. (From yocto-docs rev: 11517aa35b0ce694749f3ec55f452976f26f8166) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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