diff options
author | Julien Stephan <jstephan@baylibre.com> | 2024-11-06 14:54:47 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-09 05:53:57 -0800 |
commit | 6607529f19280492dd4ba1d99c1f4c44eb8b4571 (patch) | |
tree | f4e39229ae4b39a10352ceaf516f2a8035311de0 /documentation/ref-manual/variables.rst | |
parent | 233dd66bad3929cedd7c75c7f326c69b3c49c339 (diff) | |
download | poky-6607529f19280492dd4ba1d99c1f4c44eb8b4571.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: e882cb3e5816d081eb05cb83488f286cca70e0c6)
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>
(cherry picked from commit a082aa39840587d3af6c3f4a2c2747564ca37414)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 2cf45c17db..0c5c7aab97 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7778,6 +7778,9 @@ system and gives an overview of their function and contents. | |||
7778 | Then you can look at files in ``build/tmp/stamps/<arch>/bc`` and look for | 7778 | Then you can look at files in ``build/tmp/stamps/<arch>/bc`` and look for |
7779 | files like: ``<PV>.do_compile.sigdata.09772aa4532512baf96d433484f27234d4b7c11dd9cda0d6f56fa1b7ce6f25f0``. | 7779 | files like: ``<PV>.do_compile.sigdata.09772aa4532512baf96d433484f27234d4b7c11dd9cda0d6f56fa1b7ce6f25f0``. |
7780 | 7780 | ||
7781 | Alternatively, you can also use :doc:`bblock </dev-manual/bblock>` to | ||
7782 | generate this line for you. | ||
7783 | |||
7781 | :term:`SIGGEN_LOCKEDSIGS_TASKSIG_CHECK` | 7784 | :term:`SIGGEN_LOCKEDSIGS_TASKSIG_CHECK` |
7782 | Specifies the debug level of task signature check. 3 levels are supported: | 7785 | Specifies the debug level of task signature check. 3 levels are supported: |
7783 | 7786 | ||