summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-03 09:28:55 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-14 20:19:27 -0400
commit87207981885f32e778e2752f917db69e76de539b (patch)
tree0e613a3159eb574b359f6287d0971ddd4d64d895
parent9f1d336d6708a63c7c59f8938bc0d4f365d4671a (diff)
downloadtalos-openbmc-87207981885f32e778e2752f917db69e76de539b.tar.gz
talos-openbmc-87207981885f32e778e2752f917db69e76de539b.zip
Remove openpower inventory upload systemd startup
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@fuzziesquirrel.com>
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb1
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload/inventory-upload.service10
2 files changed, 0 insertions, 11 deletions
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 2dfcf583f..90425f409 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 18d1f4bb8..000000000
--- 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
OpenPOWER on IntegriCloud