]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
systemd-systemctl-native: Install systemd-sysv-install
authorPeter Kjellerstedt <pkj@axis.com>
Mon, 8 Sep 2025 16:05:03 +0000 (18:05 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Sep 2025 09:45:09 +0000 (10:45 +0100)
commit30140cb9354fa535f68fab58e73b76f0cca342e4
tree35fac864d5b91dc9d9e07e814888c645afa7041b
parentfb2e29fc6931dc03ec892908e8e22d869d992f76
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: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-systemctl-native_257.8.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