summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml36
1 files changed, 36 insertions, 0 deletions
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 @@
826 </glossdef> 826 </glossdef>
827 </glossentry> 827 </glossentry>
828 828
829 <glossentry id='var-BUGTRACKER'><glossterm>BUGTRACKER</glossterm>
830 <glossdef>
831 <para>
832 Specifies a URL for an upstream bug tracking website for
833 a recipe.
834 The OpenEmbedded build system does not use this variable.
835 Rather, the variable is a useful pointer in case a bug
836 in the software being built needs to be manually reported.
837 </para>
838 </glossdef>
839 </glossentry>
840
829 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm> 841 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm>
830 <glossdef> 842 <glossdef>
831 <para> 843 <para>
@@ -877,6 +889,30 @@
877 </glossdef> 889 </glossdef>
878 </glossentry> 890 </glossentry>
879 891
892 <glossentry id='var-CLASSOVERRIDE'><glossterm>CLASSOVERRIDE</glossterm>
893 <glossdef>
894 <para>
895 An internal variable specifying the special class override
896 that should currently apply (e.g. "class-target",
897 "class-native", and so forth).
898 The classes that use this variable set it to
899 appropriate values.
900 </para>
901
902 <para>
903 You do not normally directly interact with this variable.
904 The value for the <filename>CLASSOVERRIDE</filename>
905 variable goes into
906 <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link>
907 and then can be used as an override.
908 Here is an example:
909 <literallayout class='monospaced'>
910 DEPENDS_append_class-native = " python-native"
911 </literallayout>
912 </para>
913 </glossdef>
914 </glossentry>
915
880 <glossentry id='var-COMBINED_FEATURES'><glossterm>COMBINED_FEATURES</glossterm> 916 <glossentry id='var-COMBINED_FEATURES'><glossterm>COMBINED_FEATURES</glossterm>
881 <glossdef> 917 <glossdef>
882 <para>A set of features common between 918 <para>A set of features common between