commit | 87c16bb0947486b36d161cbbd0cb65cc3207dce3 | [log] [tgz] |
---|---|---|
author | John Wedig <johnwedig@google.com> | Tue Aug 15 15:19:03 2023 -0700 |
committer | John Wedig <johnwedig@google.com> | Wed Aug 16 01:23:34 2023 +0000 |
tree | df4a153351e344d89de592a06c61ef14b5f4d4ea | |
parent | 07fbe2e95ce676dd1250497009662f5bf70073a7 [diff] [blame] |
meta-fii: meta-mori: Enable dynamic-sensors feature Enable dynamic sensors for phosphor-ipmi-host. This allows us to use the entity manager decorators, e.g. for the FRU device names. This change is necessary as of this commit: https://github.com/openbmc/phosphor-host-ipmid/commit/23a722ca7c6ca2ac93a8ecbe44550e9429e1a8f1 Tested: Ran "ipmitool fru" on the BMC and confirmed that the FRU Device Description fields are populated (not UNKNOWN). Change-Id: I6cb2c3ffd87c2294c27158d0ee52589ae80c0e9b Signed-off-by: John Wedig <johnwedig@google.com>
diff --git a/meta-fii/meta-mori/conf/machine/mori.conf b/meta-fii/meta-mori/conf/machine/mori.conf index e1f6edb..eee3095 100644 --- a/meta-fii/meta-mori/conf/machine/mori.conf +++ b/meta-fii/meta-mori/conf/machine/mori.conf
@@ -28,6 +28,8 @@ PREFERRED_PROVIDER_virtual/cpld-update = "mori-cpld-update" PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "mori-led-manager-config-native" +MACHINE_FEATURES += "dynamic-sensors" + # Remove unneeded binaries from image IMAGE_FEATURES:remove = "obmc-bmcweb" IMAGE_FEATURES:remove = "obmc-console"