summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/fans
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-02-14 13:56:07 -0800
committerAndrew Geissler <geissonator@yahoo.com>2019-02-19 20:06:20 -0600
commit7575f3aba8873acf21e5e5d3ba9251bbb29e6d29 (patch)
treee27bf938b0e226ade3f618b04a2aaafa476d849f /meta-phosphor/recipes-phosphor/fans
parentb43cf56ccef3a5de25dec0c3ee5ad10b884ed740 (diff)
downloadtalos-openbmc-7575f3aba8873acf21e5e5d3ba9251bbb29e6d29.tar.gz
talos-openbmc-7575f3aba8873acf21e5e5d3ba9251bbb29e6d29.zip
meta-phosphor: phosphor-pid-control: transition away from YAML
phosphor-pid-control no longer relies on a native recipes to provide a yaml configuration that is compiled into the binary. To enable this, srcrev bump f72ad44140..dca2d484ee James Feist (1): DBusConfiguration: Fix scaling Patrick Venture (3): main: add json configuration path main: if json configuration, override yaml built build: drop support for YAML configurations (From meta-phosphor rev: c7eef0103625e8a7381c23597165e653fc8868a4) Change-Id: If164061e677bccdd2d3a3afa520722dd641d9f1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index d819c2939..2cdb8b2f4 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -14,7 +14,7 @@ inherit obmc-phosphor-ipmiprovider-symlink
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-pid-control"
-SRCREV = "f72ad441408ffb671c412c9f79795236c0ea5e54"
+SRCREV = "dca2d484ee91ee40fc94509d831ef2c5fa792ca0"
# Each platform will need a service file that starts
# at an appropriate time per system. For instance, if
@@ -29,8 +29,6 @@ DEPENDS += "phosphor-logging"
DEPENDS += "libevdev"
DEPENDS += "nlohmann-json"
-# We depend on someone providing their system's configuration.
-DEPENDS += "virtual/phosphor-fans-sensor-inventory"
# We depend on this to be built first so we can build our providers.
DEPENDS += "phosphor-ipmi-host"
@@ -44,8 +42,4 @@ FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
-EXTRA_OECONF = "SENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/sensor-list.yaml \
- PID_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/pid-list.yaml \
- ZONE_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/zone-info.yaml"
-
HOSTIPMI_PROVIDER_LIBRARY += "libmanualcmds.so"
OpenPOWER on IntegriCloud