summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-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 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
356contains the signatures locked by ``bblock``. By default, it does not exist 356contains the signatures locked by ``bblock``. By default, it does not exist
357and will be created upon the first invocation of ``bblock``. 357and 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
364This file contains configuration variables that are automatically modified by
365tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`.
366This file should not be modified manually.
367
359.. _structure-build-downloads: 368.. _structure-build-downloads:
360 369
361``build/downloads/`` 370``build/downloads/``