psplash starts too early to start on some types of machines. Fix this problem by delaying this service.
Signed-off-by: Wentao Zhang <[email protected]> --- 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 + [Service] Type=notify -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#99185): https://lists.openembedded.org/g/openembedded-devel/message/99185 Mute This Topic: https://lists.openembedded.org/mt/94376138/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
