diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-04-15 15:52:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-23 19:50:52 +0100 |
commit | 51d1210367a88efa59190fd6f01be29a114c34bb (patch) | |
tree | 15caafb5038ecabf349cfa866ed2580db13669db | |
parent | 43909a98708600d95e9a9ee6ee7f0a2ba07e015d (diff) | |
download | poky-51d1210367a88efa59190fd6f01be29a114c34bb.tar.gz |
migration-guides/{migration,release-notes}-5.2.rst: notes for systemd pni-names
Add a note to the migration guide regarding the pni-names behavior
change.
Suggested-by: Enrico Jörns <ejo@pengutronix.de>
(From yocto-docs rev: 9a1b9778c296351a575501a4abc5317e9be954bc)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/migration-guides/migration-5.2.rst | 7 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-5.2.rst | 7 |
2 files changed, 11 insertions, 3 deletions
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 | |||
104 | ``journald.conf`` to "persistent". The ``/var/log/journal`` directory is now | 104 | ``journald.conf`` to "persistent". The ``/var/log/journal`` directory is now |
105 | used for logging instead of ``/run/log``. | 105 | used for logging instead of ``/run/log``. |
106 | 106 | ||
107 | - If ``pni-names`` is not in the :term:`DISTRO_FEATURES`, the `Predictable | ||
108 | Network Interface names <https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/>`__ | ||
109 | systemd feature will now be disabled. Previously the feature was still | ||
110 | enabled even if ``pni-names`` was not part of :term:`DISTRO_FEATURES`. Make | ||
111 | sure to add the feature to :term:`DISTRO_FEATURES` if you want to keep this | ||
112 | systemd behavior. | ||
113 | |||
107 | Multiconfig changes | 114 | Multiconfig changes |
108 | ~~~~~~~~~~~~~~~~~~~ | 115 | ~~~~~~~~~~~~~~~~~~~ |
109 | 116 | ||
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| | |||
523 | ``${libdir}`` if the ``set-time-epoch`` :term:`PACKAGECONFIG` config is | 523 | ``${libdir}`` if the ``set-time-epoch`` :term:`PACKAGECONFIG` config is |
524 | set. | 524 | set. |
525 | 525 | ||
526 | - really disable Predictable Network Interface names if the ``pni-names`` | 526 | - really disable `Predictable Network Interface names |
527 | feature is not part of :term:`DISTRO_FEATURES`. Previously it was only | 527 | <https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/>`__ |
528 | really disable for QEMU machines. | 528 | if the ``pni-names`` feature is not part of :term:`DISTRO_FEATURES`. |
529 | Previously it was only really disabled for QEMU machines. | ||
529 | 530 | ||
530 | - split ``networkd`` into its own package named ``systemd-networkd``. | 531 | - split ``networkd`` into its own package named ``systemd-networkd``. |
531 | 532 | ||