summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/dbus
Commit message (Collapse)AuthorAgeFilesLines
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-08-081-1/+1
| | | | | Change-Id: I371409c5c223cb123a65d7167cb859b36bb8c35a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-08-051-1/+1
| | | | | Change-Id: I028bdea76824a51f11c5e317344d4a6c907e6d3d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-08-031-1/+1
| | | | | Change-Id: If0d1b3131ec7b91e209c78a8174222ef9a473cea Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Add explicit dependency between mapper and sdbusAndrew Geissler2018-07-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mapper has an implicit dependency on dbus.socket but not on dbus.service. It appears an explicit dependency is required to ensure the shutdown happens correctly. Testing: Prior to this commit you would see this on a reboot: Jul 20 15:01:34 witherspoon systemd[1]: Stopping D-Bus System MessageBus... Jul 20 15:01:36 witherspoon systemd[1]: Stopped D-Bus System MessageBus. Jul 20 15:01:37 witherspoon systemd[1]: xyz.openbmc_project.ObjectMapper.service: Main process exited,code=exited, status=1/FAILURE Jul 20 15:01:37 witherspoon systemd[1]: xyz.openbmc_project.ObjectMapper.service: Failed with result'exit-code'. Jul 20 15:01:41 witherspoon systemd[1]: Closed D-Bus System Message Bus Socket. This shows the dbus.service stopping before the ObjectMapper With this fix, this is now seen: Jul 20 17:38:20 witherspoon systemd[1]: Stopping Phosphor DBus Service Discovery Manager... Jul 20 17:38:21 witherspoon systemd[1]: Stopped Phosphor DBus Service Discovery Manager. Jul 20 17:38:21 witherspoon systemd[1]: Stopping D-Bus System Message Bus... Jul 20 17:38:21 witherspoon systemd[1]: Stopped D-Bus System Message Bus. Jul 20 17:38:21 witherspoon systemd[1]: Closed D-Bus System Message Bus Socket. This shows ObjectMapper stopping prior to dbus.service Resolves openbmc/openbmc#3319 Change-Id: I466ec45f4582b3242688e8308d156961bb79cdc1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-07-191-1/+1
| | | | | Change-Id: I367000d170b68af71eb7d7168ec8502efc7197d1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-07-121-1/+1
| | | | | Change-Id: I7cbadc6b8f2ed7bccff24721119eb52b957ab762 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-07-121-1/+1
| | | | | Change-Id: I783c353e159577be58f67d587f202506df50e11f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-07-111-1/+1
| | | | | Change-Id: I5ea5016022be0c9e94a902c6f7a7422a11ca3b16 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper: oneshots should restart on failureWilliam A. Kennington III2018-07-092-6/+28
| | | | | | | | | | | | | | This makes the oneshot services that wait on the mapper or manipulate mapper state more resilient to guarantee that they succeeded even if they encounter an unexpected and unhandled error. Tested: On zaius prior to applying some mapper fixes to make sure that these services do restart when they hit ENOBUFS. The system eventually proceeds as normal. Change-Id: Iea74004d6347db59c32f9f1602b5053c8252ca90 Signed-off-by: William A. Kennington III <wak@google.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-06-271-1/+1
| | | | | Change-Id: I92fe80a747e3cdc919750244a72401e101c77cab Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-06-271-1/+1
| | | | | Change-Id: Ia3c3c4a4b2479133e07d4f9ec1e35c190ad33f17 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-06-251-1/+1
| | | | | Change-Id: I741473f92ab8935378a626dc88b830aeaab31c7b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-06-211-1/+1
| | | | | Change-Id: I74dd128762889600571c2dd77a7f47002259566f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-06-211-1/+1
| | | | | Change-Id: Iefe0ce11b3604f849473e7ea245a0dce892162d9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-06-131-1/+1
| | | | | Change-Id: Iaaf8a78623e1a81cb2e786cbd7e35c515c19fe3d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-06-111-1/+1
| | | | | Change-Id: Ia484ff9ec141b1657dc8a8f2886b3d4f5db69b84 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-06-051-1/+1
| | | | | Change-Id: I76c4193de0d4ca3e9d98748328354b2e81b5bd62 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-06-051-1/+1
| | | | | Change-Id: Ic9ca95785c2ba0ca7be0c3ad9562bd746c1bc80b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-06-041-1/+1
| | | | | Change-Id: Ic61625b88702621c88882afe4e961f84c2adea5e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-06-041-1/+1
| | | | | Change-Id: I6258f0694a0d7fe62be0c2911c68657a59aca449 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-05-311-1/+1
| | | | | Change-Id: Ife48596190b1cbbafd3c1cf833ffdfd1aee7b897 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-05-301-1/+1
| | | | | Change-Id: Ie4cf6ad4df6499d89704780f2a3f5dccb2fe3c60 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-05-301-1/+1
| | | | | Change-Id: I6689f0031bc054eb606b39635b12ce9aae7b73e8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-05-161-1/+1
| | | | | Change-Id: I645d1935299c953613183568dfcaa971504d96bd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-05-101-1/+1
| | | | | Change-Id: Ibfbe6f911c43637c236eccd1ddc9ab31a21e9443 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb + phosphor-watchdog.bb: Bump versionsWilliam A. Kennington III2018-05-061-1/+1
| | | | | | | | This is a combined version bump due to a codependence on an interface change in the Host Watchdog. Change-Id: Iccb84633de05455d06b530a6114a02d41c954723 Signed-off-by: William A. Kennington III <wak@google.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-04-111-1/+1
| | | | | Change-Id: Idf4713febc9a0ce07a5c27da5058692fbbf4c360 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-04-101-1/+1
| | | | | Change-Id: I0a5421a1f38706dde0c09a6211fb27880502ef18 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-04-101-1/+1
| | | | | Change-Id: Iac2a0a3faeb9a40420030c4b2a846e1a8af309dd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-04-031-1/+1
| | | | | Change-Id: I43c9322f532f77ffd3de7f47dc531238d51f0161 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-04-021-1/+1
| | | | | Change-Id: I3fba713a7e6f6133033b4bc3a79d5249503a3d76 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-03-301-1/+1
| | | | | Change-Id: I43a6280f4d98d2e84b820ee65316cc1c103c5a52 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-03-281-1/+1
| | | | | Change-Id: I5db35eddaa3d52bc0c3abd860b3b4382ae972280 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-03-071-1/+1
| | | | | Change-Id: I0cea4645f828be91eb7fcf0820d84f40c2b69e95 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-03-061-1/+1
| | | | | Change-Id: I198e97fec23f00aa8b0cf3c5857b50ebca01e424 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-03-011-1/+1
| | | | | Change-Id: I4e34219fc78cadc11c6122b960b73b976f3c43b9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Witherspoon processor overtemp path changesMatt Spinler2018-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | Make these changes in the phosphor-dbus-monitor rules that run when 3 processor cores reach 115C, resulting in a system shutdown: * Create the same CriticalHigh error, but now store the sensor paths and values of the cores that went over 115 in the metadata. * Remove the callback that makes journal entries, as the above change will now log which sensors/values went too high in the error log metadata which also shows up in the journal anyway. * Make this condition be a oneshot, meaning it will only do the callbacks once as long as 3 processors are over threshold, not on every properties changed call by any processor. Resolves openbmc/openbmc#2560 Change-Id: Iaa5207a80ca251c927ecb96b98c41adcb173175e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-02-271-1/+1
| | | | | Change-Id: I7e8883cf7d4d38fb9e7454dfef737235bb49ea7f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-02-271-1/+1
| | | | | Change-Id: I879563d498eb07254e89e5f0adde3a2a9293bfdc Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-02-251-1/+1
| | | | | Change-Id: I9b55f8b3901428ca2670833ae5e5b36a8ba551f7 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-02-251-1/+1
| | | | | Change-Id: I3fc58a440e0cb266563325c4ebad0052eeccb166 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-02-211-1/+1
| | | | | Change-Id: Iaa5f482d7f3c147cc07e40fe750803504d4fe65b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-monitor.bb: bump versionAndrew Geissler2018-02-211-1/+1
| | | | | Change-Id: I920d02a0f1b7ae4db5d4dc9b7ee455afec53db9f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-02-161-1/+1
| | | | | Change-Id: I3e565740be002a22b34de02164d914c129bdc955 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-02-131-1/+1
| | | | | Change-Id: I7cc7070c4385dc31f48f80666fe7ed1d689e035b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-02-061-1/+1
| | | | | Change-Id: If96b4234dc0dd32d87aed0a62c090084760e770e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Add missing build dependenciesBrad Bishop2018-02-011-0/+1
| | | | | | | | | Add some missing sdbusplus dependencies. Uncovered by Yocto 2.3 per-recipe sysroot feature. Tested: Built effected recipes under Yocto 2.3 Change-Id: I165165af96b9a57e8975d7fb8bf5934702759008 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-02-011-1/+1
| | | | | Change-Id: I917ebdf71bbfddc3cc606795f45fab66d72064ce Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-01-311-1/+1
| | | | | Change-Id: I3f292664544794fd49c7dd20b016b11de2a822a5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-mapper.bb: bump versionAndrew Geissler2018-01-311-1/+1
| | | | | Change-Id: I49b8bdefa7a351f6196949479204d8e4d20235fd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
OpenPOWER on IntegriCloud