summaryrefslogtreecommitdiffstats
path: root/meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer.bb
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-04-19 09:14:15 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-25 08:02:06 +0000
commitd34e2ad521dd7026cfdfa4bc946dbe77dca0089b (patch)
tree04f34b97182e71f73dcdb301c9450a394fa04eb0 /meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer.bb
parent49dfe571c691e1a6afe8957ff4bccbd7fcd20f66 (diff)
downloadtalos-openbmc-d34e2ad521dd7026cfdfa4bc946dbe77dca0089b.tar.gz
talos-openbmc-d34e2ad521dd7026cfdfa4bc946dbe77dca0089b.zip
Move RCS specific layers to correct location for latest OpenBMC
Diffstat (limited to 'meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer.bb')
-rw-r--r--meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer.bb b/meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer.bb
new file mode 100644
index 000000000..95d358e3d
--- /dev/null
+++ b/meta-rcs/recipes-phosphor/system/obmc-ipl-status-observer.bb
@@ -0,0 +1,23 @@
+SUMMARY = "OpenBMC IPL status observer"
+DESCRIPTION = "OpenBMC IPL status observer."
+PR = "r1"
+
+inherit skeleton-python
+inherit obmc-phosphor-dbus-service
+
+VIRTUAL-RUNTIME_skeleton_workbook ?= ""
+
+RDEPENDS_${PN} += "\
+ python-dbus \
+ python-json \
+ python-subprocess \
+ python-pygobject \
+ pyphosphor \
+ pyphosphor-dbus \
+ ${VIRTUAL-RUNTIME_skeleton_workbook} \
+ pdbg \
+ "
+
+SKELETON_DIR = "pyiplobserver"
+
+DBUS_SERVICE_${PN} += "org.openbmc.status.IPL.service"
OpenPOWER on IntegriCloud