summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-10 16:47:27 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-11 16:17:57 +0000
commit044a8f9e6a0cb5ffe0e97e62403bd077628e9924 (patch)
tree4b0b0c154f262aa817835e1221474c7abc25145b /documentation/poky-ref-manual/ref-variables.xml
parent0173d4e10d3d923b1ac9b39bc9d12e5ffcd48dbf (diff)
downloadpoky-044a8f9e6a0cb5ffe0e97e62403bd077628e9924.tar.gz
Documentation: poky-ref-manual - Updated STAMPS directory information
The STAMPS directory is now structured as build/tmp/stamps/$MULTIMACH_TARGET_SYS/<extended_PN>/$PV. There were three areas in the manual that needed adjusting to reflect this change. (From yocto-docs rev: 1f8d64ecfa8e060680a90f9c6cc5f69554328da5) 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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 03875132cc..2765c2f1c9 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -2766,7 +2766,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2766 as set in the <filename>meta/conf/bitbake.conf</filename> file 2766 as set in the <filename>meta/conf/bitbake.conf</filename> file
2767 is: 2767 is:
2768 <literallayout class='monospaced'> 2768 <literallayout class='monospaced'>
2769 STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-${EXTENDPE}${PV}-${PR}" 2769 STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}"
2770 </literallayout> 2770 </literallayout>
2771 See <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link>, 2771 See <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link>,
2772 <link linkend='var-MULTIMACH_TARGET_SYS'><filename>MULTIMACH_TARGET_SYS</filename></link>, 2772 <link linkend='var-MULTIMACH_TARGET_SYS'><filename>MULTIMACH_TARGET_SYS</filename></link>,