summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 08:27:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:36 +0100
commit5d847ed6b584df86ec8622e86c941b9ef5e5bca6 (patch)
tree4424077494ad0612fdeafc6423d0c73549eb65d5 /documentation/ref-manual/ref-variables.xml
parentc35b0e33be89a2f94d82b844c365c575486e535a (diff)
downloadpoky-5d847ed6b584df86ec8622e86c941b9ef5e5bca6.tar.gz
ref-manual: Edits to the AUTOREV glossary entry.
(From yocto-docs rev: 574f9a258378ddb91e186eddcf871bd3348fcf47) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b6777747d5..615b373ebf 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -77,8 +77,9 @@
77 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm> 77 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm>
78 <glossdef> 78 <glossdef>
79 <para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename> 79 <para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename>
80 is set to the value of this variable, it specifies that the latest 80 is set to the value of this variable, it specifies to use the latest
81 source revision in the repository should be used. Here is an example: 81 source revision in the repository.
82 Here is an example:
82 <literallayout class='monospaced'> 83 <literallayout class='monospaced'>
83 SRCREV = "${AUTOREV}" 84 SRCREV = "${AUTOREV}"
84 </literallayout> 85 </literallayout>