Project-Aloha / mu_aloha_platforms

Port of mu_andromeda_platforms for other qualcomm based devices.
https://t.me/project_aloha_issues/
BSD 2-Clause "Simplified" License
112 stars 80 forks source link

Failed to fetching MU_BASECORE #400

Closed sunflower2333 closed 1 week ago

sunflower2333 commented 1 week ago

Upstream MU_BASECORE's upstream EDK2's submodule subhook was private/remove recently, cloning subhook will be failed

Please refer to https://github.com/microsoft/mu_basecore/issues/1208 and https://github.com/tianocore/edk2/issues/6398 for details.

Possible Solution

Do not use --recursive while update submodules, just update it. Do replace subhook's url to https://github.com/BangL/subhook in mu_basecore's .gitmodules and then do recursively update submodules.