diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index b641d5cff9..4d4b9d6188 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -219,9 +219,8 @@ | |||
219 | 219 | ||
220 | <para> | 220 | <para> |
221 | As each task completes, a timestamp is written to the directory specified by the | 221 | As each task completes, a timestamp is written to the directory specified by the |
222 | <filename><link linkend='var-STAMP'>STAMP</link></filename> variable (usually | 222 | <filename><link linkend='var-STAMP'>STAMP</link></filename> variable. |
223 | <filename>build/tmp/stamps/*/</filename>). | 223 | On subsequent runs, BitBake looks within the <filename>/build/tmp/stamps</filename> |
224 | On subsequent runs, BitBake looks at the <filename>/build/tmp/stamps</filename> | ||
225 | directory and does not rerun | 224 | directory and does not rerun |
226 | tasks that are already completed unless a timestamp is found to be invalid. | 225 | tasks that are already completed unless a timestamp is found to be invalid. |
227 | Currently, invalid timestamps are only considered on a per | 226 | Currently, invalid timestamps are only considered on a per |