summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/migration-4.3.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index f526e366ce..79cf907708 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -55,6 +55,13 @@ Go language changes
55- Support for the Glide package manager has been removed, as ``go mod`` 55- Support for the Glide package manager has been removed, as ``go mod``
56 has become the standard. 56 has become the standard.
57 57
58Systemd changes
59~~~~~~~~~~~~~~~
60
61Upstream systemd is now more strict on filesystem layout and the ``usrmerge``
62feature is therefore required alongside systemd. The Poky test configurations
63have been updated accordingly for systemd.
64
58.. _migration-4.3-recipe-changes: 65.. _migration-4.3-recipe-changes:
59 66
60Recipe changes 67Recipe changes