summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-15 10:59:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:59 +0000
commit4d3730597df1ea6dd4f077e4c4eeee6092185bb2 (patch)
treedd1bacc61ea811a6fca32d8c9f0d2d678830e55b
parentfcae7ef9c5c88b4e2f12a3ea358a2682b0e42eb5 (diff)
downloadpoky-4d3730597df1ea6dd4f077e4c4eeee6092185bb2.tar.gz
ref-manual: New glossary entries
I added glossary definitions for BUGTRACKER and CLASSOVERRIDE. (From yocto-docs rev: 11517aa35b0ce694749f3ec55f452976f26f8166) 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.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