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 | |
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')
-rw-r--r-- | documentation/ref-manual/structure.rst | 9 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index bbeda78c79..616c3c4c9b 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -335,6 +335,15 @@ Once the build process gets the sample file, it uses ``sed`` to substitute final | |||
335 | version of the ``bblayers.conf.sample`` file in the ``meta-poky/conf/templates/default`` | 335 | version of the ``bblayers.conf.sample`` file in the ``meta-poky/conf/templates/default`` |
336 | directory. | 336 | directory. |
337 | 337 | ||
338 | .. _structure-build-conf-bblock.conf: | ||
339 | |||
340 | ``build/conf/bblock.conf`` | ||
341 | -------------------------- | ||
342 | |||
343 | This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and | ||
344 | contains the signatures locked by ``bblock``. By default, it does not exist | ||
345 | and will be created upon the first invocation of ``bblock``. | ||
346 | |||
338 | .. _structure-build-downloads: | 347 | .. _structure-build-downloads: |
339 | 348 | ||
340 | ``build/downloads/`` | 349 | ``build/downloads/`` |
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 | ||