diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-09-26 15:06:22 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-10-09 12:16:46 -0700 |
| commit | 8e94da92196d6ca8a95d36bb822fbf973c55a916 (patch) | |
| tree | 1e54c9899a82fbc3fefac152bd1f0da3a2bcf5fa | |
| parent | a405b570b307fc1b961c3e8d5545c9db66216b69 (diff) | |
| download | poky-8e94da92196d6ca8a95d36bb822fbf973c55a916.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: c16beccd7fa836a6bc77bb0a9d3274508bd3c6ff)
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>
| -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 2190f5b90e..b92d9bb411 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
| @@ -344,6 +344,15 @@ This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and | |||
| 344 | contains the signatures locked by ``bblock``. By default, it does not exist | 344 | contains the signatures locked by ``bblock``. By default, it does not exist |
| 345 | and will be created upon the first invocation of ``bblock``. | 345 | and will be created upon the first invocation of ``bblock``. |
| 346 | 346 | ||
| 347 | .. _structure-build-conf-auto.conf: | ||
| 348 | |||
| 349 | ``build/conf/auto.conf`` | ||
| 350 | ------------------------ | ||
| 351 | |||
| 352 | This file contains configuration variables that are automatically modified by | ||
| 353 | tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`. | ||
| 354 | This file should not be modified manually. | ||
| 355 | |||
| 347 | .. _structure-build-downloads: | 356 | .. _structure-build-downloads: |
| 348 | 357 | ||
| 349 | ``build/downloads/`` | 358 | ``build/downloads/`` |
