-
Notifications
You must be signed in to change notification settings - Fork 1
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
QEMU build error for SNP kernel #81
Comments
The workaround is to manually build software. QEMU
nix develop nixpkgs#qemu
git clone https://github.com/mmisono/qemu --recursive
cd qemu
git checkout -b snp-latest-20240221 origin/snp-latest-20240221
git submodule update --init
cd ./roms/edk2
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,7 +25,7 @@
url = https://github.com/google/googletest.git
[submodule "UnitTestFrameworkPkg/Library/SubhookLib/subhook"]
path = UnitTestFrameworkPkg/Library/SubhookLib/subhook
- url = https://github.com/Zeex/subhook.git
+ url = https://github.com/tianocore/edk2-subhook.git
[submodule "MdePkg/Library/BaseFdtLib/libfdt"]
path = MdePkg/Library/BaseFdtLib/libfdt
url = https://github.com/devicetree-org/pylibfdt.git
|
mmisono
changed the title
QEMU build error for SNP 6.9 kernel
QEMU build error for SNP kernel
Dec 12, 2024
I confirmed the current 6.8 and 6.9 have this issue (probably any older version as well). The newer version will not have this issue as the submodule URL is updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems the submodule URL has changed:
https://github.com/tianocore/edk2/blob/2839fed575f0eccae7f5a89f7252487dd058b462/.gitmodules#L28C8-L28C53
The text was updated successfully, but these errors were encountered: