| Message ID | 20251010-fix-builtin-fragments-doc-v1-1-2594783324f0@bootlin.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | ref-manual/fragments.rst: remove duplicated built-in fragment note | expand |
On Fri, 10 Oct 2025 16:54:56 +0200, Antonin Godard wrote: > This behavior was removed in commit aea2d69d0533 > ("lib/bbconfigbuild/configfragments: disable the previous builtin > fragment when enabling a new one") in OE-Core. > > Applied, thanks! [1/1] ref-manual/fragments.rst: remove duplicated built-in fragment note commit: e420f0f90614b13fc92654219296182858ca17b9 Best regards,
diff --git a/documentation/ref-manual/fragments.rst b/documentation/ref-manual/fragments.rst index 7fd08656d..520cf783a 100644 --- a/documentation/ref-manual/fragments.rst +++ b/documentation/ref-manual/fragments.rst @@ -90,15 +90,7 @@ value, for example:: bitbake-config-build enable-fragment machine/qemux86-64 -Note that in this case, the fragment will be defined twice in -:term:`OE_FRAGMENTS`, and the last value is taken into account: - -.. code-block:: - :caption: build/conf/toolcfg.conf - - OE_FRAGMENTS += " ... machine/qemuarm64 machine/qemux86-64" - -In the above example, the value of :term:`MACHINE` is thus equal to +In the above example, the new value of :term:`MACHINE` is now equal to ``qemux86-64``. When a fragment is enabled with :ref:`ref-bitbake-config-build-enable-fragment`,
This behavior was removed in commit aea2d69d0533 ("lib/bbconfigbuild/configfragments: disable the previous builtin fragment when enabling a new one") in OE-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/fragments.rst | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) --- base-commit: 93c30b8a430a981e8b89061c968a006a3e086353 change-id: 20251010-fix-builtin-fragments-doc-900ae2a6a864 Best regards, -- Antonin Godard <antonin.godard@bootlin.com>