We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
After recent commit to entity-manager, the bus number passed to GetRawFru, WriteFru and ReScanBus methods changed the type from uint8_t to uint16_t.
This causes fault in intel-ipmi-oem. To fix it, uint8_t need to be changed to uint16_t in the following strings:
https://github.com/openbmc/intel-ipmi-oem/blob/master/src/storagecommands.cpp#L112 https://github.com/openbmc/intel-ipmi-oem/blob/master/src/storagecommands.cpp#L116
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
After recent commit to entity-manager, the bus number passed to GetRawFru, WriteFru and ReScanBus methods changed the type from uint8_t to uint16_t.
This causes fault in intel-ipmi-oem.
To fix it, uint8_t need to be changed to uint16_t in the following strings:
https://github.com/openbmc/intel-ipmi-oem/blob/master/src/storagecommands.cpp#L112
https://github.com/openbmc/intel-ipmi-oem/blob/master/src/storagecommands.cpp#L116
The text was updated successfully, but these errors were encountered: