diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/structure.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index 660cc9be1b..1aaafcf79b 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -356,6 +356,15 @@ This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and | |||
356 | contains the signatures locked by ``bblock``. By default, it does not exist | 356 | contains the signatures locked by ``bblock``. By default, it does not exist |
357 | and will be created upon the first invocation of ``bblock``. | 357 | and will be created upon the first invocation of ``bblock``. |
358 | 358 | ||
359 | .. _structure-build-conf-auto.conf: | ||
360 | |||
361 | ``build/conf/auto.conf`` | ||
362 | ------------------------ | ||
363 | |||
364 | This file contains configuration variables that are automatically modified by | ||
365 | tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`. | ||
366 | This file should not be modified manually. | ||
367 | |||
359 | .. _structure-build-downloads: | 368 | .. _structure-build-downloads: |
360 | 369 | ||
361 | ``build/downloads/`` | 370 | ``build/downloads/`` |