Skip to content
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

Update the Commit Hash #9

Open
Chia-Hung0 opened this issue Mar 18, 2024 · 0 comments
Open

Update the Commit Hash #9

Chia-Hung0 opened this issue Mar 18, 2024 · 0 comments

Comments

@Chia-Hung0
Copy link

Chia-Hung0 commented Mar 18, 2024

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

SRCREV = "5327a39ddc244eaf69794c5a57d5fd5a5bbe3a87"

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:

  • /etc/os-release: NAME="Ubuntu" VERSION="18.04.6 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.6 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic
  • uname -a: Linux 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant