From: Peter Marko Date: Wed, 4 Mar 2026 23:11:38 +0000 (+0100) Subject: systemd: properly package new container files X-Git-Tag: uninative-5.1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39f7113d09a75a0bc7be7cb8bc9c4fa6c85d4a97;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git systemd: properly package new container files v259 added more container files which need to ba correctly packaged. Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_259.1.bb b/meta/recipes-core/systemd/systemd_259.1.bb index 34dd37ffff..29aa9dea8c 100644 --- a/meta/recipes-core/systemd/systemd_259.1.bb +++ b/meta/recipes-core/systemd/systemd_259.1.bb @@ -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 \