diff options
author | Chris Austen <austenc@us.ibm.com> | 2015-11-01 22:02:16 -0600 |
---|---|---|
committer | Chris Austen <austenc@us.ibm.com> | 2015-11-01 22:02:16 -0600 |
commit | e6a0cfb2a8aec68b500b0b13c4ef5cfc30e3bfd9 (patch) | |
tree | 5244cdaf8e1392a515575893a0b62a39bff1cf39 /meta-phosphor/conf/machine/include/sample.inc | |
parent | 4bd2cbf723a746dfe80a0dded0473a71f7950eed (diff) | |
download | talos-openbmc-e6a0cfb2a8aec68b500b0b13c4ef5cfc30e3bfd9.tar.gz talos-openbmc-e6a0cfb2a8aec68b500b0b13c4ef5cfc30e3bfd9.zip |
stop the build break for btbridge on qemu
btbridge is not even part of the qemu image
Diffstat (limited to 'meta-phosphor/conf/machine/include/sample.inc')
-rw-r--r-- | meta-phosphor/conf/machine/include/sample.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/conf/machine/include/sample.inc b/meta-phosphor/conf/machine/include/sample.inc index 2b8f98689..e71b85f4c 100644 --- a/meta-phosphor/conf/machine/include/sample.inc +++ b/meta-phosphor/conf/machine/include/sample.inc @@ -20,8 +20,7 @@ VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ VIRTUAL-RUNTIME_obmc-phosphor-ipmi-parsers = " \ host-ipmid-oem \ " - -PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw ?= "host-ipmi-hw-example" +PREFERRED_PROVIDER_virtual/obmc-phosphor-host-ipmi-hw = "host-ipmi-hw-example" PREFERRED_PROVIDER_virtual/obmc-phosphor-chassis-mgmt = "obmc-phosphor-chassisd" PREFERRED_PROVIDER_virtual/obmc-phosphor-event-mgmt = "obmc-phosphor-eventd" PREFERRED_PROVIDER_virtual/obmc-phosphor-fan-mgmt = "obmc-phosphor-fand" |