summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2016-10-01 14:57:15 -0500
committerRatan Gupta <ratagupt@in.ibm.com>2016-10-04 06:50:01 -0500
commitdf7dfd46d3142289ddec9d38601e4e434dfe7d7f (patch)
tree9a6f54adaaa7622a47605cd071b401a338b5ae72 /meta-phosphor/common/recipes-phosphor/interfaces
parent205bfb879aae9a04127a78fc8e960e24c9f3fdc4 (diff)
downloadtalos-openbmc-df7dfd46d3142289ddec9d38601e4e434dfe7d7f.tar.gz
talos-openbmc-df7dfd46d3142289ddec9d38601e4e434dfe7d7f.zip
Enabling the avahi service.
Regsitering the following services with avahi. obmc-console,ssh,sftp(dropbear),obmc-rest Fixes openbmc/openbmc#548 Fixes openbmc/openbmc#549 Change-Id: I20c31e9e8dfa6d52575bc3c1f55ac62eef82ec13 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/interfaces')
-rw-r--r--meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
index a8f82cb1a..8df4ca0ee 100644
--- a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
+++ b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=fa818a259cbed7ce8bc2a22d35
inherit allarch
inherit obmc-phosphor-systemd
inherit setuptools
+inherit obmc-phosphor-discovery-service
RRECOMMENDS_${PN} += "virtual-obmc-wsgihost"
@@ -29,3 +30,4 @@ S = "${WORKDIR}/git/module"
SYSTEMD_SERVICE_${PN} = ""
SYSTEMD_OVERRIDE_${PN} += "rest-dbus.conf:obmc-mapper.target.d/rest-dbus.conf"
SYSTEMD_ENVIRONMENT_FILE_${PN} += "obmc/wsgi_app"
+REGISTERED_SERVICES_${PN} += "phosphor_rest:tcp:443"
OpenPOWER on IntegriCloud