aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-bitbake.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index fa8c624c1c..663634b790 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -215,9 +215,9 @@
<para>
As each task completes, a timestamp is written to the directory specified by the
- <filename><link linkend='var-STAMPS'>STAMPS</link></filename> variable (usually
+ <filename><link linkend='var-STAMP'>STAMP</link></filename> variable (usually
<filename>build/tmp/stamps/*/</filename>).
- On subsequent runs, BitBake looks at the <filename>STAMPS</filename> directory and does not rerun
+ On subsequent runs, BitBake looks at the <filename>STAMP</filename> directory and does not rerun
tasks that are already completed unless a timestamp is found to be invalid.
Currently, invalid timestamps are only considered on a per
<filename>.bb</filename> file basis.