From 101bdb05834c6adb896730495db66d1eda7f8045 Mon Sep 17 00:00:00 2001 From: Vijay Khemka Date: Wed, 30 Oct 2019 11:54:23 -0700 Subject: meta-facebook: Add x86-power-control For host and chassis management, x86-power-control is being used for this platform. (From meta-facebook rev: 8f5863f4124e11a34ae6f4856452a4d973fd7939) Change-Id: I72785973b91e1f43e1cc56e90c886b6069d122a5 Signed-off-by: Vijay Khemka Signed-off-by: Brad Bishop --- meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf') diff --git a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf index e36e03010c..9c7a39ae60 100644 --- a/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf +++ b/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf @@ -13,14 +13,14 @@ OBMC_MACHINE_FEATURES += "\ obmc-phosphor-chassis-mgmt \ obmc-phosphor-flash-mgmt \ obmc-host-ipmi \ - obmc-host-ctl \ obmc-host-state-mgmt \ obmc-chassis-state-mgmt \ obmc-bmc-state-mgmt \ " -PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host" +PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "" PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-fb-apps" PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs" FLASH_SIZE = "32768" VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" - +VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control" +VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control" -- cgit v1.2.3