summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/structure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-rw-r--r--documentation/ref-manual/structure.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index 1aaafcf79b..2640f461d6 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -356,15 +356,24 @@ This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and
356contains the signatures locked by ``bblock``. By default, it does not exist 356contains the signatures locked by ``bblock``. By default, it does not exist
357and will be created upon the first invocation of ``bblock``. 357and will be created upon the first invocation of ``bblock``.
358 358
359.. _structure-build-conf-auto.conf: 359.. _structure-build-conf-toolcfg.conf:
360 360
361``build/conf/auto.conf`` 361``build/conf/toolcfg.conf``
362------------------------ 362---------------------------
363 363
364This file contains configuration variables that are automatically modified by 364This file contains configuration variables that are automatically modified by
365tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`. 365tools such as :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`.
366This file should not be modified manually. 366This file should not be modified manually.
367 367
368.. _structure-build-conf-auto.conf:
369
370``build/conf/auto.conf``
371------------------------
372
373This file is intended for use by continuous integration environments, such as the
374Yocto Project's :doc:`Autobuilder </test-manual/understand-autobuilder>`. It
375should not be created or modified when running local builds.
376
368.. _structure-build-downloads: 377.. _structure-build-downloads:
369 378
370``build/downloads/`` 379``build/downloads/``