aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-08-11 22:19:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-06 10:18:57 +0100
commit7816a8de70adc3806a3739384cf08b281b4ee401 (patch)
treebb95424eb8b5c2b30d9d12001923f41be587001c /doc
parentdcd115176f63256f10db0b24b563683c4bdf8f96 (diff)
downloadbitbake-7816a8de70adc3806a3739384cf08b281b4ee401.tar.gz
doc: bitbake-user-manual-execution: remove mention to 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. Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-execution.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
index a6ef90db1..6153f36a0 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
@@ -578,9 +578,6 @@ the build. This information includes:
- ``BB_BASEHASH_``\ *filename:taskname*: The base hashes for each
dependent task.
-- ``BBHASHDEPS_``\ *filename:taskname*: The task dependencies for
- each task.
-
- :term:`BB_TASKHASH`: The hash of the currently running task.
It is worth noting that BitBake's "-S" option lets you debug BitBake's