Remove legacy inventory service from startup

openbmc/phosphor-inventory-manager has replaced this
implementation of inventory on OpenBMC.

There will be follow on commits to completely remove this
package from OpenBMC, for now remove the main python application
and its legacy DBUS object.

Change-Id: I4f81c3b58c9dbde557ee1ba1de1fb128dac8e33e
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/common/recipes-phosphor/chassis/obmc-mgr-inventory.bb b/common/recipes-phosphor/chassis/obmc-mgr-inventory.bb
index 452faa3..a04aab2 100644
--- a/common/recipes-phosphor/chassis/obmc-mgr-inventory.bb
+++ b/common/recipes-phosphor/chassis/obmc-mgr-inventory.bb
@@ -21,5 +21,4 @@
         "
 
 SKELETON_DIR = "pyinventorymgr"
-DBUS_SERVICE_${PN} += "org.openbmc.Inventory.service"
 SYSTEMD_SERVICE_${PN} += "obmc-sync-inventory-item@.service"
diff --git a/common/recipes-phosphor/chassis/obmc-mgr-inventory/org.openbmc.Inventory.service b/common/recipes-phosphor/chassis/obmc-mgr-inventory/org.openbmc.Inventory.service
deleted file mode 100644
index 442ed84..0000000
--- a/common/recipes-phosphor/chassis/obmc-mgr-inventory/org.openbmc.Inventory.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Phosphor Inventory Manager
-
-[Service]
-Restart=always
-ExecStart=/usr/bin/env inventory_items.py
-SyslogIdentifier=inventory_items.py
-Type=dbus
-BusName={BUSNAME}
-Environment="PYTHONUNBUFFERED=1"
-Nice=19
-TimeoutStartSec=180s
-
-[Install]
-WantedBy={SYSTEMD_DEFAULT_TARGET}