summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/fragments.rst4
-rw-r--r--documentation/ref-manual/structure.rst15
2 files changed, 14 insertions, 5 deletions
diff --git a/documentation/ref-manual/fragments.rst b/documentation/ref-manual/fragments.rst
index c0118876c8..7fd08656d6 100644
--- a/documentation/ref-manual/fragments.rst
+++ b/documentation/ref-manual/fragments.rst
@@ -94,7 +94,7 @@ Note that in this case, the fragment will be defined twice in
94:term:`OE_FRAGMENTS`, and the last value is taken into account: 94:term:`OE_FRAGMENTS`, and the last value is taken into account:
95 95
96.. code-block:: 96.. code-block::
97 :caption: build/conf/auto.conf 97 :caption: build/conf/toolcfg.conf
98 98
99 OE_FRAGMENTS += " ... machine/qemuarm64 machine/qemux86-64" 99 OE_FRAGMENTS += " ... machine/qemuarm64 machine/qemux86-64"
100 100
@@ -103,7 +103,7 @@ In the above example, the value of :term:`MACHINE` is thus equal to
103 103
104When a fragment is enabled with :ref:`ref-bitbake-config-build-enable-fragment`, 104When a fragment is enabled with :ref:`ref-bitbake-config-build-enable-fragment`,
105its name is automatically appended to the :term:`OE_FRAGMENTS` variable in 105its name is automatically appended to the :term:`OE_FRAGMENTS` variable in
106:ref:`structure-build-conf-auto.conf`. 106:ref:`structure-build-conf-toolcfg.conf`.
107 107
108.. note:: 108.. note::
109 109
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/``