summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 3601c97ded..1c9b3798e7 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -7,7 +7,7 @@
7<title>Reference: Variables Glossary</title> 7<title>Reference: Variables Glossary</title>
8 8
9<para> 9<para>
10 This section lists common variables used in Poky and gives an overview 10 This section lists common variables used in the Yocto Project and gives an overview
11 of their function and contents. 11 of their function and contents.
12</para> 12</para>
13 13
@@ -15,9 +15,9 @@
15 15
16 16
17 <para> 17 <para>
18 <link linkend='var-glossary-a'>A</link> 18 <link linkend='var-AUTHOR'>A</link>
19 <link linkend='var-glossary-b'>B</link> 19 <link linkend='var-BB_NUMBER_THREADS'>B</link>
20 <link linkend='var-glossary-c'>C</link> 20 <link linkend='var-CFLAGS'>C</link>
21 <link linkend='var-glossary-d'>D</link> 21 <link linkend='var-glossary-d'>D</link>
22 <link linkend='var-glossary-e'>E</link> 22 <link linkend='var-glossary-e'>E</link>
23 <link linkend='var-glossary-f'>F</link> 23 <link linkend='var-glossary-f'>F</link>
@@ -47,15 +47,15 @@
47 47
48 <glossentry id='var-AUTHOR'><glossterm>AUTHOR</glossterm> 48 <glossentry id='var-AUTHOR'><glossterm>AUTHOR</glossterm>
49 <glossdef> 49 <glossdef>
50 <para>E-mail address to contact original author(s) - to 50 <para>The email address used to contact the original author or authors in
51 send patches, forward bugs...</para> 51 order to send patches, forward bugs, etc.</para>
52 </glossdef> 52 </glossdef>
53 </glossentry> 53 </glossentry>
54 54
55 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm> 55 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm>
56 <glossdef> 56 <glossdef>
57 <para>Use current (newest) source revision - used with 57 <para>Specifies to use the current (newest) source revision.
58 <glossterm><link linkend='var-SRCREV'>SRCREV</link></glossterm> 58 This variable is with the <filename><link linkend='var-SRCREV'>SRCREV</link></filename>
59 variable.</para> 59 variable.</para>
60 </glossdef> 60 </glossdef>
61 </glossentry> 61 </glossentry>