1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

documentation: poky-ref-manual - updated the STAMP glossary description.

(From yocto-docs rev: 63720ee98bc9dd4eaa574784e7aa1ccd20822e80)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2012-10-17 07:59:12 -07:00
committed by Richard Purdie
parent c9b61655e0
commit fae3759ad7
@@ -2320,9 +2320,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-STAMP'><glossterm>STAMP</glossterm> <glossentry id='var-STAMP'><glossterm>STAMP</glossterm>
<glossdef> <glossdef>
<para> <para>
Specifies the main part of the pathname and filename for stamp Specifies the base path used to create recipe stamp files.
files for a particular recipe. The path to an actual stamp file is constructed by evaluating this
<filename>STAMP</filename> is more than just the directory. 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'> <literallayout class='monospaced'>
STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-${EXTENDPE}${PV}-${PR}" STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-${EXTENDPE}${PV}-${PR}"
</literallayout> </literallayout>