summaryrefslogtreecommitdiff
path: root/meta-supermicro/conf/machine/include/supermicro.inc
diff options
context:
space:
mode:
authorRyan Sie <ryans@supermicro.com.tw>2021-10-14 04:49:20 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-10-15 04:32:08 +0300
commit826a1f731b1f4c1cd62f892515bfead9d4c5ecbf (patch)
tree7d7537f1d098bfc469cf4be95c77a208111d8b9f /meta-supermicro/conf/machine/include/supermicro.inc
parentfaf59e054914202c4d2ee3ae7201616fedbaefe6 (diff)
downloadopenbmc-826a1f731b1f4c1cd62f892515bfead9d4c5ecbf.tar.xz
update meta-supermicro layer for new bitbake
Signed-off-by: Ryan Sie <ryans@supermicro.com.tw> Change-Id: I05c85576fad2dae9f9a3e90afdac7565d9cefcf4
Diffstat (limited to 'meta-supermicro/conf/machine/include/supermicro.inc')
-rw-r--r--meta-supermicro/conf/machine/include/supermicro.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-supermicro/conf/machine/include/supermicro.inc b/meta-supermicro/conf/machine/include/supermicro.inc
index f7f37be98..bb26af880 100644
--- a/meta-supermicro/conf/machine/include/supermicro.inc
+++ b/meta-supermicro/conf/machine/include/supermicro.inc
@@ -1,22 +1,22 @@
OBMC_MACHINE_FEATURES += "\
obmc-bmc-state-mgmt \
obmc-chassis-state-mgmt \
- obmc-host-ipmi \
obmc-host-state-mgmt \
+ obmc-host-ipmi \
+ obmc-host-ctl \
obmc-phosphor-chassis-mgmt \
obmc-phosphor-fan-mgmt \
obmc-phosphor-flash-mgmt \
"
VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
-VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
-VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-supermicro-apps"
PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-supermicro-apps"
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-supermicro-apps"
-PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs"
-PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-supermicro-apps"
+PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
+PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
+PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs"
OVERRIDES .= ":supermicro"