commit | d64485f2aaefcbf511d2c94f1bc63d078f2bedac | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 20 14:30:03 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 21 02:32:19 2016 +0000 |
tree | c6f258cd8f519567223891397f13bc21cdae9df5 | |
parent | bf18e18d4d8ba9cdf608438641de7cbe69f3490a [diff] |
obmc-mgr-system: remove startup-hacks Change-Id: I2aa0b53ea87841312d20095888d0b7bb215b3cf4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-phosphor/classes/skeleton-rev.bbclass b/meta-phosphor/classes/skeleton-rev.bbclass index 9d400c8..37ec877 100644 --- a/meta-phosphor/classes/skeleton-rev.bbclass +++ b/meta-phosphor/classes/skeleton-rev.bbclass
@@ -1,2 +1,2 @@ -SRCREV ?= "2c77baa0578bc7c7690f802549200e81c2cc918a" +SRCREV ?= "25a2243e0862ee35f53dc48f471ae61f048ef00e" SKELETON_URI ?= "git://github.com/openbmc/skeleton"
diff --git a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system.bb b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system.bb index 8b97e62..97567e6 100644 --- a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system.bb +++ b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system.bb
@@ -18,13 +18,4 @@ SKELETON_DIR = "pysystemmgr" -do_compile_append() { - oe_runmake -C ../hacks -} - -do_install_append() { - oe_runmake -C ../hacks install DESTDIR=${D} -} - DBUS_SERVICE_${PN} += "org.openbmc.managers.System.service" -SYSTEMD_SERVICE_${PN} += "startup-hacks.service"
diff --git a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/startup-hacks.service b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/startup-hacks.service deleted file mode 100644 index 2fca986..0000000 --- a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/startup-hacks.service +++ /dev/null
@@ -1,10 +0,0 @@ -[Unit] -Description=Startup Hacks - -[Service] -Restart=no -Type=oneshot -ExecStart={sbindir}/startup_hacks.sh - -[Install] -WantedBy={SYSTEMD_DEFAULT_TARGET}