summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27phosphor-dbus-monitor: srcrev bump a95e8c81bb..0a3fe497b4Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Ibf18ccb845e2a911367664782e0c94b0472da7d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08phosphor-dbus-monitor: srcrev bump cfdfa0da24..a95e8c81bbAndrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: I8515a11112c19d40c8a18f8c42ff7795661fbe83 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-21phosphor-dbus-monitor: srcrev bump b839c3ea01..cfdfa0da24Andrew Geissler1-1/+1
Patrick Williams (1): pdmgen: workaround restriction in sdbus++ NamedElement Change-Id: I3f8a0b17e08b39bfd9f46f2a1618afaf7bb262cb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10phosphor-dbus-monitor: srcrev bump 764adb5e51..b839c3ea01Andrew Geissler1-1/+1
Alexander Filippov (1): format: fix logging of a boolean property Change-Id: I27c4012725c090eea4e17c93e7072cfdf019aec8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-03phosphor-dbus-monitor: srcrev bump 995060c14f..764adb5e51Andrew Geissler1-1/+1
Patrick Williams (1): exception: switch to public sdbus exception Change-Id: If5d067c832bed7d022dc12003fa3fcfef136db98 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-2/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-04-28phosphor-dbus-monitor: srcrev bump f3367686f8..995060c14fAndrew Geissler1-1/+1
Patrick Williams (1): bootstrap: fix shellcheck warnings Change-Id: I069ae8e2e11332c8e2b64ea972f2a5cedad3bdb2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2020-05-18phosphor-dbus-monitor: srcrev bump 44fd7e89b5..f3367686f8Andrew Geissler1-1/+1
Andrew Geissler (2): string: ensure string included size_t: ensure cstddef included Patrick Williams (2): sdbusplus: remove deprecated variant_ns sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: 83c960e99ffc456634abb6601ffe7d2dc9e62d53) Change-Id: I0ea2bdc0b9a37a6a2b3d61bc818a9009da362b73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07phosphor-dbus-monitor: srcrev bump b4d6990942..44fd7e89b5Andrew Geissler1-2/+2
Also switch inherit to python3native. Marri Devender Rao (1): Switch to python 3 (From meta-phosphor rev: 3a89bfd69a790b558bdb914157f101ba746455ba) Change-Id: Iacff9dca5301b36b7ef26febdd3a252c7fb7bc40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03meta-phosphor: update DEPENDS for sdbusplus-nativePatrick Williams1-1/+1
sdbusplus has changed the package layout so that sdbusplus-native and sdbus++-native are now ${PYTHON_PN}-sdbus++-native. Update recipes that need to use sdbus++ (or its associated python modules) or remove the DEPENDS if it is no longer necessary. (From meta-phosphor rev: 2bebd1247cb78567441158b152c7a13f476afd4f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I30f9c2220da9145ef0a7067e067aed1396d8b40d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16phoshpor-dbus-monitor - Fix the missing dependsMarri Devender Rao1-0/+4
The repo runs python to generate code or validate config, which requires python and the dependent python packages. Previously that happens to be satisfied by sdbusplus's RDEPENDS. If sdbusplus is changed to use python3, this repo fails to built because it lacks of dependency. See details in https://lists.ozlabs.org/pipermail/openbmc/2020-February/020771.html This commit fixes the depends by adding the required python and python-packages so that it builds fine. (From meta-phosphor rev: d7ea6fd7d322bd40b2f2c942c622ed345116b894) Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ic7880e9c7d058665f2c8781bf80fc09af3714da9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-11-14phosphor-dbus-monitor: srcrev bump 07c35131cb..b4d6990942Andrew Geissler1-1/+1
Andrew Geissler (1): dbus-name: do startup work before registering name Brad Bishop (1): maintainers: add some, remove some (From meta-phosphor rev: 5e2951b6a2ea09db3163420583a3bcc2d4d967e9) Change-Id: I4e75ca31ba705ec6831fb8cfe8a73724e2fb14e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-04phosphor-dbus-monitor: srcrev bump 22bf900827..07c35131cbAndrew Geissler1-1/+1
Matthew Barth (8): Add median* condition Add filters option to property watch class Create Filters class to store filter functions test: Rename "ExpectedValues" struct to "Values" test: Functionalize test state validation check test: Add property watch filter tests test: Fix condition generation callbacks size test test: Add median condition generation test entries (From meta-phosphor rev: 499a981ffa19c65cd6f7ead8f1cb95408e1addd5) Change-Id: I3f176e6fbf8f2ec53f633966002806e6fc2cf6b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-18phosphor-dbus-monitor: srcrev bump 91e14a5802..22bf900827Andrew Geissler1-1/+1
Matthew Barth (3): Add generated interfaceaddtest to .gitignore Fixup propertywatchtest Add propertywatchtest unit tests to `make check` (From meta-phosphor rev: ebcb303f847caf342d6189ee80812909289ad70f) Change-Id: I44a3e7075179792d6ce8d644b2db8f2234ba3eb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-dbus-monitor: srcrev bump 92907da08e..91e14a5802Andrew Geissler1-1/+1
Matthew Barth (1): Add generated interfaceaddtest.hpp to .gitignore (From meta-phosphor rev: f3d61848fc16406509dc076753e329935b0f6597) Change-Id: I90bea894597198ae6b269c4354328e38aa9a6534 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28meta-phosphor: Enable phosphor-dbus-monitor non-native recipesMatthew Barth1-2/+2
Switch phosphor-dbus-monitor from a native to a non-native recipe. This allows for machine overrides in order to consume the correct policy configuration files as input from within a system layer. Tested: Built witherspoon phosphor-dbus-monitor resulting in no image change (From meta-phosphor rev: 71f907f175b511bad3f91299ad0989baf3d734c4) Change-Id: I8f7ec96af6f1ffbec4edc7ee3c70423850665b2d Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-29phosphor-dbus-monitor: srcrev bump 50b4b44aed..92907da08eAndrew Geissler1-2/+2
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: ed758c118274afa443784cf28efcad5617716a79) Change-Id: I82d924e2259c59071269920999042ff59646773a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14phosphor-dbus-monitor: srcrev bump 12789e6c66..50b4b44aedAndrew Geissler1-1/+1
Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-phosphor rev: 43cec543353b36492a9df99830797703ce800df2) Change-Id: I1de2baa7df72d797e7c06d526165594c0b1dd5fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-10meta-phosphor: master refresh 65f8850b66..aa2e4bba38Brad Bishop1-1/+1
Update meta-phosphor to master HEAD. Andrew Geissler (13): skeleton: srcrev bump a9427c85f3..e32e33784a phosphor-dbus-interfaces: srcrev bump 0e6d655be2..99b5aaa499 phosphor-dbus-monitor: srcrev bump ecf8910c01..12789e6c66 phosphor-fan-presence: srcrev bump 4978e06c45..f0b020fb32 phosphor-networkd: srcrev bump 35297177b8..cb500dc2b5 phosphor-pid-control: srcrev bump f77ecc7bca..208abce8d8 phosphor-host-ipmid: srcrev bump e04c004b21..4fe7efe885 bmcweb: srcrev bump 3112a144b3..63c7908ddb dbus-sensors: srcrev bump f87dc4c139..7c977b6de8 phosphor-webui: srcrev bump bd500cd2d6..dbf0481196 dbus-sensors: srcrev bump 7c977b6de8..ce3fca414e phosphor-time-manager: srcrev bump 1f1d8e012f..37539dcc2b sdbusplus: srcrev bump 6b4fb2969c..f042393a65 Brad Bishop (1): phosphor: net-snmp: clean up configure options Change-Id: Icfb3ec61eeb63921cce883cbabfa318361964052 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-30phosphor-dbus-monitor: srcrev bump efcd653d74..ecf8910c01Andrew Geissler1-1/+1
Matt Spinler (1): Use new Association interface name (From meta-phosphor rev: 84693656faf428ed2c5753b8c6a73ff46725c899) Change-Id: I569f3fa8c39028fef38f91f714892aca0c3ff415 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-21phosphor-dbus-monitor: srcrev bump 0b45a3ce6d..efcd653d74Andrew Geissler1-1/+1
William A. Kennington III (1): std::variant: Fixup .get() usage (From meta-phosphor rev: e5819b26e6e6a7de6feb9fe8cef7e741fd7f19a7) Change-Id: I805b2fe264a9563c1a8fa18666bbc356826c0d6e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-26phosphor-dbus-monitor: Add sdeventplus DEPENDWilliam A. Kennington III1-0/+1
An upcoming change will require that phospohr-dbus-monitor have sdeventplus available. (From meta-phosphor rev: b27564d13d3ca404b1b39bdd4870234b440651ed) Change-Id: I527daf07e623d18af4ddeecf0e99fa86465e4ba4 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-26phosphor-dbus-monitor: Remove unneeded RDEPENDSWilliam A. Kennington III1-12/+0
We don't need to explicitly specify library dependencies as runtime dependencies as build rules will do this automatically if they are needed. (From meta-phosphor rev: 3edb6cf4112f2d1c3af3e13567db1d798d3a7fb1) Change-Id: I4cd58dd74738be27928113408e84b52a62d64af9 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-22meta-phosphor: dbus: dbus-monitor: drop symlinkPatrick Venture1-1/+49
Drop symlink and rename bb for phosphor-dbus-monitor. (From meta-phosphor rev: e4b4080a41eec644531db57b1c7e02da5d4d2cc3) Change-Id: I00ddb6c64f7bb0b43e400666e5d15ea0576dcf06 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-16meta-phosphor: dbus: dbus-monitor: add symlink as gitPatrick Venture1-0/+1
Add a symbolic link to phosphor-dbus-monitor.bb named _git.bb and sets the preferred version for the recipe. (From meta-phosphor rev: a249d95e30aa06dfa6a3cc3c549d23c5f2ba3dc0) Change-Id: I8359e01f00529a07b5c12c36036a9c7cc68e9bd3 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>