summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/structure.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index 2190f5b90e..b92d9bb411 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -344,6 +344,15 @@ This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and
344contains the signatures locked by ``bblock``. By default, it does not exist 344contains the signatures locked by ``bblock``. By default, it does not exist
345and will be created upon the first invocation of ``bblock``. 345and will be created upon the first invocation of ``bblock``.
346 346
347.. _structure-build-conf-auto.conf:
348
349``build/conf/auto.conf``
350------------------------
351
352This file contains configuration variables that are automatically modified by
353tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`.
354This file should not be modified manually.
355
347.. _structure-build-downloads: 356.. _structure-build-downloads:
348 357
349``build/downloads/`` 358``build/downloads/``