summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZev Weiss <zev@bewilderbeest.net>2022-11-02 00:54:55 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-11-02 19:07:18 +0300
commit7e46e76e4ed53b18b51dec47f8ceac520290dc32 (patch)
tree12af451391e1d29aa583241ad58b858fa99619f0
parent4a8312c64c4b38eebcf6f73513dfa8d8e2656bda (diff)
downloadopenbmc-7e46e76e4ed53b18b51dec47f8ceac520290dc32.tar.xz
dbus-sensors, entity-manager: Combined srcrev bump
These srcrev bumps have some cross-repo compatbility requirements (hwmontempsensor took over some device management functionality from entity-manager), so let's do them both in a single commit to avoid a window of breakage with one updated but not the other. dbus-sensors: 2c5a1f2d2e3b..661d4378467a Ed Tanous (2): Add ObjectManager in the right place Add control ObjectManager Johnathan Mantey (1): Identify active sensors via the D-Bus "sensors" service Konstantin Aladyshev (1): PSUSensor: Add device type TPS53679 Zev Weiss (3): Add getPollRate helper function hwmontempsensor: Remove redundant emptiness check hwmontempsensor: Manage devices on host power-state events entity-manager: 91df531561cd..e22143df37fa Zev Weiss (1): devices: Remove devices now managed by hwmontempsensor Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Idbd92b250d5fde3330391414d06724b8da8ce1bd
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 4094772c6d..3326bde420 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -10,7 +10,7 @@ DEPENDS = "boost \
valijson \
${PYTHON_PN}-jsonschema-native \
"
-SRCREV = "91df531561cdf5c8a0fa59d50b09827d487f32b7"
+SRCREV = "e22143df37faa0b0f5e2918d2f505b9f64e74b0f"
PACKAGECONFIG ??= "ipmi-fru"
PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"
PV = "0.1+git${SRCPV}"
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index 90873bb327..cecc78b5ee 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -11,7 +11,7 @@ DEPENDS = " \
phosphor-logging \
sdbusplus \
"
-SRCREV = "2c5a1f2d2e3bc9c8cafd23faa79003acc6bf7779"
+SRCREV = "661d4378467a1674eccff223696ecb64899419a7"
PACKAGECONFIG ??= " \
adcsensor \
intelcpusensor \