@@ -406,12 +406,12 @@ Should be replaced by::
See commit :oecore_rev:`b50d6debf7baa555fbfb3521c4f952675bba2d37` for more
information.
-:doc:`WIC </dev-manual/wic>` files to be moved under ``files/wic``
-------------------------------------------------------------------
+:doc:`WIC </dev-manual/wic>` kickstart files to be moved under ``files/wic``
+----------------------------------------------------------------------------
-:doc:`WIC </dev-manual/wic>` related files such as :doc:`WKS
-</ref-manual/kickstart>` files or custom WIC plugins should be moved to the
-``files/wic/`` directory of the layer containing them.
+:doc:`WIC </dev-manual/wic>` kickstart files (:doc:`WKS </ref-manual/kickstart>`
+files) should be moved to the ``files/wic/`` directory of the layer containing
+them.
If not done, the build will fail with errors indicating how to move these files,
for example::
@@ -439,6 +439,9 @@ For example, here is the content of the :term:`OpenEmbedded-Core (OE-Core)`
├── sdimage-bootpart.wks
└── systemd-bootdisk.wks
+This change does not affect :ref:`WIC plugins <dev-manual/wic:Using the Wic
+Plugin Interface>`, which should remain in ``scripts/lib/wic/plugins/source/``.
+
Support for SysVinit compatibility in systemd was dropped
---------------------------------------------------------
This migration note wrongly mentioned that WIC plugins should be be moved under files/wic. This is wrong, only kickstart files should be. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/migration-guides/migration-6.0.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) --- base-commit: be424bf52cd3ac9c83a4617d0b06afe8cde055be change-id: 20260625-fix-6-0-migration-wic-note-df55b418d0c9