meta-zaius: Remove mention of vcs-workaround
This was a P9 DD1 workaround. These systems are no longer supported and
are not found in the wild, so the workaround has been retired.
Zaius opted to use it's own application for vcs control. We can now add
that directly instead of overriding vcs workaround with vcs control.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Change-Id: I148fa6799b5fb8b671c801f667df1891346abbfc
diff --git a/meta-zaius/conf/machine/zaius.conf b/meta-zaius/conf/machine/zaius.conf
index 38713cd..26595fa 100644
--- a/meta-zaius/conf/machine/zaius.conf
+++ b/meta-zaius/conf/machine/zaius.conf
@@ -5,8 +5,6 @@
FLASH_SIZE = "65536"
-PREFERRED_PROVIDER_virtual/p9-vcs-workaround = 'vcs-control'
-
require conf/machine/include/ast2500.inc
require conf/machine/include/obmc-bsp-common.inc
require conf/machine/include/ingrasys.inc
diff --git a/meta-zaius/recipes-phosphor/chassis/vcs-control.bb b/meta-zaius/recipes-phosphor/chassis/vcs-control.bb
index 597dff4..3ab36b1 100644
--- a/meta-zaius/recipes-phosphor/chassis/vcs-control.bb
+++ b/meta-zaius/recipes-phosphor/chassis/vcs-control.bb
@@ -6,9 +6,6 @@
inherit obmc-phosphor-systemd
-PROVIDES += 'virtual/p9-vcs-workaround'
-RPROVIDES_${PN} += 'virtual-p9-vcs-workaround'
-
TMPL_OFF = "vcs-off@.service"
TMPL_ON = "vcs-on@.service"
INSTFMT_OFF = "vcs-off@{0}.service"
diff --git a/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend b/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend
index 23cdb8d..42f7117 100644
--- a/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend
+++ b/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend
@@ -1 +1 @@
-RDEPENDS_${PN}_append_zaius = ' avsbus-control'
+RDEPENDS_${PN}_append_zaius = ' avsbus-control vcs-control'