summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/phosphor-pid-control.bbclass
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05meta-phosphor: pid-control class: delete extra slashPatrick Venture1-1/+1
Delete the extra slash in the phosphor-pid-control configuration file path. (From meta-phosphor rev: 679e1486fd91ec1ae423addd34e861967213736c) Change-Id: I40ecf06f68609ad7d5a9b847b63b3870d5d11ffa Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-20meta-phosphor: phosphor-pid-control: transition away from YAMLPatrick Venture1-1/+4
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>
2018-07-27recipes-phoshor: fans: add phosphor-pid-controlPatrick Venture1-0/+2
Initial phosphor-pid-control recipe. This installs the swampd daemon. It is expected that each platform will provide their own start-up service at present because of current dependencies on dbus. Change-Id: I5ea4b31a99580b42f33488878cc1ec97dd94e582 Signed-off-by: Patrick Venture <venture@google.com>