summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-17 21:56:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-18 11:03:39 +0000
commitc3f50f747c8ee739919268e1c10980b93d1f3e64 (patch)
tree88cd965554d3d75a9ac421ae7233314cbd69fdb3 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
parente25fee2ff8896cfaa41dcf36c9d044164606db04 (diff)
downloadpoky-c3f50f747c8ee739919268e1c10980b93d1f3e64.tar.gz
bitbake: doc: Drop BB_STAMP_POLICY/BB_STAMP_WHITELIST
These variables were removed from the codebase, update the docs to match. (Bitbake rev: 32180d5057c818a69987aada482e82acf3c72ef2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index d802a8d353..8496e1da53 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -1921,12 +1921,6 @@ The following list describes related variables:
1921 Specifies a function BitBake calls that determines whether BitBake 1921 Specifies a function BitBake calls that determines whether BitBake
1922 requires a setscene dependency to be met. 1922 requires a setscene dependency to be met.
1923 1923
1924- :term:`BB_STAMP_POLICY`: Defines the mode
1925 for comparing timestamps of stamp files.
1926
1927- :term:`BB_STAMP_WHITELIST`: Lists stamp
1928 files that are looked at when the stamp policy is "whitelist".
1929
1930- :term:`BB_TASKHASH`: Within an executing task, 1924- :term:`BB_TASKHASH`: Within an executing task,
1931 this variable holds the hash of the task as returned by the currently 1925 this variable holds the hash of the task as returned by the currently
1932 enabled signature generator. 1926 enabled signature generator.