1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

documentation/poky-ref-manual: changed "STAMPS" to "STAMP"

Variable was incorrect in the manual.

(From yocto-docs rev: d1ddb06cdcec48ab64df3a03f3ef845da0b13c80)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day
2012-03-26 09:45:25 -06:00
committed by Richard Purdie
parent df7e75fff3
commit 45bfc3e189
2 changed files with 3 additions and 3 deletions
@@ -215,9 +215,9 @@
<para> <para>
As each task completes, a timestamp is written to the directory specified by the 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>). <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. tasks that are already completed unless a timestamp is found to be invalid.
Currently, invalid timestamps are only considered on a per Currently, invalid timestamps are only considered on a per
<filename>.bb</filename> file basis. <filename>.bb</filename> file basis.
@@ -1740,7 +1740,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
</glossdef> </glossdef>
</glossentry> </glossentry>
<glossentry id='var-STAMPS'><glossterm>STAMPS</glossterm> <glossentry id='var-STAMP'><glossterm>STAMP</glossterm>
<glossdef> <glossdef>
<para> <para>
The directory (usually <filename>TMPDIR/stamps</filename>) with timestamps of The directory (usually <filename>TMPDIR/stamps</filename>) with timestamps of