AMDESE / OpenBMC

OpenBMC for Genoa SP5 socket platforms
Other
21 stars 6 forks source link

Update the Commit Hash #9

Open Chia-Hung0 opened 8 months ago

Chia-Hung0 commented 8 months ago

Unexpected behavior you saw The SRCREV of apml_library is not the latest commit hash, which causes an error.

https://github.com/AMDESE/OpenBMC/blob/6228c6bf72759228f573075fee15090e78ee3e3c/meta-amd/meta-common/recipes-amd/amd-apml/amd-apml.bb#L14

There will be a missing structure definition error if the current SRCREV is used. Therefore, I need to modify the SRCREV to the latest commit hash of apml_library.

Expected behavior It should be the latest commit hash and it can be compiled successfully.

To Reproduce Steps to reproduce the behavior:

  1. mkdir OpenBMC
  2. git clone https://github.com/AMDESE/OpenBMC.git .
  3. . setup sp5
  4. Get access to apml_library from amd
  5. bitbake obmc-phosphor-image
  6. See the error 'Error: aggregate has incomplete type and cannot be defined.'

OpenBMC Information: