summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-08-11 22:13:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:04:23 +0100
commit52db0c75754deb44ea7b1ccf21283fdcebf104cf (patch)
tree0ac4a72b6a9f7b7349e4486f4b54ef8ed491acfb /documentation
parent3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f (diff)
downloadpoky-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.rst3
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
1782Shared State 1779Shared State