@@ -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/``
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(+)