diff options
author | Julien Stephan <jstephan@baylibre.com> | 2024-11-06 14:54:47 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-11 09:16:26 -0800 |
commit | 8ce494b9cf84e769ac72b201838c76fd2ff894c9 (patch) | |
tree | d2abc729417829d69ddb7090993d4bf9f5399e00 /documentation/ref-manual/variables.rst | |
parent | 7194d7e233df02d82a5d941b26fd46afbafee4af (diff) | |
download | poky-8ce494b9cf84e769ac72b201838c76fd2ff894c9.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: 5692ad6f023289dda63567c1f79132854ae3899d)
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 3a0d46d501..a28738163c 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 | ||