summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 97dcb5c35f..d6b5eaf7d6 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3641,9 +3641,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3641 as set in the <filename>meta/conf/bitbake.conf</filename> file 3641 as set in the <filename>meta/conf/bitbake.conf</filename> file
3642 is: 3642 is:
3643 <literallayout class='monospaced'> 3643 <literallayout class='monospaced'>
3644 STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}" 3644 STAMP = "${STAMPS_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}"
3645 </literallayout> 3645 </literallayout>
3646 See <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link>, 3646 See <link linkend='var-STAMPS_DIR'><filename>STAMPS_DIR</filename></link>,
3647 <link linkend='var-MULTIMACH_TARGET_SYS'><filename>MULTIMACH_TARGET_SYS</filename></link>, 3647 <link linkend='var-MULTIMACH_TARGET_SYS'><filename>MULTIMACH_TARGET_SYS</filename></link>,
3648 <link linkend='var-PN'><filename>PN</filename></link>, 3648 <link linkend='var-PN'><filename>PN</filename></link>,
3649 <link linkend='var-EXTENDPE'><filename>EXTENDPE</filename></link>, 3649 <link linkend='var-EXTENDPE'><filename>EXTENDPE</filename></link>,
@@ -3654,6 +3654,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3654 </glossdef> 3654 </glossdef>
3655 </glossentry> 3655 </glossentry>
3656 3656
3657 <glossentry id='var-STAMPS_DIR'><glossterm>STAMPS_DIR</glossterm>
3658 <glossdef>
3659 <para>
3660 Specifies the base directory in which the OpenEmbedded
3661 build system places stamps.
3662 The default directory is
3663 <filename>${TMPDIR}/stamps</filename>.
3664 </para>
3665 </glossdef>
3666 </glossentry>
3667
3657 <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm> 3668 <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm>
3658 <glossdef> 3669 <glossdef>
3659 <para>The short (72 characters or less) summary of the binary package for packaging 3670 <para>The short (72 characters or less) summary of the binary package for packaging