From 7e46e76e4ed53b18b51dec47f8ceac520290dc32 Mon Sep 17 00:00:00 2001 From: Zev Weiss Date: Tue, 1 Nov 2022 14:54:55 -0700 Subject: 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 Change-Id: Idbd92b250d5fde3330391414d06724b8da8ce1bd --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 2 +- 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 \ -- cgit v1.2.3