summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended
AgeCommit message (Collapse)AuthorFilesLines
2019-04-05rsyslog: Don't disable systemd StartLimitWilliam A. Kennington III1-3/+0
It is undesirable to have a service restart continually forever if it gets stuck in a failure loop. This workaround was added due to "RestartUnit" being ignored if the rsyslog unit had already failed. A fix to the "RestartUnit" logic has been added, so that the StartLimit is reset after a configuration change but before calling "RestartUnit". This will ensure restarts are reliable after configuration change, but we don't have rsyslog trying to restart indefinitely. (From meta-phosphor rev: c82d32f8e6993f83ddda35dd1a2152eca8188408) Change-Id: I719489ceadfadb3cca71bbdbb1697fa83cad2e2f Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-03gpioplus: srcrev bump 15658977cc..9dd00de706Andrew Geissler1-1/+1
William A. Kennington III (1): meson: Fix pc file generation (From meta-phosphor rev: a58514c70aa2b4425f1aa653e7defa2db0ec2945) Change-Id: I6b0e1689fbaea97b8142cbd7bdebea0aa2f83532 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-02sdeventplus: srcrev bump 9ce0d10bd5..1e125d974bAndrew Geissler1-1/+1
William A. Kennington III (3): example/heartbeat: Add signal handling internal/utils: performCallback should preserve argument references source/base: sourceCallback forward reference type information (From meta-phosphor rev: 246989e3e15f6080aadcbb2f1b367c0cdcc89140) Change-Id: Iebc2f95a48c2b58de99a4a69c2e873a382bd3598 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-02sdeventplus: srcrev bump 2d8f8cc0a2..9ce0d10bd5Andrew Geissler1-1/+1
William A. Kennington III (5): tree-wide: Use get() helper instead of direct access internal/sdref: Remove in favor of stdplus/handle source/base: Remove unused ref constructor tree-wide: Use cexec for checking calls sdevent: Fix missing parameter names (From meta-phosphor rev: 36fb2808506aeec25b82ad7224259b0c1f7749ca) Change-Id: Ic0ab7e529c112604c29e0f7e50fe025641880c9e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-02stdplus: srcrev bump 1937ef65b5..bff0b0fe90Andrew Geissler1-1/+1
William A. Kennington III (3): handle/managed: Implement non-copyable handle handle/copyable: Implement copyable handle util/cexec: Implement exception helpers (From meta-phosphor rev: 80bb91ea494909122a919d86c05f986da81c59af) Change-Id: I28d0db0b0dca3804283f89962e9f0a3bd8f61495 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-29stdplus: srcrev bump 15982f6c0a..1937ef65b5Andrew Geissler1-1/+1
William A. Kennington III (1): meson: Add version to library (From meta-phosphor rev: a2637b220a53ed02f8801f9ef10201bec9f162db) Change-Id: Iec2514a3741633fda3d6f98789bf758c5028ba9a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-29sdeventplus: srcrev bump d41a942a12..2d8f8cc0a2Andrew Geissler1-1/+1
William A. Kennington III (1): meson: Add version to library (From meta-phosphor rev: 611a4d6b4f562ceadd1a912b9e147df7236285b8) Change-Id: Iff078a4741573877f60346c5e9df3abbc41018ee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-29gpioplus: srcrev bump 444d6214d5..15658977ccAndrew Geissler1-1/+1
William A. Kennington III (1): meson: Add build system (From meta-phosphor rev: 1d9f2c644dd4f7ef1cbf91942cd9a0913ca29760) Change-Id: I73affc91db03f0ff71473ceb7a2c3dd0db551b82 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27sdevent: Add dependency on stdplusWilliam A. Kennington III1-0/+1
An upcoming change will require stdplus as a new dependency (From meta-phosphor rev: eceabb734b586759e70a73fde40d9bccc390c089) Change-Id: I75f6d0e4c49851819c3ac2eb025a1a5b1ab27564 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27stdplus: Fix license checksumWilliam A. Kennington III1-1/+1
The previous change committed a bad checksum for the license file. (From meta-phosphor rev: d2237f75eb22cac6a2e78646c45e8217e2c50ada) Change-Id: Ia731a291fa0d359a3eddd0e37ca573c2888ec4f9 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-26stdplus: Add packageWilliam A. Kennington III1-0/+23
Ideally this would be using meson but our current version 0.47.2 is not new enough to support that yet. (From meta-phosphor rev: ed59c49fac0f553d626e1e3400e3e38f23248791) Change-Id: Iaaa2d3cdc92edf60c82c0b2ddca3d332b4cdac9d Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-24sdbusplus: srcrev bump 1ecde80038..8cd7a4a10cAndrew Geissler1-1/+1
Ed Tanous (2): Move to modern asio interfaces Fix warnings in forward declarations (From meta-phosphor rev: ff63304199075e543f650749ad78cce7cbd538e9) Change-Id: I596e619427d3538911dea9aa7b4f701109528417 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-21sdbusplus: srcrev bump ebdc37143a..1ecde80038Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): sdbusplus: Provide option to skip signal property (From meta-phosphor rev: 5f272f04b513c4071502a03a2d2c2a5d4b434495) Change-Id: I273ee9f247c8d0c008ef32f36f762ae25c4426ef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-19sdbusplus: srcrev bump b5a8446979..ebdc37143aAndrew Geissler1-1/+1
William A. Kennington III (1): autotools: Fix for autoconf-archive 2019.01.19 (From meta-phosphor rev: 339048abb8eb593cc2ac76588bd4994d7fb6d239) Change-Id: I32fdd72649561b51a387c6c10048856c5795221d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-19sdeventplus: srcrev bump 651e87ad36..d41a942a12Andrew Geissler1-1/+1
William A. Kennington III (1): autotools: Fix for autoconf-archive 2019.01.19 (From meta-phosphor rev: 5aae8ca326d1c32d6bd7aa9632a06c76f5b282b7) Change-Id: I112abc3609fa5b67d4598fec019d515a232f3c9c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-18sdeventplus: srcrev bump 08ebb3993a..651e87ad36Andrew Geissler1-1/+1
William A. Kennington III (2): meson: Add alternative build system clang-tidy: Basic configuration (From meta-phosphor rev: 27ea2d76a6c144b0290872dfaf5248c771db2114) Change-Id: Id48cc18fd489ee5ff0307950f89d5aa35c4c9628 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-18sdbusplus: srcrev bump 25ea94f6e4..b5a8446979Andrew Geissler1-1/+1
William A. Kennington III (1): bus: Add chrono types for timeouts (From meta-phosphor rev: 8e796a400c632cba99caf5e586ddcc330d34c6fa) Change-Id: Ia721e75ff7cd5075ccc57aaea0de31ec9adc1b0a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-15gpioplus: srcrev bump b208502884..444d6214d5Andrew Geissler1-1/+1
William A. Kennington III (1): autotools: Fix for autoconf-archive 2019.01.19 (From meta-phosphor rev: 65d6bac518f11b8a51f16287ca8445b128cbe34d) Change-Id: Ia6f6af861ee9c7a67d198bbd6f60bf101846945e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-11sdbusplus: srcrev bump b5982abaa8..25ea94f6e4Andrew Geissler1-1/+1
Vernon Mauery (1): sd_event_wrapper must not close descriptor (From meta-phosphor rev: 5886d0f5cee0fc1864f6cd7cc7641feab3535e21) Change-Id: If6c7c7347aac1d5909f08615da519be7a7886660 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-05sdbusplus: srcrev bump 3a3bb9e932..b5982abaa8Andrew Geissler1-1/+1
Waqar Hameed (1): message: Add constructor with an int parameter for unix_fd (From meta-phosphor rev: 3701643d8d0610ddd61b15d02159daff10503268) Change-Id: I5ea27ea02f0dc4afca5233c33c6c1e982fa19e9d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-05Adding pam_ldap.so by masking pam load errorsmanojkiraneda2-3/+6
Absence of ldap distro feature will not generate pam_ldap.so because of which we might see some unwanted error messages regarding the failure in opening the pam_ldap.so in journalctl incase if pam_ldap is present in PAM Configuration. This commit would: - Leverage '-' option before the 'type' in pam configuration, by which the PAM library will not log any errors in the syslog if it is not able to load the module beacause it is missing in the system.By using this we don't need two pam configuration files for ldap and unix. - Leverages ignore_unknown_user & ignore_authinfo_unavail options of pam_ldap.so, which forces the PAM framework to ignore pam_ldap incase if the user is not present in LDAP server or if the client cannot connect to LDAP Server. (From meta-phosphor rev: 2c7efc937785a76e35a06b6807e12765ad40d99d) Change-Id: Ic1044989ccae4e6e442de9865cf00cea33f75262 Signed-off-by: manojkiraneda <manojkiran.eda@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-22sdbusplus: srcrev bump f0dd3b5a3c..3a3bb9e932Andrew Geissler1-1/+1
Jason M. Bills (1): Add method to check if an interface has been initialized (From meta-phosphor rev: 8675815de8786bd732779e6d12c545967548180c) Change-Id: Ic32c582b329e2087133829b90cf5d06d689a0e7a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-13sdbusplus: srcrev bump bed15f0cee..f0dd3b5a3cAndrew Geissler1-1/+1
Matthew Barth (1): Support default string values (From meta-phosphor rev: 76f91ae4c2d0b0384526798e051202ab07ced386) Change-Id: I00147de4fd4c54e879d4b9be8b96b2a5851b04da Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-09sdbusplus: srcrev bump 4d741897f5..bed15f0ceeAndrew Geissler1-1/+1
Richard Marian Thomaiyar (1): Fix: ObjectManager path for asio (From meta-phosphor rev: c5ea0b287bcb3c4cea7988ffdd8e2081983f30c9) Change-Id: I67361b180cae3b92ba53e48093cb295647270166 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-06phosphor: pam: move libpam to recipes-extendedBrad Bishop5-0/+110
Move pam metadata from recipes-core to recipes-extended, to match oe-core. (From meta-phosphor rev: 6f75a62ec75deb7ba6efdc5b5c3dda960dda701d) Change-Id: If8e36b1199f9e70ce27522d915ceaa281caaabc6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-17sdbusplus: srcrev bump 062205d78d..4d741897f5Andrew Geissler1-1/+1
Lei YU (1): Revert "Revert "Fix incorrect defaultValue in generated server.hpp"" (From meta-phosphor rev: d7019a18dfd6c9e49dbba0b0e07d3f1a9cbf1fcb) Change-Id: Id42dc9f60f70453eede9c7b47590d9592b353b5d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15sdbusplus: srcrev bump f042393a65..062205d78dAndrew Geissler1-1/+1
Andrew Geissler (1): Revert "Fix incorrect defaultValue in generated server.hpp" Brad Bishop (3): style: run clang-format on bus/server.hpp.in bus: Add mock and interface for flush_close_unref bus: route bus deleter to implementation Ed Tanous (1): Move asio interfaces away from deprecated names Lei YU (1): Fix incorrect defaultValue in generated server.hpp Richard Marian Thomaiyar (1): update asio set property to signal properly Vernon Mauery (2): sdbusplus: better mirror bus aquisition methods sdbusplus::asio: Use the default bus Waqar Hameed (1): Add support for Unix file descriptors William A. Kennington III (3): bus: Add explicit flush and close operations bus: Add missing sd_bus_open() equivalent bus: Only close connections we own Yong Li (1): asio: Update variant usage (From meta-phosphor rev: 3a9cad01ea272a4ca5da371eba5cd04c2899532e) Change-Id: Ic6aa5860d475066a36d2f521ec5c422c185ae3f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-12rsyslogd: don't start without actionsDeepak Kodihalli3-8/+2
Rsyslog is currently used only for remote logging. The daemon would run though (started by systemd) even when remote logging has not been configured. In other words, it would run without any actions. With Yocto 2.6, rsyslogd won't run without any actions. Hence, start rsyslogd on demand - only when remote logging is configured. (From meta-phosphor rev: 37bc1a3568f2e87987be05243627a984dc051de1) Change-Id: Ic895ea80b2fb2537a25d1d40d4ae156f3d95c629 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-20meta-phosphor: master refresh 4a3b1bc658..a72bf0ac47Brad Bishop1-1/+1
Update meta-phosphor to master HEAD. Andrew Geissler (6): phosphor-host-ipmid: srcrev bump 43cb128950..0021f84939 bmcweb: srcrev bump 02db306468..318226c278 phosphor-net-ipmid: srcrev bump 99b878493c..d91fd9d285 gpioplus: srcrev bump 8ff581220a..b208502884 ipmbbridge: srcrev bump a642a9480d..932870a4e1 phosphor-ipmi-flash: srcrev bump da100e9953..0d88a12c6c Change-Id: I484575bbc998f1fbd2ccf9f237a3b0bf5a50248f 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-09meta-phosphor: master refresh c9d91120a2..1795f38b6fBrad Bishop2-0/+20
Update meta-phosphor to master HEAD. Adriana Kobylak (2): rsyslog-policy: Add rsyslog-override.conf Move remote logging features to their own category Brad Bishop (2): phosphor: rsyslog: remove obmc-phosphor-license phosphor: mrw-api: fetch all of serverwiz Change-Id: Ic342bda5d19272b2806f65c7082189d4a79c69d8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-01Remove pam_systemd.so from common-session pam confMatt Spinler1-0/+7
The libpam recipe adds pam_systemd.so into /etc/pam.d/common-session if it detects systemd is enabled. However, systemd only installs pam_systemd.so if the systemd-logind package is installed, which openBMC doesn't want. So now when common-session is used by a pam module, there are errors in the journal saying it can't find pam_systemd.so. To fix this, remove the pam_systemd.so line ourselves. Tested: Verified that the line containing pam_systemd.so is no longer in the common-session file, and that there are no errors in the journal when logging in via REST. (From meta-phosphor rev: 3457266de2ac93bb453a094a45d14e4ea082e955) Change-Id: Iae091e2df1c543b5f679a55863329b4dd4d3b5c8 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-01gpioplus: srcrev bump 88a89bc6bc..8ff581220aAndrew Geissler1-1/+1
William A. Kennington III (1): utility/aspeed: Add gpio name to offset method (From meta-phosphor rev: e5f8b8c5f1a4244d698362dbba7cf0f4be408cf0) Change-Id: I4e20d6518f7eb63760b095ce20f0691181ff96d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-01sdbusplus: srcrev bump 076d14af2b..6b4fb2969cAndrew Geissler1-1/+1
Patrick Venture (1): build: set language to C++ (From meta-phosphor rev: 3154238d2de1fe12455f1c6cd495eb41fcb69ca6) Change-Id: I83dbdd7d1ef38913adffb543d20d1a27af048da1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-31sdeventplus: srcrev bump 27b7301a3a..08ebb3993aAndrew Geissler1-1/+1
William A. Kennington III (4): clock: Make it possible to move assign source/*: Make updating callbacks possible utility/timer: Make movable utility/timer: Implement callback setting (From meta-phosphor rev: 6af6d0bff777c8cfc342ee5d0b79949ad30ecefd) Change-Id: Iae2f93b8a0fb939af6b6f46e656fad61a15d296f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-25sdbusplus: srcrev bump 841d8d3517..076d14af2bAndrew Geissler1-1/+1
Vernon Mauery (1): Add sdbusplus::asio coroutine method handling (From meta-phosphor rev: f6b600618bac4296e43f057b440c4903ed74aca0) Change-Id: I09116d0a36712da8d814ef2898f2dfccbeab8266 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-24sdbusplus: srcrev bump d94226d26f..841d8d3517Andrew Geissler1-1/+1
Waqar Hameed (1): bus: check if D-Bus service name request was successful (From meta-phosphor rev: 72e17c20f05fcf308a3b3f16affde3a1b8bd5fdd) Change-Id: I1e7a7022b88241ea85393e10b5fe75028c0a153f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-19sdeventplus: srcrev bump c07ddb5ad6..27b7301a3aAndrew Geissler1-1/+1
William A. Kennington III (1): utility/timer: Make it possible to get the Event (From meta-phosphor rev: 7db3977c7d8949f681b1e2c6576e1215f23487cb) Change-Id: Ia8e636fd6b4c617b87465d8931be675776d2210f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-19sdbusplus: srcrev bump ad7e686b55..d94226d26fAndrew Geissler1-1/+1
James Feist (1): asio: don't allow setting the same value William A. Kennington III (1): mapbox/variant: Implement std::get_if interface (From meta-phosphor rev: 2968a19d9d2a9dfa7a58753e2dd659ba80e3d84f) Change-Id: I4830db182267d1123d223438cb7fb632724c3965 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-18meta-phosphor: sdbusplus: rename as gitPatrick Venture1-0/+1
Rename sdbusplus recipe as _git due to git source. (From meta-phosphor rev: 66d1584e1701b8db8f0e39c5085b92f59a5102e9) Change-Id: I6c596e2dd21b35ae90a5a86763d07dd366d85515 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17sdbusplus: srcrev bump b20866d311..ad7e686b55Andrew Geissler1-1/+1
Manojkiran Eda (1): Avoid build failure when sdbus++ tool is disabled (From meta-phosphor rev: 638f4d89f8e3e567abff665519ea183e5d5c96fa) Change-Id: I9cb12fd199ebd8fe81032e4999184b5535c71ae1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-16sdbusplus: srcrev bump 2b74e528cb..b20866d311Andrew Geissler1-1/+1
Vernon Mauery (1): Add coroutine support for sdbusplus::asio method calls William A. Kennington III (12): message: Add error handling mapbox/variant: Align API with std::variant message: Fix variant api usage sdbus: Add sd_bus_error_set method Fix invalid uses of sd_bus_error_set_const Use return value from sd_bus_error_set* bus/call: Clarify error sources message: Implment get_type() message: Implment get_reply_cookie() server/transaction: Fix message hash gitignore: Add missing /test/timer binary mapbox/variant: Add std::visit compatible function (From meta-phosphor rev: 59fe2faca3d9339b3136f4100af130bbf497c069) Change-Id: I69316c62191849b121dcd6698b6e00617e0de2cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-15sdeventplus: srcrev bump ba04ffb5a9..c07ddb5ad6Andrew Geissler1-1/+1
William A. Kennington III (1): source/signal: Clarify signal bocking during construction (From meta-phosphor rev: c41b47881e211a182b0fe777c67acd1f9c9af7a3) Change-Id: Ib47ebe039525ae5a3335dbfc394fc982dae6299d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06sdbusplus: srcrev bump ca46b9d2e9..2b74e528cbAndrew Geissler1-1/+1
Vernon Mauery (1): Add new_method_errno interface to message and low-level interface (From meta-phosphor rev: 6dbb29ba0986bbd15251626735a7a535a7af6608) Change-Id: Ia7d4d043e7af3cbcbdcf7df6721e05fffce6ce40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-04sdbusplus: srcrev bump 17052240ae..ca46b9d2e9Andrew Geissler1-1/+1
Vernon Mauery (1): Set sdbusplus to use c++17 (From meta-phosphor rev: aa4d6c4cc85ca62d16f8935cec2844376ac5ec40) Change-Id: I9a229d40390bcef898bee3d4c0cfab52c1c3c4b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28sdbusplus: srcrev bump 703892e2d9..17052240aeAndrew Geissler1-1/+1
Brad Bishop (1): maintainers: Add William Kennington as maintainer Vernon Mauery (1): Allow copy constructor/assignment operator for message::message (From meta-phosphor rev: f943982ef4930e31a3ac2938022acbaaab98ff24) Change-Id: Ie527a115737fc8e494e5c632f04fe60db6f5c0e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27sdeventplus: srcrev bump 4755818efb..ba04ffb5a9Andrew Geissler1-1/+1
William A. Kennington III (3): example/heartbeat: Refactor example: Add a repeating timer sample utility/timer: Implement oneshot timers (From meta-phosphor rev: bfaf5e8ff42af12a9dac453a4ab076d99a88a548) Change-Id: I230707148c53117e17b3a2c996a075931fadf6a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27sdeventplus: srcrev bump 6a447baf3a..4755818efbAndrew Geissler1-1/+1
William A. Kennington III (3): documentation: Cleanup and clarification source/signal: Document utility/timer: Callback should pass in the timer (From meta-phosphor rev: cb84a15374536d84303b8f8aaf01b523c7a55f9f) Change-Id: Ic90981193edfbf8a8c651307787c724d76d24ccc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25gpioplus: srcrev bump 43171e3dc6..88a89bc6bcAndrew Geissler1-1/+1
William A. Kennington III (2): {event,handle}: Clarify object lifetime requirements tests: Build test cases with their respective c++ files (From meta-phosphor rev: 9591a5422fddacbbde2a7f150ad85921bbcaf62f) Change-Id: I52d9a110e94ee1d9e3f1c0312680903afc4a9019 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24sdbusplus: srcrev bump 5b701c66a8..703892e2d9Andrew Geissler1-1/+1
Adriana Kobylak (1): exception: Add .get_errno() method Manojkiran Eda (1): Installation of sdbusplus on custom distributions Vernon Mauery (1): Fix memory leak in async_send_handler error path (From meta-phosphor rev: e3061e3b688675514a26224d1b7ead363b69cddd) Change-Id: Id40d527155c9649fe3ae65a4985a4975a053b69e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>