summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-17 07:59:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:15:03 +0100
commit6339d903f2da7e00c6724202748944a91b744d95 (patch)
tree34587260398bc6964240363cab023bbebab0a53f /documentation/poky-ref-manual/ref-variables.xml
parent3bf1848cb747027bd0d281620a008f4d5ce8b6f1 (diff)
downloadast2050-yocto-poky-6339d903f2da7e00c6724202748944a91b744d95.zip
ast2050-yocto-poky-6339d903f2da7e00c6724202748944a91b744d95.tar.gz
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>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 82501f0..dd7a6ba 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"
<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>
OpenPOWER on IntegriCloud