[PATCH openbmc] Remove openpower inventory upload systemd startup
OpenBMC Patches
openbmc-patches at stwcx.xyz
Thu Jun 16 01:00:40 AEST 2016
From: Brad Bishop <bradleyb at fuzziesquirrel.com>
The launching of this application is temporarily being moved to the skeleton
state management framework to avoid race conditions with the host power-on
process.
Signed-off-by: Brad Bishop <bradleyb at fuzziesquirrel.com>
---
.../recipes-phosphor/inventory-upload/inventory-upload.bb | 1 -
.../inventory-upload/inventory-upload/inventory-upload.service | 10 ----------
2 files changed, 11 deletions(-)
delete mode 100644 meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload/inventory-upload.service
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb
index 2dfcf58..90425f4 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb
@@ -6,7 +6,6 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit allarch
-inherit obmc-phosphor-systemd
inherit setuptools
RDEPENDS_${PN} += " \
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload/inventory-upload.service b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload/inventory-upload.service
deleted file mode 100644
index 18d1f4b..0000000
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload/inventory-upload.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=BMC Inventory Upload
-Requires=skeleton.service
-After=skeleton.service
-
-[Service]
-ExecStart=/usr/sbin/inventory_upload.py
-
-[Install]
-WantedBy=multi-user.target
--
2.8.4
More information about the openbmc
mailing list