diff mbox series

[2/2] migration-guide: Add notes on systemd/usrmerge changes

Message ID 20230620140053.2802542-2-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/2] migration-guide: Add notes on FILE_LAYERNAME | expand

Commit Message

Richard Purdie June 20, 2023, 2 p.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 documentation/migration-guides/migration-4.3.rst | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Michael Opdenacker June 21, 2023, 8:48 a.m. UTC | #1
Hi Richard,

On 20.06.23 at 16:00, Richard Purdie wrote:
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>   documentation/migration-guides/migration-4.3.rst | 7 +++++++
>   1 file changed, 7 insertions(+)
>
> diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
> index e72967bf3..74cc6354c 100644
> --- a/documentation/migration-guides/migration-4.3.rst
> +++ b/documentation/migration-guides/migration-4.3.rst
> @@ -55,6 +55,13 @@ Go language changes
>   -  Support for the Glide package manager has been removed, as ``go mod``
>      has become the standard.
>   
> +Systemd changes
> +~~~~~~~~~~~~~~~
> +
> +Upstream systemd is now more strict on filesystem layout and the usrmerge
> +feature is therefore required alongside systemd. The Poky test configurations
> +have been updated accordingly for systemd.


Thanks for the two patches!
After a few minor formatting edits, I merged them into master-next.
Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index e72967bf3..74cc6354c 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -55,6 +55,13 @@  Go language changes
 -  Support for the Glide package manager has been removed, as ``go mod``
    has become the standard.
 
+Systemd changes
+~~~~~~~~~~~~~~~
+
+Upstream systemd is now more strict on filesystem layout and the usrmerge
+feature is therefore required alongside systemd. The Poky test configurations
+have been updated accordingly for systemd.
+
 .. _migration-4.3-recipe-changes:
 
 Recipe changes