diff options
author | Vijay Khemka <vijaykhemka@fb.com> | 2018-09-28 13:46:27 -0700 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-10-15 08:44:37 -0400 |
commit | 0e76c9c6160116b98dd53a9d36b4060d931ab76c (patch) | |
tree | ade0b1bafa4d6ba84ab6d6004ca8bd5af7f4dca0 /meta-facebook | |
parent | 7390d395fbb385461196ee60b81abfd7fa69daf8 (diff) | |
download | talos-openbmc-0e76c9c6160116b98dd53a9d36b4060d931ab76c.tar.gz talos-openbmc-0e76c9c6160116b98dd53a9d36b4060d931ab76c.zip |
Add Preferred provider for obmc-host-ctl
Added preferred provider for obmc-host-ctl in Tiogapass configuration.
Currently we don't have our own host-ctl and I was getting build error
where obmc-host-ctl had multiple provider and I just choose this one
to get pass build. We will update this once we figure out right
obmc-host-ctl for us.
Tested: Build Facebook TiogaPass board and load on the
target hardware. Ensure that BMC boots to console.
(From meta-facebook rev: a8d90c530373396a1d26b59ea8598dad909683e6)
Change-Id: Ibd4ebfe0ec27e52b5196b891f97ac529c0ff8427
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-facebook')
-rw-r--r-- | meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf index d47dc49b5..cc4e3be59 100644 --- a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf +++ b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf @@ -16,6 +16,7 @@ OBMC_MACHINE_FEATURES += "\ obmc-chassis-state-mgmt \ obmc-bmc-state-mgmt \ " +PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host" FLASH_SIZE = "32768" VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |