commit | d6f334c19f03b802d3be2a58277b999034e36c77 | [log] [tgz] |
---|---|---|
author | Tim Lee <timlee660101@gmail.com> | Mon Aug 05 14:43:35 2024 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 05 12:43:45 2024 +0000 |
tree | 68eb8bf848b86267127479caab3d4a400fe607ed | |
parent | 93f5355d48c586142d325a4a9f44c4f8c50cabea [diff] |
Revert "meta-facebook: yosemite4: gpio: add services dependency for rescan task" This reverts commit de9756fea456e8e4515cbe48734894944e7aee0f. Before we just consider "RISING" services dependency and miss "FALLING" service will got failed due to both cases are using the same service. "Targets": { "RISING": ["probe-slot-device@1.service", "rescan-fru-device@1.service", "rescan-wf-bic@1.service"], "FALLING": ["rescan-fru-device@1.service"] }, Thus, we need to revert this commit for avoiding below error at "FALLING" case. systemd[1]: Dependency failed for Rescan FruDevice for slot 1. systemd[1]: rescan-fru-device@1.service: Job rescan-fru-device@1.service/start failed with result 'dependency'. Tested: No Dependency failed message for rescan task at "FAILLING" case. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I0411889a60a9ba8a026b7d15a7eea0367e1aac6e
diff --git a/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru-device@.service b/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru-device@.service index 7aec6c5..8b4438e 100644 --- a/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru-device@.service +++ b/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru-device@.service
@@ -1,7 +1,5 @@ [Unit] Description=Rescan FruDevice for slot %i -After=probe-slot-device@%i.service -Requires=probe-slot-device@%i.service [Service] Type=oneshot
diff --git a/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic@.service b/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic@.service index 2b96cef..08fb2b1 100644 --- a/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic@.service +++ b/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic@.service
@@ -1,7 +1,5 @@ [Unit] Description=Rescan WF BIC's EID for slot %i -After=rescan-fru-device@%i.service -Requires=rescan-fru-device@%i.service [Service] Type=oneshot