summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory/obmc-sync-inventory-item@.service13
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb25
2 files changed, 0 insertions, 38 deletions
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory/obmc-sync-inventory-item@.service b/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory/obmc-sync-inventory-item@.service
deleted file mode 100644
index 416fddc13..000000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory/obmc-sync-inventory-item@.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Sync %I
-
-[Service]
-Restart=no
-Type=oneshot
-EnvironmentFile={envfiledir}/obmc/sync_inventory_item/%I
-ExecStart=/usr/bin/env sync_inventory_items.py -p ${{PROPERTY}} -s $SYNC_TYPE
-SyslogIdentifier=sync_inventory_items.py
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb
deleted file mode 100644
index 61e55d9f8..000000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-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"