summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/fragments.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/fragments.rst')
-rw-r--r--documentation/ref-manual/fragments.rst4
1 files changed, 2 insertions, 2 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