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

uefi : fix broken build due to missing edk2 submodule #4432

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

shjala
Copy link
Member

@shjala shjala commented Nov 7, 2024

This change updates EDK2 to stable202408.01. This is a minor update with only one additional commit compared the previous version which fixes missing subhook submodule issue by switching to TianoCore mirror.

tianocore/edk2@edk2-stable202408...edk2-stable202408.01

For the curios, Adding a patch to fix the issue is not straightforward because the docker ADD command clones the repository and initializes the submodules at once (before applying any patches).

@shjala shjala added the dependencies Pull requests that update a dependency file label Nov 7, 2024
pkg/uefi/Dockerfile Outdated Show resolved Hide resolved
This change updates EDK2 to stable202408.01. This is a minor update with
only one additonal commit compared the previous version which fixes
missing subhook submodule issue by switching to TianoCore mirror.

Signed-off-by: Shahriyar Jalayeri <[email protected]>
@OhmSpectator
Copy link
Member

Hm... In theory, the tests should have success, then... And they are still red =(

@OhmSpectator
Copy link
Member

@shjala, ah, you also have to upgrade the Docker files, where we specify the hash for the eve-eufi package. It's xen-tools and something else...

@shjala
Copy link
Member Author

shjala commented Nov 8, 2024

Hm... In theory, the tests should have success, then... And they are still red =(

This has nothing to do with the EVE stucking at boot in Eden, this just fixes building EDK2 from source which is broken (even old versions are broken).

@eriknordmark eriknordmark merged commit 2cf98a4 into lf-edge:master Nov 8, 2024
30 of 41 checks passed
@OhmSpectator
Copy link
Member

@shjala but we still have to update the hashes in the dependent Dockerfiles...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants