summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb
new file mode 100644
index 000000000..61e55d9f8
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb
@@ -0,0 +1,25 @@
+SUMMARY = "OpenBMC inventory manager"
+DESCRIPTION = "OpenBMC inventory manager."
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+inherit skeleton-python
+inherit obmc-phosphor-dbus-service
+
+RRECOMMENDS_${PN} += "virtual-obmc-inventory-data"
+
+VIRTUAL-RUNTIME_skeleton_workbook ?= ""
+
+RDEPENDS_${PN} += "\
+ python-argparse \
+ python-dbus \
+ python-json \
+ python-pickle \
+ python-pygobject \
+ python-subprocess \
+ pyphosphor-dbus \
+ ${VIRTUAL-RUNTIME_skeleton_workbook} \
+ "
+
+SKELETON_DIR = "pyinventorymgr"
+SYSTEMD_SERVICE_${PN} += "obmc-sync-inventory-item@.service"
OpenPOWER on IntegriCloud