summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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 1bb35da5dc..1301038d5b 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -328,6 +328,15 @@ Once the build process gets the sample file, it uses ``sed`` to substitute final
328This file indicates the state of the sanity checks and is created during 328This file indicates the state of the sanity checks and is created during
329the build. 329the build.
330 330
331.. _structure-build-conf-auto.conf:
332
333``build/conf/auto.conf``
334------------------------
335
336This file contains configuration variables that are automatically modified by
337tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`.
338This file should not be modified manually.
339
331.. _structure-build-downloads: 340.. _structure-build-downloads:
332 341
333``build/downloads/`` 342``build/downloads/``