[PATCH openbmc] Move obmc build to use useful event

OpenBMC Patches patches at stwcx.xyz
Sat Oct 31 08:20:53 AEDT 2015


From: Chris Austen <austenc at us.ibm.com>

---
 .../recipes-phosphor/obmc-phosphor-event/obmc-phosphor-event.bb    | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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 2036ad8..c27937a 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
@@ -1,6 +1,6 @@
 SUMMARY = "Phosphor OpenBMC Event Management"
 DESCRIPTION = "Phosphor OpenBMC event management reference implementation."
-HOMEPAGE = "https://github.com/causten/openbmc-eventd"
+HOMEPAGE = "https://github.com/openbmc/phosphor-event"
 PR = "r1"
 
 
@@ -9,9 +9,10 @@ inherit obmc-phosphor-event-mgmt
 inherit obmc-phosphor-sdbus-service
 inherit obmc-phosphor-c-daemon
 
-SRC_URI += "git://github.com/causten/openbmc-eventd"
 
-SRCREV = "417f69b7839034543405f1bb70a73cc701a1b3a5"
+SRC_URI += "git://github.com/openbmc/phosphor-event"
+
+SRCREV = "0a4a39e46622a9d6d4719b14f8955866fdb51a20"
 
 RDEPENDS_${PN} += "libsystemd"
 DEPENDS += "systemd"
-- 
2.6.0




More information about the openbmc mailing list