summaryrefslogtreecommitdiffstats
path: root/meta-openpower
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-04-14 21:44:44 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2019-04-25 08:01:55 +0000
commitcafc84e485765ec7df32bb41a6dce421aff78f09 (patch)
tree18ec6074986b34efa5ef3785d7a32ef606aa0760 /meta-openpower
parent600ad2b61e333287c05a493301c1fe4485f7d29f (diff)
downloadtalos-openbmc-cafc84e485765ec7df32bb41a6dce421aff78f09.tar.gz
talos-openbmc-cafc84e485765ec7df32bb41a6dce421aff78f09.zip
Allow the on-board VGA device to be enabled or disabled based on FPGA jumper setting readback
This requires FPGA version 1.04 or higher to work
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/host/p9-host-start.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-phosphor/host/p9-host-start.bb b/meta-openpower/recipes-phosphor/host/p9-host-start.bb
index 3f024381b..f5a505652 100644
--- a/meta-openpower/recipes-phosphor/host/p9-host-start.bb
+++ b/meta-openpower/recipes-phosphor/host/p9-host-start.bb
@@ -11,7 +11,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/op-host-control:"
PROVIDES += 'virtual/obmc-host-ctl'
RPROVIDES_${PN} += 'virtual-obmc-host-ctl'
-RDEPENDS_${PN} += "op-proc-control"
+RDEPENDS_${PN} += "op-proc-control ast-vga-disable"
S = "${WORKDIR}"
OpenPOWER on IntegriCloud