diff options
author | Quentin Schulz <foss@0leil.net> | 2021-08-11 22:19:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-06 10:19:03 +0100 |
commit | 7c1215e82198a15bbd2202c7db9805e4331730ff (patch) | |
tree | 854258b8931ea9f1d9ab8e5d92d4a95b9dc4b666 /bitbake | |
parent | 0c16f67afe938daa6303d35345d1ea85e3c8ef37 (diff) | |
download | poky-7c1215e82198a15bbd2202c7db9805e4331730ff.tar.gz |
bitbake: 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.
(Bitbake rev: 7816a8de70adc3806a3739384cf08b281b4ee401)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst index a6ef90db12..6153f36a0f 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst | |||
@@ -578,9 +578,6 @@ the build. This information includes: | |||
578 | - ``BB_BASEHASH_``\ *filename:taskname*: The base hashes for each | 578 | - ``BB_BASEHASH_``\ *filename:taskname*: The base hashes for each |
579 | dependent task. | 579 | dependent task. |
580 | 580 | ||
581 | - ``BBHASHDEPS_``\ *filename:taskname*: The task dependencies for | ||
582 | each task. | ||
583 | |||
584 | - :term:`BB_TASKHASH`: The hash of the currently running task. | 581 | - :term:`BB_TASKHASH`: The hash of the currently running task. |
585 | 582 | ||
586 | It is worth noting that BitBake's "-S" option lets you debug BitBake's | 583 | It is worth noting that BitBake's "-S" option lets you debug BitBake's |