summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-06-10 09:47:58 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-14 07:28:54 +0000
commit54c65d63321648672bf8376679e3c40b7dc265c4 (patch)
tree82e9edb90cdc0c014f91803ca516a97f22a60e84
parent1fd06ed3f000caab3abb140a1dab155a6f7a2d28 (diff)
downloadtalos-openbmc-54c65d63321648672bf8376679e3c40b7dc265c4.tar.gz
talos-openbmc-54c65d63321648672bf8376679e3c40b7dc265c4.zip
mboxd.bb: Move repo from mboxbridge to phosphor-mboxd
The mboxbridge repo is a reference implementation which has been cloned into phosphor-mbox to be able to add functionality specific to openbmc. Any updates done to the mboxbridge are being merged into phosphor-mboxd as well. Change-Id: I0b8ef4290b043633921055fc60bffbb7f303144d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb
index 451325059..72ecc0dbc 100644
--- a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb
+++ b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd.bb
@@ -13,13 +13,13 @@ RDEPENDS_${PN} += "libsystemd"
S = "${WORKDIR}/git"
-SRC_URI += "git://github.com/openbmc/mboxbridge.git"
+SRC_URI += "git://github.com/openbmc/phosphor-mboxd.git"
SRC_URI += "file://99-aspeed-mbox.rules"
SRC_URI += "file://99-aspeed-lpc-ctrl.rules"
SRC_URI += "file://aspeed-lpc-ctrl-h.patch"
-SRCREV="942223f095fed6ad60dd6b3dc6c2c8dae0f54e5d"
+SRCREV="90b92fe48ec72b6c15cce24d33ac983548368b98"
PROVIDES += "mboxctl"
OpenPOWER on IntegriCloud