From bb64a9adcf222a7b7fc9faf37582b6083c95196b Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 26 Sep 2025 15:06:22 +0200 Subject: 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: 134e54a75e0144c4629f702c6f43e92ed1f12dce) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/structure.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'documentation') 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 ` 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 `. +This file should not be modified manually. + .. _structure-build-downloads: ``build/downloads/`` -- cgit v1.2.3-54-g00ecf