diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-17 21:56:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-18 11:03:39 +0000 |
commit | c3f50f747c8ee739919268e1c10980b93d1f3e64 (patch) | |
tree | 88cd965554d3d75a9ac421ae7233314cbd69fdb3 | |
parent | e25fee2ff8896cfaa41dcf36c9d044164606db04 (diff) | |
download | poky-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>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 6 | ||||
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 23 |
2 files changed, 0 insertions, 29 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. |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst index e0f661cdf5..1bb55fc501 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |||
@@ -549,29 +549,6 @@ overview of their function and contents. | |||
549 | - *clear* - Queries the source controls system every time. With this | 549 | - *clear* - Queries the source controls system every time. With this |
550 | policy, there is no cache. The "clear" policy is the default. | 550 | policy, there is no cache. The "clear" policy is the default. |
551 | 551 | ||
552 | :term:`BB_STAMP_POLICY` | ||
553 | Defines the mode used for how timestamps of stamp files are compared. | ||
554 | You can set the variable to one of the following modes: | ||
555 | |||
556 | - *perfile* - Timestamp comparisons are only made between timestamps | ||
557 | of a specific recipe. This is the default mode. | ||
558 | |||
559 | - *full* - Timestamp comparisons are made for all dependencies. | ||
560 | |||
561 | - *whitelist* - Identical to "full" mode except timestamp | ||
562 | comparisons are made for recipes listed in the | ||
563 | :term:`BB_STAMP_WHITELIST` variable. | ||
564 | |||
565 | .. note:: | ||
566 | |||
567 | Stamp policies are largely obsolete with the introduction of | ||
568 | setscene tasks. | ||
569 | |||
570 | :term:`BB_STAMP_WHITELIST` | ||
571 | Lists files whose stamp file timestamps are compared when the stamp | ||
572 | policy mode is set to "whitelist". For information on stamp policies, | ||
573 | see the :term:`BB_STAMP_POLICY` variable. | ||
574 | |||
575 | :term:`BB_STRICT_CHECKSUM` | 552 | :term:`BB_STRICT_CHECKSUM` |
576 | Sets a more strict checksum mechanism for non-local URLs. Setting | 553 | Sets a more strict checksum mechanism for non-local URLs. Setting |
577 | this variable to a value causes BitBake to report an error if it | 554 | this variable to a value causes BitBake to report an error if it |