<glossentry id='var-STAMP'><glossterm>STAMP</glossterm>
<glossdef>
<para>
- Specifies the main part of the pathname and filename for stamp
- files for a particular recipe.
- <filename>STAMP</filename> is more than just the directory.
+ Specifies the base path used to create recipe stamp files.
+ The path to an actual stamp file is constructed by evaluating this
+ string and then appending additional information.
+ Currently, the default assignment for <filename>STAMP</filename>
+ as set in the <filename>meta/conf/bitbake.conf</filename> file
+ is:
<literallayout class='monospaced'>
STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-${EXTENDPE}${PV}-${PR}"
</literallayout>