-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load the provider of dynamic sensors #190
Comments
I also encountered this problem. Have you solved it now? |
Has this problem been solved? |
diff --git a/dbus-sdr/meson.build b/dbus-sdr/meson.build
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Versions:
openbmc: 18caa97591
phosphor-host-ipmid: 68e8294
Platforms:
QEMU ast2600-evb & ast2500-evb
Description:
Enable the dynamic-sensors option in phosphor-ipmi-host_git.bbappend:
PACKAGECONFIG:append = " dynamic-sensors"
and then build the code. It successfully created libdynamiccmds.so.1 under the IPMI provider folder. However, the library couldn't be loaded during ipmid start-up. Then, because the SDR commands in this library were not registered and the default ones were disabled by this option, all the SDR commands became invaild.
The text was updated successfully, but these errors were encountered: