summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/structure.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-09-26 15:06:22 +0200
committerSteve Sakoman <steve@sakoman.com>2025-10-03 10:09:02 -0700
commit11d8b290dd6a2baec0653d11745123e0fe7b75e7 (patch)
tree25d44ae69d3e0f73fdcf8c97dc59ff490c0b0d08 /documentation/ref-manual/structure.rst
parent55c58356f18defc82c558a0a22c98db6f31688bc (diff)
downloadpoky-11d8b290dd6a2baec0653d11745123e0fe7b75e7.tar.gz
ref-manual/structure: document the auto.conf file
Add documentation for auto.conf, which is used by external tools for automatically setting variables. (From yocto-docs rev: 707b29352838792c635b39c8b5c20c519b10b832) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 134e54a75e0144c4629f702c6f43e92ed1f12dce) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-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/``