From 9a0b339ad3f8dfe3cc66ef17b7eac47978e8f4b5 Mon Sep 17 00:00:00 2001 From: Mike Garrett Date: Fri, 27 Aug 2021 17:13:07 -0500 Subject: meta-hpe: Add time sync on boot and use x86-power-control Add a post boot command to sync time Use x86-power-control for chassis host power management Signed-off-by: Mike Garrett Change-Id: I2f52cfc15eab4f2a63434e44b4e0c8f7d8eb0393 --- meta-hpe/conf/machine/include/hpe.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-hpe/conf/machine/include/hpe.inc') diff --git a/meta-hpe/conf/machine/include/hpe.inc b/meta-hpe/conf/machine/include/hpe.inc index fbd360cf3..74b1a2c6d 100644 --- a/meta-hpe/conf/machine/include/hpe.inc +++ b/meta-hpe/conf/machine/include/hpe.inc @@ -8,6 +8,9 @@ OBMC_MACHINE_FEATURES += "\ obmc-bmc-state-mgmt \ " +VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control" +VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control" + PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs" PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-hpe-apps" PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-hpe-apps" @@ -16,4 +19,4 @@ PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-hpe-apps" PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "" #PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config ?= "hostboot-inventory-config-native" -IMAGE_FEATURES:remove = "obmc-fan-control" +IMAGE_CLASSES:append = " hpe-rootfs-postcommands" -- cgit v1.2.3