Skip to content

Commit ece7702

Browse files
System_debug: remove submodules due to CI issues (oneapi-src#315)
1 parent 0652c61 commit ece7702

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.gitmodules

-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
[submodule "Tools/SystemDebug/efi_application/Win32"]
2-
path = Tools/SystemDebug/efi_application/Win32
3-
url = https://github.com/tianocore/edk2-BaseTools-win32.git
4-
[submodule "Tools/SystemDebug/efi_application/edk2"]
5-
path = Tools/SystemDebug/efi_application/edk2
6-
url = https://github.com/tianocore/edk2.git
7-
[submodule "Tools/SystemDebug/efi_application/gnu-efi-code"]
8-
path = Tools/SystemDebug/efi_application/gnu-efi-code
9-
url = https://git.code.sf.net/p/gnu-efi/code

Tools/SystemDebug/docs/EFIApplication.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ Then cd to the location of the efi application.
9999

100100
Then - clone all of the submodules
101101

102-
``git submodule update --init``
102+
``git clone https://git.code.sf.net/p/gnu-efi/code gnu-efi-code``
103+
``git clone https://github.com/tianocore/edk2.git``
104+
``git clone https://github.com/tianocore/edk2-BaseTools-win32.git Win32``
103105

104106
Edk2 basetools
105107
^^^^^^^^^^^^^^^^

Tools/SystemDebug/efi_application/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Then, go to the folder `Tools/SystemDebug/efi_appication`.
4242

4343
Then - clone all of the submodules
4444

45-
```git submodule update --init```
45+
``git clone https://git.code.sf.net/p/gnu-efi/code gnu-efi-code``
46+
``git clone https://github.com/tianocore/edk2.git``
47+
``git clone https://github.com/tianocore/edk2-BaseTools-win32.git Win32``
4648

4749
Now - make the cmake project, making sure to specify it is a 64 bit architecture.
4850

0 commit comments

Comments
 (0)