summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/fragments.rst10
1 files changed, 1 insertions, 9 deletions
diff --git a/documentation/ref-manual/fragments.rst b/documentation/ref-manual/fragments.rst
index 7fd08656d6..520cf783ad 100644
--- a/documentation/ref-manual/fragments.rst
+++ b/documentation/ref-manual/fragments.rst
@@ -90,15 +90,7 @@ value, for example::
90 90
91 bitbake-config-build enable-fragment machine/qemux86-64 91 bitbake-config-build enable-fragment machine/qemux86-64
92 92
93Note that in this case, the fragment will be defined twice in 93In the above example, the new value of :term:`MACHINE` is now equal to
94:term:`OE_FRAGMENTS`, and the last value is taken into account:
95
96.. code-block::
97 :caption: build/conf/toolcfg.conf
98
99 OE_FRAGMENTS += " ... machine/qemuarm64 machine/qemux86-64"
100
101In the above example, the value of :term:`MACHINE` is thus equal to
102``qemux86-64``. 94``qemux86-64``.
103 95
104When a fragment is enabled with :ref:`ref-bitbake-config-build-enable-fragment`, 96When a fragment is enabled with :ref:`ref-bitbake-config-build-enable-fragment`,