summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-08-13 00:30:51 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-08-15 16:59:10 +0300
commit69c18bf7ddc00a85d3721241e60018ad2be17ea0 (patch)
treee750fccac92ae54121d9e79cb9dd7532199ba610 /meta-ampere
parent155469acffc5f03735c7a046b6ace24480d45e86 (diff)
downloadopenbmc-69c18bf7ddc00a85d3721241e60018ad2be17ea0.tar.xz
dbus-sensors: change build option of Intel cpu sensor
The build option of Intel cpu sensor service in dbus-sensors repository is changed from "cpusensor" to "intelcpusensor". Update the build option in openbmc source to match with that change. dbus-sensors: srcrev bump 0fe0229497..255da6b419 Thu Nguyen (1): cpusensor: Change cpusensor to intelcpusensor Tested: 1. No build errors. Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com> Change-Id: Ib31f7ce3dd7d5ed1bb226eb991459ec0bf233973 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-jade/recipes-phosphor/configuration/dbus-sensors_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/configuration/dbus-sensors_%.bbappend b/meta-ampere/meta-jade/recipes-phosphor/configuration/dbus-sensors_%.bbappend
index bfd03f8c5a..b458b0c91e 100644
--- a/meta-ampere/meta-jade/recipes-phosphor/configuration/dbus-sensors_%.bbappend
+++ b/meta-ampere/meta-jade/recipes-phosphor/configuration/dbus-sensors_%.bbappend
@@ -1 +1 @@
-PACKAGECONFIG:remove = " cpusensor ipmbsensor"
+PACKAGECONFIG:remove = " intelcpusensor ipmbsensor"