summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-12-22phosphor-virtual-sensor: srcrev bump 05b1d41788..190e4bf8a4Andrew Geissler1-1/+1
Patrick Williams (1): README: format changes suggested by markdownlint Change-Id: Iafbda607f4ef8bee638acf3c2d66f7bd197c8d43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17meta-phosphor: prefer https protocolPatrick Williams1-1/+1
A few recipes are specifying 'protocol=git' to the git-fetcher, which is already the default[1]. For github URLs, upstream Yocto / OE suggest that 'protocol=https' is used[2]. Switch any URL that has a protocol specified to be 'https' instead of 'git'. 1. https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-fetching.html#git-fetcher-git 2. https://lists.openembedded.org/g/openembedded-devel/message/94255 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibf1ab0fa2cb83c8cb9f4e535a0781f41e3b0dafe
2021-12-16phosphor-virtual-sensor: srcrev bump b57d737081..05b1d41788Andrew Geissler1-1/+1
Rashmica Gupta (1): thresholds: Update Severity to be a string Change-Id: I95ea44a8fbaeaca4a97f728c1b2931e1bac9c510 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-29phosphor-virtual-sensor: srcrev bump 333e5bf60c..b57d737081Andrew Geissler1-1/+1
Patrick Williams (1): sdbusplus: remove usage of deprecated alias Change-Id: I4d1efe13abb0fd8367471d351c0b818c947482eb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-27phosphor-virtual-sensor: srcrev bump 74c1e7d8c5..333e5bf60cAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Patrick Williams (1): catch exceptions as const Change-Id: I20c46b82cc3c629d45c8ca6a8f9706a63983504b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-06phosphor-virtual-sensor: srcrev bump fbd7145e2d..74c1e7d8c5Andrew Geissler1-1/+1
Patrick Williams (1): exception: switch to public sdbus exception Change-Id: I9a295ce898deeb448c70c23ad58ca744aa68c194 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31phosphor-virtual-sensor: srcrev bump 1dff7dceb9..fbd7145e2dAndrew Geissler1-1/+1
Patrick Williams (4): clang-format: sync latest from docs build: set optimization and compile warnings logging: switch to lg2 logging: switch debug statements to lg2 Change-Id: Ia925f28d219a8da69f3d809811b9e6f8e9aa70aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-12phosphor-virtual-sensor: srcrev bump 4ac7a7f28e..1dff7dceb9Andrew Geissler1-1/+1
Rashmica Gupta (6): Defer emitting InterfacesAdded signal until ready virtual-sensor: Add ability to read a config from dbus Use direct initialisation Add a modified median calculation README: add config via D-Bus Support threshold hysteresis Change-Id: Idd686cd6a0a1ad8d5167215e467549ce5bc7d829 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-07-09phosphor-virtual-sensor: srcrev bump 67d8b9d265..4ac7a7f28eAndrew Geissler1-1/+1
Rashmica Gupta (1): Add pressure to unit list Change-Id: I8490341adeee86003e9db3453996a1cb9f2e7cd7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-07phosphor-virtual-sensor: srcrev bump 1846d8225c..67d8b9d265Andrew Geissler1-1/+1
Rashmica Gupta (2): Replace spaces in sensor name with underscores Add check for sensor with same name Change-Id: I41ab7a1c48430e7f9fc1230a23c52dd7b8c1e459 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-24phosphor-virtual-sensor: srcrev bump 0fcf0e1ca1..1846d8225cAndrew Geissler1-1/+1
Patrick Williams (1): logging: remove spaces in entry definition Rashmica Gupta (1): add create_threshold function Change-Id: I7976f9f231ea62746aaf147c56d68c75b5195774 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-08phosphor-virtual-sensor: srcrev bump 543bf66877..0fcf0e1ca1Andrew Geissler1-1/+1
Lei YU (1): Add association interface Change-Id: I974cf74f9dffb6aac4851eb2a6d3b90e31dd0551 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-30phosphor-virtual-sensor: srcrev bump d9aa22790f..543bf66877Andrew Geissler1-1/+1
Harvey Wu (1): Add MaxValue/MinValue setting in config Patrick Williams (1): add clamping of min/max Change-Id: I211e030021d95eeaa8378bd4cdcca4a6f64a90e1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-29phosphor-virtual-sensor: srcrev bump a55a907e72..d9aa22790fAndrew Geissler1-1/+1
Patrick Williams (3): build: add wrapfiles for dependencies build: update to C++20 build: fix dependency check for nlohmann/json Change-Id: If94ec66c6120627d0333a45f40aa0476d5e9ada9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-21phosphor-virtual-sensor: srcrev bump 187582bd2c..a55a907e72Andrew Geissler1-1/+1
George Hung (1): Add to emit the threshold alarm signals Lei YU (1): service: Always restart Thu Ba Nguyen (1): Add try catch when getting the sensor values Change-Id: Id815ce0a04ec83cad146d48fcfcd0bc51086ab1e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-02phosphor-virtual-sensor: srcrev bump 2b56ddb38d..187582bd2cAndrew Geissler1-1/+1
Harvey Wu (1): dbusUtils: add try catch to catch error when getDbusProperty failed Change-Id: Ia4f304d978864825fa00e35d3bad288d0516c4c1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-17phosphor-virtual-sensor: srcrev bump b306b03dae..2b56ddb38dAndrew Geissler1-1/+1
Kumar Thangavel (1): Add airflow sensor support in phosphor-virtual-sensor Change-Id: Ia01c45443490f33766db44a2ae20ae300d9c1498 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-02phosphor-virtual-sensor: srcrev bump a4fe665d15..b306b03daeAndrew Geissler1-1/+1
Matt Spinler (1): Add PerformanceLoss threshold checking Change-Id: Ide4d3f1d453316c0196d1dfa4f1337cb309c3dca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-01-30phosphor-virtual-sensor: srcrev bump fdb826d5a4..a4fe665d15Andrew Geissler1-1/+1
Matt Spinler (1): Fix threshold checks Change-Id: I8bedd2df8c0841335dc80009d86df4b79d52e828 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-01-22phosphor-virtual-sensor: srcrev bump 6c19e7d2b6..fdb826d5a4Andrew Geissler1-1/+1
Matt Spinler (3): Add support for hard and soft shutdown thresholds Use NaN for missing warning/crit threshold values Refactor the threshold checking code Patrick Williams (2): MAINTAINERS: update email address for Vijay thresholds: simplify logic and template (From meta-phosphor rev: b80c80c45161f87eca8f5428a493431fbd04cde6) Change-Id: I5097c29ec4f39958501a113518d415c1e43b0b46 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14phosphor-virtual-sensor: srcrev bump 26edaad467..6c19e7d2b6Andrew Geissler1-1/+1
Matt Spinler (1): Add object manager interface (From meta-phosphor rev: df627fecbff5c7939904c23cabf83f496b4f1b83) Change-Id: I79e853297c84bacce92233d416d2b8c8a7683392 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10phosphor-virtual-sensor: srcrev bump 06e761a272..26edaad467Andrew Geissler1-1/+1
Matt Spinler (1): Refactor checking thresholds (From meta-phosphor rev: b2d4a57c05c0c8dc16a3c0ceaf13d0fcd1c1e228) Change-Id: I724590067a676f88e6478690f8a19fbd66004866 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-03phosphor-virtual-sensor: srcrev bump f8db722567..06e761a272Andrew Geissler1-1/+1
Patrick Williams (1): dbus: removed unnecessary is_method_error calls (From meta-phosphor rev: ef0ed436806d5d84bb086d6e526bf9a23be215db) Change-Id: I12735f782c9c93dce7905a5a4c8027458078a9e0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14phosphor-virtual-sensor: srcrev bump 1d78a47c28..f8db722567Andrew Geissler1-1/+1
Matt Spinler (1): Tolerate missing sensors on startup (From meta-phosphor rev: c8f02c890931b5723b9972724db156e410515dad) Change-Id: Iaa0d8ca3bc9894a19241d4aaa4486bac89e3562b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13phosphor-virtual-sensor: srcrev bump e0d371e41f..1d78a47c28Andrew Geissler1-1/+1
Matt Spinler (3): Check for expression compile failures Add vector package support Add mapper dependency to service file (From meta-phosphor rev: 98c89a6bd2fecd9b5fcb8313d3a83cd5083ddeb9) Change-Id: I1a100e7009571717ea6f52f6d3e5e14e8f062369 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06phosphor-virtual-sensor: srcrev bump c62a5548a1..e0d371e41fAndrew Geissler1-1/+1
Vijay Khemka (2): Check threshold values Add unit to dbus (From meta-phosphor rev: 46ead4c61c02b6e04956c0f53a1b300536c584b0) Change-Id: I0665fbac5f79a92a6e5ccfb079fd313047ff0aef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-14phosphor-virtual-sensor: srcrev bump 92d648b29b..c62a5548a1Andrew Geissler1-1/+1
Vijay Khemka (2): Add signal based update Fix threshold data copy (From meta-phosphor rev: 6be3245d24d4331e9edf3c3dcfc49e653d8a0559) Change-Id: I7395e8c86ed1584b0e5cd7016ffe6052a979911c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-14meta-phosphor: sensor: Add virtual sensor recipeVijay Khemka1-0/+22
Added new recipe for virtual sensor application which creates a new sensor based on given sensor data as a paraemeter in config file. (From meta-phosphor rev: 55cd70545e1c65bdddc808a6034408f054d45882) Change-Id: I087abee6869925d2aee77e02941e69eb01ac3266 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>