Skip to content

Commit

Permalink
openpower: Remove VCS workaround service
Browse files Browse the repository at this point in the history
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.

Most (all?) platforms in the tree opted out of this package by using
RDEPENDS_${PN}_remove_, so this should be a noop.

(From meta-openpower rev: 1db2de4c16aa9644462c182c4f525604d3a8e945)

Change-Id: I62f3b21768aae1cc05d2f28799868f028ebb2733
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
  • Loading branch information
Jayanth Othayoth authored and geissonator committed Apr 21, 2020
1 parent f95063e commit 389a704
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 42 deletions.
2 changes: 1 addition & 1 deletion meta-openpower/conf/machine/include/p9.inc
@@ -1,2 +1,2 @@
OBMC_MACHINE_FEATURES += 'p9-vcs-workaround op-fsi p9-cfam-override'
OBMC_MACHINE_FEATURES += 'op-fsi p9-cfam-override'
PREFERRED_PROVIDER_virtual/obmc-host-ctl = "p9-host-start"

This file was deleted.

3 changes: 1 addition & 2 deletions meta-openpower/recipes-phosphor/host/p9-host-start.bb
Expand Up @@ -11,8 +11,7 @@ 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 \
RDEPENDS_${PN} += "op-proc-control \
op-proc-control-systemd-links"

S = "${WORKDIR}"
Expand Down
20 changes: 0 additions & 20 deletions meta-openpower/recipes-phosphor/host/p9-vcs-workaround.bb

This file was deleted.

0 comments on commit 389a704

Please sign in to comment.