obmc-mgr-system: remove startup-hacks

Change-Id: I2aa0b53ea87841312d20095888d0b7bb215b3cf4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/classes/skeleton-rev.bbclass b/classes/skeleton-rev.bbclass
index 9d400c8..37ec877 100644
--- a/classes/skeleton-rev.bbclass
+++ b/classes/skeleton-rev.bbclass
@@ -1,2 +1,2 @@
-SRCREV ?= "2c77baa0578bc7c7690f802549200e81c2cc918a"
+SRCREV ?= "25a2243e0862ee35f53dc48f471ae61f048ef00e"
 SKELETON_URI ?= "git://github.com/openbmc/skeleton"
diff --git a/common/recipes-phosphor/system/obmc-mgr-system.bb b/common/recipes-phosphor/system/obmc-mgr-system.bb
index 8b97e62..97567e6 100644
--- a/common/recipes-phosphor/system/obmc-mgr-system.bb
+++ b/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/common/recipes-phosphor/system/obmc-mgr-system/startup-hacks.service b/common/recipes-phosphor/system/obmc-mgr-system/startup-hacks.service
deleted file mode 100644
index 2fca986..0000000
--- a/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}