All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH openbmc v2 0/2] update build to support rest features
@ 2015-11-17  2:50 OpenBMC Patches
  2015-11-17  2:50 ` [PATCH openbmc v2 1/2] " OpenBMC Patches
  2015-11-17  2:50 ` [PATCH openbmc v2 2/2] Enable new rest interface at boot time OpenBMC Patches
  0 siblings, 2 replies; 3+ messages in thread
From: OpenBMC Patches @ 2015-11-17  2:50 UTC (permalink / raw)
  To: openbmc

list, enumerate, https, etc

https://github.com/openbmc/openbmc/pull/82

Chris Austen (2):
  update build to support rest features
  Enable new rest interface at boot time

 meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb              | 2 +-
 meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb                | 2 +-
 meta-phosphor/common/recipes-phosphor/dbus/obmc-rest/obmc-rest.service | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.6.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH openbmc v2 1/2] update build to support rest features
  2015-11-17  2:50 [PATCH openbmc v2 0/2] update build to support rest features OpenBMC Patches
@ 2015-11-17  2:50 ` OpenBMC Patches
  2015-11-17  2:50 ` [PATCH openbmc v2 2/2] Enable new rest interface at boot time OpenBMC Patches
  1 sibling, 0 replies; 3+ messages in thread
From: OpenBMC Patches @ 2015-11-17  2:50 UTC (permalink / raw)
  To: openbmc

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

list, enumerate, https, etc
---
 meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb | 2 +-
 meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
index 67219b0..37c9c3f 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
@@ -20,6 +20,6 @@ SRC_URI += " \
         git://github.com/openbmc/phosphor-objmgr \
         "
 
-SRCREV = "e290f5cdccf14e50e838366367c91e0464f792f6"
+SRCREV = "6aed08d480aa1e022df14d48b7a54f5b1790e7d9"
 
 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 941fa90..8b4459e 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
@@ -21,6 +21,6 @@ SRC_URI += " \
         git://github.com/openbmc/phosphor-rest-server \
         "
 
-SRCREV = "2f7aef50b005c16a51065984f090e787c04c0c14"
+SRCREV = "275ec270684cd3b946674d02462bc9ed1890360e"
 
 S = "${WORKDIR}/git"
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH openbmc v2 2/2] Enable new rest interface at boot time
  2015-11-17  2:50 [PATCH openbmc v2 0/2] update build to support rest features OpenBMC Patches
  2015-11-17  2:50 ` [PATCH openbmc v2 1/2] " OpenBMC Patches
@ 2015-11-17  2:50 ` OpenBMC Patches
  1 sibling, 0 replies; 3+ messages in thread
From: OpenBMC Patches @ 2015-11-17  2:50 UTC (permalink / raw)
  To: openbmc

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

---
 meta-phosphor/common/recipes-phosphor/dbus/obmc-rest/obmc-rest.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest/obmc-rest.service b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest/obmc-rest.service
index eb1c47e..9ef9b21 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest/obmc-rest.service
+++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest/obmc-rest.service
@@ -4,7 +4,7 @@ Requires=obmc-mapper.service
 After=obmc-mapper.service
 
 [Service]
-ExecStart=/usr/sbin/phosphor-rest
+ExecStart=/usr/sbin/obmc-rest
 
 [Install]
 WantedBy=multi-user.target
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-17  2:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-17  2:50 [PATCH openbmc v2 0/2] update build to support rest features OpenBMC Patches
2015-11-17  2:50 ` [PATCH openbmc v2 1/2] " OpenBMC Patches
2015-11-17  2:50 ` [PATCH openbmc v2 2/2] Enable new rest interface at boot time OpenBMC Patches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.