summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-10-12 22:45:10 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-13 13:53:10 +0300
commit9a424755c255258c48c8bb97cdc0eb5eb9a6c6df (patch)
tree85a2d30eb51b8521d05419b2013f1146e3c3198e /meta-phosphor
parent5747dac992f537995d2cf2e15d036c558ef7e32e (diff)
downloadopenbmc-9a424755c255258c48c8bb97cdc0eb5eb9a6c6df.tar.xz
meta-phosphor: rest-dbus: remove recipe
The repository referenced is still written with Python2 and should not have any users any longer. Remove all the recipes (and references to it). This functionality is implemented in bmcweb (enabled with options) and should be enabled there if still desired. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id689a3b749ddadd939ef43343379e569c16bc183
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.service8
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.socket8
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb25
3 files changed, 0 insertions, 41 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.service b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.service
deleted file mode 100644
index 9afd0c45d5..0000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Phosphor DBUS Browser
-
-[Service]
-Restart=always
-ExecStart=/usr/bin/env rest-dbus
-SyslogIdentifier=rest-dbus
-Environment="PYTHONUNBUFFERED=1"
diff --git a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.socket b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.socket
deleted file mode 100644
index 7ab1959256..0000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.socket
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Phosphor DBUS Browser socket
-
-[Socket]
-ListenStream=3000
-
-[Install]
-WantedBy=sockets.target
diff --git a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb
deleted file mode 100644
index c20621ec21..0000000000
--- a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Phosphor OpenBMC REST framework"
-DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon."
-HOMEPAGE = "http://github.com/openbmc/rest-dbus"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-SRCREV = "99d57f2698568be1bf989057f678ff5c053e7957"
-PV = "1.0+git${SRCPV}"
-PR = "r1"
-
-SRC_URI += "git://github.com/openbmc/rest-dbus.git;branch=master;protocol=https"
-
-SYSTEMD_SERVICE:${PN} += "rest-dbus.service rest-dbus.socket"
-S = "${WORKDIR}/git"
-
-inherit allarch
-inherit obmc-phosphor-systemd
-inherit setuptools3
-
-RDEPENDS:${PN} += " \
- python-netserver \
- python-json \
- python-dbus \
- python-xml \
- pyphosphor-dbus \
- "