commit | 71de76af832ec11338e5f55c2a20ce204bad8a6a | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Wed Mar 02 10:24:39 2016 -0600 |
committer | Chris Austen <austenc@us.ibm.com> | Wed Mar 02 10:24:39 2016 -0600 |
tree | 4cfa34d1e3ef96a91c5c28208de06667ae39b92a | |
parent | 927d81657e58292f9c1226e76c85f3a23a409b6b [diff] |
Integrating support for event log enhancements You will now get all the debug data in the event logs. This was different then in the past as there was a fixed few bytes of meaningless information. The feature also reduces the memory footprint of the event manager AND removes eselxxx logs in /tmp
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-oem.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-oem.bb index f7c0394..0e647a8 100644 --- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-oem.bb +++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-oem.bb
@@ -19,7 +19,7 @@ SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem" -SRCREV = "b7df30ea8ad991c2d811e77ed4dee1beaa766883" +SRCREV = "caa755e97b49d332e6100c086f5921d92be31c25" FILES_${PN} += "${libdir}/host-ipmid/*.so" FILES_${PN}-dbg += "${libdir}/host-ipmid/.debug"
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb index 68bd38b..74f16f4 100644 --- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb +++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
@@ -18,7 +18,7 @@ RDEPENDS_${PN} += "network" SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid" -SRCREV = "5d8c424a5c125b3cc5dcf67238e174b9dcaf22e6" +SRCREV = "4bc8baeadbcc3cda3c2106e163fe4249f4ce3ff2" S = "${WORKDIR}/git" INSTALL_NAME = "ipmid"
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb index 4f59e99..5ce5818 100644 --- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb +++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb
@@ -13,7 +13,7 @@ SRC_URI += "git://github.com/openbmc/phosphor-event" -SRCREV = "01ac3503dc97fb99bee9c25c23fe73a5f4ea0475" +SRCREV = "127c8cf513ba9ed6bcc460fbea29b36eb8d23bac" RDEPENDS_${PN} += "libsystemd" DEPENDS += "systemd"