summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Shulzhenko <oleksandr.shulzhenko.viktorovych@intel.com>2023-04-20 16:29:32 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-04-21 16:55:39 +0300
commitd6b4d059fbfbff4c672b3b65266f667548494fb2 (patch)
tree96987f64155f5d1bfe1ea64e294f9ba3f40a5434
parent08413f2355411442dc4ddbe6062a7e0e82e65074 (diff)
downloadopenbmc-d6b4d059fbfbff4c672b3b65266f667548494fb2.tar.xz
dbus-sensors: Add libpeci dependency
IntelCPUSensors supports communication via peci-legacy. This communication should be done via specific middleware libpeci. Add the corresponding dependency to make it work. Change-Id: Ibc381a7406d33f074031b0abcc2aa88164b7c1d1 Signed-off-by: Oleksandr Shulzhenko <oleksandr.shulzhenko.viktorovych@intel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index dee6fe464d..5e7101749e 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -25,7 +25,7 @@ PACKAGECONFIG ??= " \
external \
"
PACKAGECONFIG[adcsensor] = "-Dadc=enabled, -Dadc=disabled"
-PACKAGECONFIG[intelcpusensor] = "-Dintel-cpu=enabled, -Dintel-cpu=disabled"
+PACKAGECONFIG[intelcpusensor] = "-Dintel-cpu=enabled, -Dintel-cpu=disabled, libpeci"
PACKAGECONFIG[exitairtempsensor] = "-Dexit-air=enabled, -Dexit-air=disabled"
PACKAGECONFIG[fansensor] = "-Dfan=enabled, -Dfan=disabled"
PACKAGECONFIG[hwmontempsensor] = "-Dhwmon-temp=enabled, -Dhwmon-temp=disabled"