From 5df1753a152b8c374d74cfe521d20af0eb66420c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Mar 2012 09:48:58 -0600 Subject: documentation/poky-ref-manual/ref-bitbake.xml: Fixed directory name The /build/tmp/stamps directory was incorrectly referred to as the "STAMP" directory. Fixed it. (From yocto-docs rev: e434b3d555f7bea0b4576c6cf0d638e3e3fe664c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-bitbake.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 663634b790..523caf7090 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml @@ -217,7 +217,8 @@ As each task completes, a timestamp is written to the directory specified by the STAMP variable (usually build/tmp/stamps/*/). - On subsequent runs, BitBake looks at the STAMP directory and does not rerun + On subsequent runs, BitBake looks at the /build/tmp/stamps + 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. -- cgit v1.2.3-54-g00ecf