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