浏览代码

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>
Antonin Godard 1 周之前
父节点
当前提交
5e0e1c586d
共有 1 个文件被更改,包括 1 次插入9 次删除
  1. 1 9
      documentation/ref-manual/fragments.rst

+ 1 - 9
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`,