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:10 +0000
commitc95eca61da4db058e7d56dd5aecfad2730d356fc (patch)
treef640118668f4c3525c62ab97167333999c1c0ddb
parentcac929e648fcb5e3c36a9903529a0ad8f189779e (diff)
downloadpoky-c95eca61da4db058e7d56dd5aecfad2730d356fc.tar.gz
ref-manual: New glossary entries
I added glossary definitions for BUGTRACKER and CLASSOVERRIDE. (From yocto-docs rev: 79c10f1cf0f18429eb41b035ed60264b48549e9a) 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