summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-05-09 17:41:36 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-12 00:12:58 +0300
commitade7ab00825742356f4ed64e156714b8f3d1bd6b (patch)
tree8320a14b92be7f1b964e4d6f706ba1125ec96bb6 /meta-ibm
parentec1146ba20a79b31cedd6cd924bbb8f78a8bde03 (diff)
downloadopenbmc-ade7ab00825742356f4ed64e156714b8f3d1bd6b.tar.xz
meta-ibm:fans: no installation in templated targets
Upstream yocto introduced a change via e510222 (systemd-systemctl: fix instance template WantedBy symlink construction). This fixes a bug that we in OpenBMC had been taking advantage of in that we were able to document our templated target dependencies without it actually doing anything. The real installation of services within targets occurs in our bitbake recipes due to the complexity of chassis and host instances on a per machine basis. Leave the dependency information in the service files but comment them out. It's useful to be able to look at a service and understand which targets it's going to be installed into by the bitbake recipes. Change-Id: I9c485cbd19eb2804efe9916d4080ba3c662f65e5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog.service b/meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog.service
index 16a5ae4583..12e57eaa2f 100644
--- a/meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog.service
+++ b/meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog.service
@@ -11,4 +11,4 @@ ExecStart=/sbin/watchdog -T ${{TIMEOUT}} -t ${{INTERVAL}} -F ${{DEVICE}}
KillSignal=SIGKILL
[Install]
-RequiredBy=obmc-chassis-poweron@0.target
+#RequiredBy=obmc-chassis-poweron@0.target