summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-10-10 16:54:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-14 11:36:58 +0100
commit5e0e1c586d7bec1febf83878769f654ef47c3fcc (patch)
treec5fa4cfae3a26d358e0ea8dc4a7880040bf2582d /documentation
parent3aa2914a082562752859b48a24801233e2af9160 (diff)
downloadpoky-5e0e1c586d7bec1febf83878769f654ef47c3fcc.tar.gz
ref-manual/fragments.rst: remove duplicated built-in fragment note
This behavior was removed in commit aea2d69d0533 ("lib/bbconfigbuild/configfragments: disable the previous builtin fragment when enabling a new one") in OE-Core. (From yocto-docs rev: e420f0f90614b13fc92654219296182858ca17b9) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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`,