Hello
I was trying to bring the AMD modules in recipes-amd to the latest OpenBMC master branch.
Here is the list of issues and necessary fixes:
Other changes:
- usb-network non-declared dependency: fix
- UB in power-capping: potential fix
- Cloning from GitHub using SSH protocol requires authentication. Changed the recipes to use HTTPS protocol: illiav-j@e151e40 It should also be more secure than SSH's Trust On First Use model.
- Not specifying
SRCREV may cause breakages when the source is updated in non-backwards compatible manner. Specified SRCREV: illiav-j@e151e40
Hopefully this will be useful when updating to the latest OpenBMC. The first four pull requests should also be good for the current version.
Hello
I was trying to bring the AMD modules in recipes-amd to the latest OpenBMC master branch.
Here is the list of issues and necessary fixes:
i2c_smbus_read…is checked incorrectly in vr-update: Fix i2c_smbus_read_i2c_block_data return value check vr-firmware-update#19popenis checked incorrectly:phosphor-mapper.bbclassinamd-ras.bb: fixesmi_mailbox_nda.hinclude. It is not present in the public repo but everything compiled fine without it:Other changes:
SRCREVmay cause breakages when the source is updated in non-backwards compatible manner. SpecifiedSRCREV: illiav-j@e151e40Hopefully this will be useful when updating to the latest OpenBMC. The first four pull requests should also be good for the current version.