diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-01 10:10:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:32 +0100 |
commit | f1879193b90b27f3c9b1e1dccc9097d5913d95b6 (patch) | |
tree | b35e26760ea1e84bce0d6412228cdf77a607c683 /documentation/ref-manual/ref-variables.xml | |
parent | ba8bc1ba3933b624a4cf61e75d46da8823291292 (diff) | |
download | poky-f1879193b90b27f3c9b1e1dccc9097d5913d95b6.tar.gz |
ref-manual: New section clarifying stamps, input checksums and sstate cache
Fixes [YOCTO #10172]
I added a new section on how BitBake reruns tasks based on the
stamps files. Also put in some cross-referencing links to that
new section in the stamps entry for the structure chapter and in
the STAMP variable in the glossary.
(From yocto-docs rev: da8779d9eb85473cd6b0f74e9e1371e1d277890f)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2a48315be7..1f4b2171a9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -12620,6 +12620,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12620 | </para> | 12620 | </para> |
12621 | 12621 | ||
12622 | <para> | 12622 | <para> |
12623 | For information on how BitBake uses stamp files to determine | ||
12624 | if a task should be rerun, see the | ||
12625 | "<link linkend='stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</link>" | ||
12626 | section. | ||
12627 | </para> | ||
12628 | |||
12629 | <para> | ||
12623 | See <link linkend='var-STAMPS_DIR'><filename>STAMPS_DIR</filename></link>, | 12630 | See <link linkend='var-STAMPS_DIR'><filename>STAMPS_DIR</filename></link>, |
12624 | <link linkend='var-MULTIMACH_TARGET_SYS'><filename>MULTIMACH_TARGET_SYS</filename></link>, | 12631 | <link linkend='var-MULTIMACH_TARGET_SYS'><filename>MULTIMACH_TARGET_SYS</filename></link>, |
12625 | <link linkend='var-PN'><filename>PN</filename></link>, | 12632 | <link linkend='var-PN'><filename>PN</filename></link>, |