summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2016-04-29 23:19:14 +0300
committerBrad Bishop <bradleyb@us.ibm.com>2016-04-30 00:40:17 +0300
commit2a1411ffd1bce065f3fa6ba4a093af29e871ba0a (patch)
tree976e00a580d8dca75110c2e672a63800ec5a2aeb
parentce54900d0cce9ab66c614982baba40441584a6b7 (diff)
downloadopenbmc-2a1411ffd1bce065f3fa6ba4a093af29e871ba0a.tar.xz
Bump rest, mapper and rest-dbus versions
Picking up support for pyphosphor and associations.
-rw-r--r--meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb2
-rw-r--r--meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb3
-rw-r--r--meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb2
3 files changed, 4 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
index ab6dc98f78..5b5929000d 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
@@ -18,6 +18,6 @@ RDEPENDS_${PN} += " \
"
SRC_URI += "git://github.com/openbmc/phosphor-objmgr"
-SRCREV = "956dd44fe5c8377ec90cef393f65033d59e082b0"
+SRCREV = "a2c0d00e47ec082b8bb8c96629a0a677616e49fe"
S = "${WORKDIR}/git"
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
index 944199f174..af695785b2 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
@@ -17,9 +17,10 @@ RDEPENDS_${PN} += " \
python-rocket \
python-bottle \
python-spwd \
+ pyphosphor \
"
SRC_URI += "git://github.com/openbmc/phosphor-rest-server"
-SRCREV = "fe90e0c579edbc19699e5aa7abbe4dd29b4dd112"
+SRCREV = "b41507f3b9c9a79ccd0ef6f48ac839b306a604b7"
S = "${WORKDIR}/git"
diff --git a/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb b/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
index 1dfe02708e..bf25caeb38 100644
--- a/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
+++ b/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
@@ -21,6 +21,6 @@ SRC_URI += " \
file://rest-dbus.service \
"
-SRCREV = "b10a57e2f34e94b13697328cc22f876f738feb0e"
+SRCREV = "c693ba1126dcb493058d4ebeb4604b71e3bb3f08"
S = "${WORKDIR}/git"