summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-22 16:04:29 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-29 08:00:24 -0400
commit5b94bc058835be06b26ce1e6ee8667b1f0839f70 (patch)
treed42ed882f4ea56e8ee311b90722bb288bd012bf5 /meta-phosphor/recipes-phosphor/interfaces
parent37f1da47b8771e3119b1cd2c2ac3a27911395af4 (diff)
downloadtalos-openbmc-5b94bc058835be06b26ce1e6ee8667b1f0839f70.tar.gz
talos-openbmc-5b94bc058835be06b26ce1e6ee8667b1f0839f70.zip
meta-phosphor: Drop recipe for phosphor-rest
This application doesn't have any in-tree users. As such, drop the recipe and its dependencies. (From meta-phosphor rev: 296cc521f5a1c8c87c63a5b475b23c876241bf22) Change-Id: Ie0ce809f84a133c023f96b4727550690583cb9df Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent/phosphor-gevent.service11
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent/phosphor-gevent.socket8
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent_git.bb22
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/phosphor-rest.inc7
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/obmc/wsgi_app1
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/rest-dbus.conf3
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/url_config.json13
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/phosphor-rest_git.bb45
8 files changed, 0 insertions, 110 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent/phosphor-gevent.service b/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent/phosphor-gevent.service
deleted file mode 100644
index 2dfc4cc10..000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent/phosphor-gevent.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Phosphor Webserver
-After=phosphor-gevent.socket
-After=obmc-webserver-pre.target
-
-[Service]
-Restart=always
-ExecStart=/usr/bin/env phosphor-gevent $APPLICATION
-SyslogIdentifier=phosphor-gevent
-Environment="PYTHONUNBUFFERED=1"
-EnvironmentFile={envfiledir}/obmc/wsgi_app
diff --git a/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent/phosphor-gevent.socket b/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent/phosphor-gevent.socket
deleted file mode 100644
index 1ee86da08..000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent/phosphor-gevent.socket
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Phosphor Webserver socket
-
-[Socket]
-ListenStream=443
-
-[Install]
-WantedBy=sockets.target
diff --git a/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent_git.bb b/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent_git.bb
deleted file mode 100644
index a4ac9fc99..000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/phosphor-gevent_git.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "python-gevent startup script"
-DESCRIPTION = "python-gevent startup script."
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-
-inherit allarch
-inherit setuptools
-inherit obmc-phosphor-systemd
-
-require phosphor-rest.inc
-
-PROVIDES += "virtual/obmc-wsgihost"
-RPROVIDES_${PN} += "virtual-obmc-wsgihost"
-
-RDEPENDS_${PN} += " \
- python-gevent \
- "
-RRECOMMENDS_${PN} += "python-gevent-websocket"
-
-S = "${WORKDIR}/git/servers/gevent"
-
-SYSTEMD_SERVICE_${PN} += " ${PN}.service ${PN}.socket"
diff --git a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest.inc b/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest.inc
deleted file mode 100644
index 24bb68858..000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-HOMEPAGE = "http://github.com/openbmc/phosphor-rest-server"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
-
-SRC_URI += "git://github.com/openbmc/phosphor-rest-server"
-SRCREV = "3c6d49a65b1928938b48866cb730d10577b496c4"
-
diff --git a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/obmc/wsgi_app b/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/obmc/wsgi_app
deleted file mode 100644
index 7bbffe74e..000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/obmc/wsgi_app
+++ /dev/null
@@ -1 +0,0 @@
-APPLICATION=rest_dbus
diff --git a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/rest-dbus.conf b/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/rest-dbus.conf
deleted file mode 100644
index a92f0f1ec..000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/rest-dbus.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[Unit]
-Wants=obmc-webserver-pre.target
-Before=obmc-webserver-pre.target
diff --git a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/url_config.json b/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/url_config.json
deleted file mode 100644
index d11b555b9..000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest/url_config.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "urls": [
- "/org/openbmc/*",
- "/xyz/openbmc_project/*",
- "/enumerate",
- "/list",
- "/login",
- "/logout",
- "/subscribe",
- "/upload/image",
- "/download/dump/*"
- ]
-}
diff --git a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest_git.bb b/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest_git.bb
deleted file mode 100644
index 1331e4a24..000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/phosphor-rest_git.bb
+++ /dev/null
@@ -1,45 +0,0 @@
-SUMMARY = "Phosphor DBUS to REST WSGI Application"
-DESCRIPTION = "Phosphor DBUS to REST WSGI Application."
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-
-inherit allarch
-inherit obmc-phosphor-systemd
-inherit setuptools
-inherit obmc-phosphor-discovery-service
-
-require phosphor-rest.inc
-
-RRECOMMENDS_${PN} += " \
- virtual-obmc-wsgihost \
- python-gevent-websocket \
- "
-
-RDEPENDS_${PN} += " \
- python-xml \
- python-dbus \
- phosphor-mapper \
- python-bottle \
- python-spwd \
- pyphosphor-utils \
- pyphosphor-dbus \
- pyphosphor-wsgi-apps-ns \
- pamela \
- jsnbd \
- "
-SRC_URI += "file://url_config.json \
- "
-
-FILES_${PN}_append = " ${datadir}/rest-dbus/url_config.json"
-
-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"
-
-do_install_append(){
- install -d ${D}${datadir}/rest-dbus
- install -m 0644 -D ${WORKDIR}/url_config.json \
- ${D}${datadir}/rest-dbus/url_config.json
-}
OpenPOWER on IntegriCloud