]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
systemd: properly package new container files
authorPeter Marko <peter.marko@siemens.com>
Wed, 4 Mar 2026 23:11:38 +0000 (00:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2026 17:29:24 +0000 (17:29 +0000)
v259 added more container files which need to ba correctly packaged.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_259.1.bb

index 34dd37fffffa5848aa95eb2b83e3866a252ab842..29aa9dea8c1cf0446ca7bba1b47d9f92e7d5ae37 100644 (file)
@@ -515,8 +515,12 @@ FILES:${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.c
                          ${systemd_system_unitdir}/systemd-machined.socket \
                          ${systemd_system_unitdir}/dbus-org.freedesktop.machine1.service \
                          ${systemd_system_unitdir}/var-lib-machines.mount \
+                         ${systemd_user_unitdir}/sockets.target.wants/systemd-machined.socket \
+                         ${systemd_user_unitdir}/dbus-org.freedesktop.machine1.service \
                          ${systemd_user_unitdir}/machine.slice \
                          ${systemd_user_unitdir}/machines.target \
+                         ${systemd_user_unitdir}/systemd-machined.service \
+                         ${systemd_user_unitdir}/systemd-machined.socket \
                          ${systemd_user_unitdir}/systemd-nspawn@.service \
                          ${nonarch_libdir}/systemd/systemd-import \
                          ${nonarch_libdir}/systemd/systemd-importd \
@@ -525,6 +529,7 @@ FILES:${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.c
                          ${exec_prefix}/lib/tmpfiles.d/systemd-nspawn.conf \
                          ${exec_prefix}/lib/tmpfiles.d/README \
                          ${systemd_system_unitdir}/systemd-nspawn@.service \
+                         ${datadir}/dbus-1/services/org.freedesktop.machine1.service \
                          ${datadir}/dbus-1/system-services/org.freedesktop.import1.service \
                          ${datadir}/dbus-1/system-services/org.freedesktop.machine1.service \
                          ${datadir}/dbus-1/system.d/org.freedesktop.import1.conf \