From 044a8f9e6a0cb5ffe0e97e62403bd077628e9924 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 10 Dec 2012 16:47:27 -0600 Subject: Documentation: poky-ref-manual - Updated STAMPS directory information The STAMPS directory is now structured as build/tmp/stamps/$MULTIMACH_TARGET_SYS//$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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/poky-ref-manual/ref-variables.xml') 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" as set in the meta/conf/bitbake.conf file is: - STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-${EXTENDPE}${PV}-${PR}" + STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}" See TMPDIR, MULTIMACH_TARGET_SYS, -- cgit v1.2.3-54-g00ecf