From 45bfc3e18971360177a2a8fc309dc7bf8465ef9a Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 26 Mar 2012 09:45:25 -0600 Subject: documentation/poky-ref-manual: changed "STAMPS" to "STAMP" Variable was incorrect in the manual. (From yocto-docs rev: d1ddb06cdcec48ab64df3a03f3ef845da0b13c80) Signed-off-by: Robert P. J. Day Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-bitbake.xml | 4 ++-- documentation/poky-ref-manual/ref-variables.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index fa8c624c1c..663634b790 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml @@ -215,9 +215,9 @@ As each task completes, a timestamp is written to the directory specified by the - STAMPS variable (usually + STAMP variable (usually build/tmp/stamps/*/). - On subsequent runs, BitBake looks at the STAMPS directory and does not rerun + On subsequent runs, BitBake looks at the STAMP directory and does not rerun tasks that are already completed unless a timestamp is found to be invalid. Currently, invalid timestamps are only considered on a per .bb file basis. diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index f345a9ee72..1025856313 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1740,7 +1740,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ - STAMPS + STAMP The directory (usually TMPDIR/stamps) with timestamps of -- cgit v1.2.3-54-g00ecf