From 51d1210367a88efa59190fd6f01be29a114c34bb Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 15 Apr 2025 15:52:00 +0200 Subject: migration-guides/{migration,release-notes}-5.2.rst: notes for systemd pni-names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a note to the migration guide regarding the pni-names behavior change. Suggested-by: Enrico Jörns (From yocto-docs rev: 9a1b9778c296351a575501a4abc5317e9be954bc) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-5.2.rst | 7 +++++++ documentation/migration-guides/release-notes-5.2.rst | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst index 6b7d02d656..9e9f466ade 100644 --- a/documentation/migration-guides/migration-5.2.rst +++ b/documentation/migration-guides/migration-5.2.rst @@ -104,6 +104,13 @@ systemd changes ``journald.conf`` to "persistent". The ``/var/log/journal`` directory is now used for logging instead of ``/run/log``. +- If ``pni-names`` is not in the :term:`DISTRO_FEATURES`, the `Predictable + Network Interface names `__ + systemd feature will now be disabled. Previously the feature was still + enabled even if ``pni-names`` was not part of :term:`DISTRO_FEATURES`. Make + sure to add the feature to :term:`DISTRO_FEATURES` if you want to keep this + systemd behavior. + Multiconfig changes ~~~~~~~~~~~~~~~~~~~ diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index ac9c6319a4..0ac276c1ec 100644 --- a/documentation/migration-guides/release-notes-5.2.rst +++ b/documentation/migration-guides/release-notes-5.2.rst @@ -523,9 +523,10 @@ New Features / Enhancements in |yocto-ver| ``${libdir}`` if the ``set-time-epoch`` :term:`PACKAGECONFIG` config is set. - - really disable Predictable Network Interface names if the ``pni-names`` - feature is not part of :term:`DISTRO_FEATURES`. Previously it was only - really disable for QEMU machines. + - really disable `Predictable Network Interface names + `__ + if the ``pni-names`` feature is not part of :term:`DISTRO_FEATURES`. + Previously it was only really disabled for QEMU machines. - split ``networkd`` into its own package named ``systemd-networkd``. -- cgit v1.2.3-54-g00ecf