diff options
author | Julien Stephan <jstephan@baylibre.com> | 2024-11-06 14:54:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-07 10:12:24 +0000 |
commit | 78f25d9a9c5b5f87d3dcf76d1356d1c906e82103 (patch) | |
tree | 95fa82dbc79fbde6e914db744d7ae0ac0e74e710 /documentation/ref-manual/variables.rst | |
parent | c69aaeef1110717fd0660b0ff58eb957e5b29bb0 (diff) | |
download | poky-78f25d9a9c5b5f87d3dcf76d1356d1c906e82103.tar.gz |
dev-manual: add bblock documentation
bblock is a helper tool to lock/unlock tasks and recipes to specific
signatures. Add a documentation page for it.
(From yocto-docs rev: a082aa39840587d3af6c3f4a2c2747564ca37414)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 11ad1f4dc6..43f4d79663 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7901,6 +7901,9 @@ system and gives an overview of their function and contents. | |||
7901 | Then you can look at files in ``build/tmp/stamps/<arch>/bc`` and look for | 7901 | Then you can look at files in ``build/tmp/stamps/<arch>/bc`` and look for |
7902 | files like: ``<PV>.do_compile.sigdata.09772aa4532512baf96d433484f27234d4b7c11dd9cda0d6f56fa1b7ce6f25f0``. | 7902 | files like: ``<PV>.do_compile.sigdata.09772aa4532512baf96d433484f27234d4b7c11dd9cda0d6f56fa1b7ce6f25f0``. |
7903 | 7903 | ||
7904 | Alternatively, you can also use :doc:`bblock </dev-manual/bblock>` to | ||
7905 | generate this line for you. | ||
7906 | |||
7904 | :term:`SIGGEN_LOCKEDSIGS_TASKSIG_CHECK` | 7907 | :term:`SIGGEN_LOCKEDSIGS_TASKSIG_CHECK` |
7905 | Specifies the debug level of task signature check. 3 levels are supported: | 7908 | Specifies the debug level of task signature check. 3 levels are supported: |
7906 | 7909 | ||