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"
as set in the meta/conf/bitbake.conf file
is:
- STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}"
+ STAMP = "${STAMPS_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}"
- See TMPDIR,
+ See STAMPS_DIR,
MULTIMACH_TARGET_SYS,
PN,
EXTENDPE,
@@ -3654,6 +3654,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
+ STAMPS_DIR
+
+
+ Specifies the base directory in which the OpenEmbedded
+ build system places stamps.
+ The default directory is
+ ${TMPDIR}/stamps.
+
+
+
+
SUMMARYThe short (72 characters or less) summary of the binary package for packaging