diff options
author | Quentin Schulz <foss@0leil.net> | 2021-08-11 22:13:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:23 +0100 |
commit | 52db0c75754deb44ea7b1ccf21283fdcebf104cf (patch) | |
tree | 0ac4a72b6a9f7b7349e4486f4b54ef8ed491acfb /documentation | |
parent | 3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f (diff) | |
download | poky-52db0c75754deb44ea7b1ccf21283fdcebf104cf.tar.gz |
docs: overview-manual: concepts: remove long-gone BBHASHDEPS variable
BBHASHDEPS was removed from bitbake in April 2014, with the following
commit:
92526eadd09d "bitbake-worker: Drop BBHASH variables"
so let's remove mentions from the docs.
(From yocto-docs rev: f9e1768b8c85e3ad7fa974940a90996a5ffee3f5)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index b06a73e5fc..c8b89885e3 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1774,9 +1774,6 @@ the build. This information includes: | |||
1774 | - ``BB_BASEHASH_``\ filename\ ``:``\ taskname: The base hashes for each | 1774 | - ``BB_BASEHASH_``\ filename\ ``:``\ taskname: The base hashes for each |
1775 | dependent task. | 1775 | dependent task. |
1776 | 1776 | ||
1777 | - ``BBHASHDEPS_``\ filename\ ``:``\ taskname: The task dependencies for | ||
1778 | each task. | ||
1779 | |||
1780 | - :term:`BB_TASKHASH`: The hash of the currently running task. | 1777 | - :term:`BB_TASKHASH`: The hash of the currently running task. |
1781 | 1778 | ||
1782 | Shared State | 1779 | Shared State |