[PATCH] migration-guides/migration-6.0.rst: fix wks file move note
Antonin Godard <[email protected]> Fri, 26 Jun 2026 09:49:50 +0200
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <20260626-fix-6-0-migration-wic-note-v1-1-718c24a05619@bootlin.com> |
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 <[email protected]> --- documentation/migration-guides/migration-6.0.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/documentation/migration-guides/migration-6.0.rst b/documentation/migration-guides/migration-6.0.rst index 25bcac207..eed4b16e7 100644 --- a/documentation/migration-guides/migration-6.0.rst +++ b/documentation/migration-guides/migration-6.0.rst @@ -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 --------------------------------------------------------- --- base-commit: be424bf52cd3ac9c83a4617d0b06afe8cde055be change-id: 20260625-fix-6-0-migration-wic-note-df55b418d0c9