From 103bbc6642261cd5da038ba2071621919ee01253 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 12 Apr 2018 12:55:29 -0700 Subject: bitbake-user-manual: Updated "Task Checksums and Setscene" section Fixes [#YOCTO 12030] Updated the "Task Checksums and Setscene" section to provide a bit of user information around the bitbake-dumpsigs use that lets a user examine signatures and inputs that determine if a do_compile task is indeed supposed to be run. Added more explanation of how a user can examine signatures used to determine if a do_compile task is indeed supposed to be run. Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-metadata.xml | 74 ++++++++++++++-------- 1 file changed, 46 insertions(+), 28 deletions(-) diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 32be1789d..b4fc64e75 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -2651,53 +2651,71 @@ OpenEmbedded metadata-based example. - The following list describes related variables: - STAMP: - The base path to create stamp files. - STAMPCLEAN - Again, the base path to create stamp files but can use wildcards - for matching a range of files for clean operations. - - BB_STAMP_WHITELIST - Lists stamp files that are looked at when the stamp policy - is "whitelist". - - BB_STAMP_POLICY - Defines the mode for comparing timestamps of stamp files. - - BB_HASHCHECK_FUNCTION + + BB_HASHCHECK_FUNCTION: Specifies the name of the function to call during the "setscene" part of the task's execution in order to validate the list of task hashes. - BB_SETSCENE_VERIFY_FUNCTION2 + + BB_SETSCENE_DEPVALID: + Specifies a function BitBake calls that determines + whether BitBake requires a setscene dependency to + be met. + + + BB_SETSCENE_VERIFY_FUNCTION2: Specifies a function to call that verifies the list of planned task execution before the main task execution happens. - BB_SETSCENE_DEPVALID - Specifies a function BitBake calls that determines - whether BitBake requires a setscene dependency to - be met. + + BB_STAMP_POLICY: + Defines the mode for comparing timestamps of stamp files. + + + BB_STAMP_WHITELIST: + Lists stamp files that are looked at when the stamp policy + is "whitelist". - BB_TASKHASH + + BB_TASKHASH: Within an executing task, this variable holds the hash of the task as returned by the currently enabled signature generator. + + STAMP: + The base path to create stamp files. + + + STAMPCLEAN: + Again, the base path to create stamp files but can use wildcards + for matching a range of files for clean operations. + -- cgit 1.2.3-korg