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