From: BigfootACA Date: 星期一, 13 Sep 2021 07:53:21 +0000 (+0800) Subject: build.sh: add edk2-sdm845-binary and simple-init fastgit X-Git-Tag: v1.0.4~15^2 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=421f379d67d6bb22b6780f1e635671499eb8e007;p=edk2-sdm845.git build.sh: add edk2-sdm845-binary and simple-init fastgit Signed-off-by: BigfootACA --- diff --git a/build.sh b/build.sh index 676a6b0..d9ba91e 100755 --- a/build.sh +++ b/build.sh @@ -117,9 +117,11 @@ then set -e echo "Updating submodules" [ -e sdm845Pkg/AcpiTables/.git ]||git clone https://git.renegade-project.org/edk2-sdm845-acpi.git sdm845Pkg/AcpiTables if "${CHINESE}" - then git submodule set-url edk2 https://hub.fastgit.org/tianocore/edk2.git - git submodule set-url edk2-platforms https://hub.fastgit.org/tianocore/edk2-platforms.git - git submodule set-url sdm845Pkg/Library/StdLib https://hub.fastgit.org/tianocore/edk2-libc.git + then git submodule set-url edk2 https://hub.fastgit.org/tianocore/edk2.git + git submodule set-url edk2-platforms https://hub.fastgit.org/tianocore/edk2-platforms.git + git submodule set-url sdm845Pkg/Binary https://hub.fastgit.org/edk2-porting/edk2-sdm845-binary.git + git submodule set-url sdm845Pkg/Library/StdLib https://hub.fastgit.org/tianocore/edk2-libc.git + git submodule set-url sdm845Pkg/Library/SimpleInit https://hub.fastgit.org/BigfootACA/simple-init.git git submodule init;git submodule update --depth 1 pushd edk2