aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-01-24 14:11:27 +0800
committerArmin Kuster <akuster808@gmail.com>2022-01-27 08:09:44 -0800
commitcf939ad69016b973841b7dc8ea0c2bbce4199af7 (patch)
tree0cbba56322ef9617222bc988391678c0e6e62578 /meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb
parent4647e3ea3708d30eeb0149f6d5626c9576bff520 (diff)
downloadmeta-openembedded-cf939ad69016b973841b7dc8ea0c2bbce4199af7.tar.gz
plymouth: switch to KillMode=mixed
KillMode=none is deprecated, so we need to stop using it [1]. For now, use `KillMode=mixed` and `IgnoreOnIsolate=true` instead. In the future, we should change plymouth to be able to exit and start again without restarting the active animation, but that's going to require some effort. [1] https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/123 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7981762d670ea16150811cded2a0168095bf27b8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb')
-rw-r--r--meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb
index e5d8c98195..d096462eed 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb
@@ -20,6 +20,7 @@ RPROVIDES:${PN} = "virtual-psplash virtual-psplash-support"
SRC_URI = " \
http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.xz \
file://0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch \
+ file://0001-systemd-switch-to-KillMode-mixed.patch \
"
SRC_URI[md5sum] = "8a25d23f3ae732af300a56fa33cacff2"