diff mbox series

[1/2] ref-manual/structure: document the auto.conf file

Message ID 20250925-fragments-v1-1-c9f747361fb2@bootlin.com
State New
Headers show
Series Add documentation on fragments | expand

Commit Message

Antonin Godard Sept. 25, 2025, 7:28 a.m. UTC
Add documentation for auto.conf, which is used by external tools for
automatically setting variables.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/structure.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index c9c44bc63..ef6523ed8 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -345,6 +345,15 @@  This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and
 contains the signatures locked by ``bblock``. By default, it does not exist
 and will be created upon the first invocation of ``bblock``.
 
+.. _structure-build-conf-auto.conf:
+
+``build/conf/auto.conf``
+------------------------
+
+This file contains configuration variables that are automatically modified by
+tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`.
+This file should not be modified manually.
+
 .. _structure-build-downloads:
 
 ``build/downloads/``