summaryrefslogtreecommitdiff
path: root/meta-fii
diff options
context:
space:
mode:
authorJohn Wedig <johnwedig@google.com>2023-08-16 01:19:03 +0300
committerJohn Wedig <johnwedig@google.com>2023-08-16 04:23:34 +0300
commit87c16bb0947486b36d161cbbd0cb65cc3207dce3 (patch)
treedf4a153351e344d89de592a06c61ef14b5f4d4ea /meta-fii
parent07fbe2e95ce676dd1250497009662f5bf70073a7 (diff)
downloadopenbmc-87c16bb0947486b36d161cbbd0cb65cc3207dce3.tar.xz
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>
Diffstat (limited to 'meta-fii')
-rw-r--r--meta-fii/meta-mori/conf/machine/mori.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fii/meta-mori/conf/machine/mori.conf b/meta-fii/meta-mori/conf/machine/mori.conf
index e1f6edbb6b..eee3095851 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/bios-update = "mori-bios-update"
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"