summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/console
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/console
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/console')
-rw-r--r--meta-phosphor/common/recipes-phosphor/console/obmc-console.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb b/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
index 36c740385..f6c1db2d0 100644
--- a/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
+++ b/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
@@ -6,6 +6,7 @@ PR = "r1"
inherit obmc-phosphor-license
inherit obmc-phosphor-systemd
inherit autotools
+inherit obmc-phosphor-discovery-service
TARGET_CFLAGS += "-fpic -O2"
@@ -16,6 +17,8 @@ SRC_URI += "file://${PN}.conf"
SRCREV = "44580de4e2170c8ee06dbf401315d3acfcf52b22"
+REGISTERED_SERVICES_${PN} += "obmc_console:tcp:2200"
+
SYSTEMD_SERVICE_${PN} = " \
${PN}.service \
${PN}-ssh.socket \
OpenPOWER on IntegriCloud