commit | 255da6b419082ec1f18046e818c5c3ca678fd607 | [log] [tgz] |
---|---|---|
author | Thu Nguyen <thu@os.amperecomputing.com> | Fri Jul 29 10:05:52 2022 +0700 |
committer | Ed Tanous <ed@tanous.net> | Fri Aug 12 21:29:38 2022 +0000 |
tree | 193b59fbcbaba867483d5d8802db3cce9ddfb44a | |
parent | 0fe0229497e2029901b9c807cff624013e0f1a58 [diff] [blame] |
cpusensor: Change cpusensor to intelcpusensor cpusensor class is specifically used for Intel CPU. The name of this class and the build option should be changed to reflect with their role. The patch set https://gerrit.openbmc.org/c/openbmc/openbmc/+/56096 is required to prevent the build error in openbmc source. Tested: 1. No build error. Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com> Change-Id: I1f941fffa10222cdac908fd763dccc866ba0e8a6
diff --git a/service_files/xyz.openbmc_project.adcsensor.service b/service_files/xyz.openbmc_project.adcsensor.service index 6ca7049..bc07f6e 100644 --- a/service_files/xyz.openbmc_project.adcsensor.service +++ b/service_files/xyz.openbmc_project.adcsensor.service
@@ -1,7 +1,7 @@ [Unit] Description=Adc Sensor StopWhenUnneeded=false -Before=xyz.openbmc_project.cpusensor.service +Before=xyz.openbmc_project.intelcpusensor.service Requires=xyz.openbmc_project.EntityManager.service After=xyz.openbmc_project.EntityManager.service