diff options
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 1bb35da5dc..1301038d5b 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -328,6 +328,15 @@ Once the build process gets the sample file, it uses ``sed`` to substitute final | |||
328 | This file indicates the state of the sanity checks and is created during | 328 | This file indicates the state of the sanity checks and is created during |
329 | the build. | 329 | the build. |
330 | 330 | ||
331 | .. _structure-build-conf-auto.conf: | ||
332 | |||
333 | ``build/conf/auto.conf`` | ||
334 | ------------------------ | ||
335 | |||
336 | This file contains configuration variables that are automatically modified by | ||
337 | tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`. | ||
338 | This file should not be modified manually. | ||
339 | |||
331 | .. _structure-build-downloads: | 340 | .. _structure-build-downloads: |
332 | 341 | ||
333 | ``build/downloads/`` | 342 | ``build/downloads/`` |