Re: [meta-oe][master][kirkstone][PATCH] psplash: delay the psplash service


Khem Raj
 



On Sun, Oct 16, 2022 at 6:36 PM Wentao Zhang <wentao.zhang@...> wrote:
psplash starts too early to start on some types of
machines. Fix this problem by delaying this service.

Signed-off-by: Wentao Zhang <wentao.zhang@...>
---
 meta/recipes-core/psplash/files/psplash-start.service | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/psplash/files/psplash-start.service b/meta/recipes-core/psplash/files/psplash-start.service
index 36c2bb38e0..9eaf2658a5 100644
--- a/meta/recipes-core/psplash/files/psplash-start.service
+++ b/meta/recipes-core/psplash/files/psplash-start.service
@@ -2,6 +2,8 @@
 Description=Start psplash boot splash screen
 DefaultDependencies=no
 RequiresMountsFor=/run
+After=systemd-timesyncd.service
+

I think this will fail on systems not having timesyncd or network 


 [Service]
 Type=notify
--
2.25.1




Join {openembedded-devel@lists.openembedded.org to automatically receive all group messages.