From fae3759ad7f31d21392380a9df09bc699a42fe37 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 17 Oct 2012 07:59:12 -0700 Subject: documentation: poky-ref-manual - updated the STAMP glossary description. (From yocto-docs rev: 63720ee98bc9dd4eaa574784e7aa1ccd20822e80) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 82501f0edc..dd7a6ba877 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -2320,9 +2320,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAMP - Specifies the main part of the pathname and filename for stamp - files for a particular recipe. - STAMP 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 STAMP + as set in the meta/conf/bitbake.conf file + is: STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-${EXTENDPE}${PV}-${PR}" -- cgit v1.2.3-54-g00ecf