From 5ef7ef3a90245eca38b3fca8f32091f1935a1703 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 12 Jan 2021 14:01:52 -0600 Subject: ensure sbe started after pre target For the synchronization targets to work correctly, a service must Wants and After it. The Wants was missing here so there is a race condition where this may run before the FSI scan service has completed. (From meta-openpower rev: d1b13abc9dfaca474102bc09939efa417c5eeb3e) Signed-off-by: Andrew Geissler Change-Id: If02755f774c40a031ef2f37a3bc1718328da5a1d Signed-off-by: Andrew Geissler --- meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service b/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service index 825275ae7..aa12be325 100644 --- a/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service +++ b/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service @@ -1,5 +1,6 @@ [Unit] Description=Start host%i SBE +Wants=obmc-host-start-pre@%i.target After=obmc-host-start-pre@%i.target Wants=obmc-host-starting@%i.target Before=obmc-host-starting@%i.target -- cgit v1.2.3