commit | e3dfc63caa621c6c0507b9a0cd07260e914dcda7 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jun 15 10:11:06 2016 -0500 |
committer | GitHub <noreply@github.com> | Wed Jun 15 10:11:06 2016 -0500 |
tree | 0e613a3159eb574b359f6287d0971ddd4d64d895 | |
parent | 9f1d336d6708a63c7c59f8938bc0d4f365d4671a [diff] | |
parent | 87207981885f32e778e2752f917db69e76de539b [diff] |
Merge pull request #368 from bradbishop/upload-state Remove openpower inventory upload systemd startup
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 @@ 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