From 194ff4f1f5d44b12e9cb06ddafa6adb20174a13c Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Wed, 22 Aug 2018 21:40:54 -0400 Subject: [Subtree] Bring openbmc machines to top level The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- .../common/recipes-phosphor/host/p9-host-start.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/p9-host-start.bb (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/p9-host-start.bb') diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/p9-host-start.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/p9-host-start.bb deleted file mode 100644 index 24b1b9c1f..000000000 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/p9-host-start.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "POWER9 start host" -DESCRIPTION = "Service to start POWER9 IPL through SBE" -PR = "r1" - -inherit obmc-phosphor-systemd -inherit obmc-phosphor-license - -FILESEXTRAPATHS_prepend := "${THISDIR}/op-host-control:" - -PROVIDES += 'virtual/obmc-host-ctl' -RPROVIDES_${PN} += 'virtual-obmc-host-ctl' - -RDEPENDS_${PN} += "p9-vcs-workaround op-proc-control" - -S = "${WORKDIR}" - -TMPL = "start_host@.service" -INSTFMT = "start_host@{0}.service" -TGTFMT = "obmc-host-startmin@{0}.target" -FMT = "../${TMPL}:${TGTFMT}.requires/${INSTFMT}" - -SYSTEMD_SERVICE_${PN} += "${TMPL}" -SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}" -- cgit v1.2.1