diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 32be1789dc..b4fc64e753 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/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 - Specifies a function to call that verifies the list of - planned task execution before the main task execution - happens. - - BB_SETSCENE_DEPVALID + + BB_SETSCENE_DEPVALID: Specifies a function BitBake calls that determines whether BitBake requires a setscene dependency to be met. - BB_TASKHASH + + BB_SETSCENE_VERIFY_FUNCTION2: + Specifies a function to call that verifies the list of + planned task execution before the main task execution + happens. + + + 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: 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. +