diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-09-26 15:06:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-03 17:53:57 +0100 |
commit | bb64a9adcf222a7b7fc9faf37582b6083c95196b (patch) | |
tree | 2e3e9d84f5f1b988ce5b53ed5d9948b6da5855c1 /documentation | |
parent | 48b7b4885ee9992d98698c74f90766daddb6d7c3 (diff) | |
download | poky-bb64a9adcf222a7b7fc9faf37582b6083c95196b.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: 134e54a75e0144c4629f702c6f43e92ed1f12dce)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/structure.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 </dev-manual/bblock>` and | |||
356 | contains the signatures locked by ``bblock``. By default, it does not exist | 356 | contains the signatures locked by ``bblock``. By default, it does not exist |
357 | and will be created upon the first invocation of ``bblock``. | 357 | and will be created upon the first invocation of ``bblock``. |
358 | 358 | ||
359 | .. _structure-build-conf-auto.conf: | ||
360 | |||
361 | ``build/conf/auto.conf`` | ||
362 | ------------------------ | ||
363 | |||
364 | This file contains configuration variables that are automatically modified by | ||
365 | tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`. | ||
366 | This file should not be modified manually. | ||
367 | |||
359 | .. _structure-build-downloads: | 368 | .. _structure-build-downloads: |
360 | 369 | ||
361 | ``build/downloads/`` | 370 | ``build/downloads/`` |