summaryrefslogtreecommitdiffstats
path: root/documentation
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:06 +0100
commitfae3759ad7f31d21392380a9df09bc699a42fe37 (patch)
tree97a1e5a6be863114783760d7546f2d50b3e79ca1 /documentation
parentc9b61655e0c95bfa0e8a1399a1b0ccbdf048f652 (diff)
downloadpoky-fae3759ad7f31d21392380a9df09bc699a42fe37.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')
-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 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"
2320 <glossentry id='var-STAMP'><glossterm>STAMP</glossterm> 2320 <glossentry id='var-STAMP'><glossterm>STAMP</glossterm>
2321 <glossdef> 2321 <glossdef>
2322 <para> 2322 <para>
2323 Specifies the main part of the pathname and filename for stamp 2323 Specifies the base path used to create recipe stamp files.
2324 files for a particular recipe. 2324 The path to an actual stamp file is constructed by evaluating this
2325 <filename>STAMP</filename> is more than just the directory. 2325 string and then appending additional information.
2326 Currently, the default assignment for <filename>STAMP</filename>
2327 as set in the <filename>meta/conf/bitbake.conf</filename> file
2328 is:
2326 <literallayout class='monospaced'> 2329 <literallayout class='monospaced'>
2327 STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-${EXTENDPE}${PV}-${PR}" 2330 STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-${EXTENDPE}${PV}-${PR}"
2328 </literallayout> 2331 </literallayout>