]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
systemd-systemctl-native: Install systemd-sysv-install
authorPeter Kjellerstedt <pkj@axis.com>
Fri, 12 Sep 2025 15:57:11 +0000 (17:57 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 17 Sep 2025 16:51:15 +0000 (09:51 -0700)
commit8d0eb4ff49801aabb73e4fa28ffe12ab10beb32b
treeb92952606a3ccdb113883a8c0caddec8554b6eb6
parentd3c754dae42dcd68274711c9da3def3621d55634
systemd-systemctl-native: Install systemd-sysv-install

It is needed when support for both systemd and sysvinit are enabled.

This also adds a patch for systemctl to call systemd-sysv-install
without a hardcoded path and instead relies on finding it in $PATH. This
is needed when calling systemctl from a recipe sysroot.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/systemd/systemd-systemctl-native_257.6.bb
meta/recipes-core/systemd/systemd/0001-systemctl-Call-systemd-sysv-install-without-path.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch