diff options
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 | ||