[edk2-devel] [PATCH edk2-platforms v1 1/6] edk2-platforms: add edk2 repository as a submodule

PierreGondois pierre.gondois at arm.com
Wed Jun 23 08:02:04 UTC 2021


From: Pierre Gondois <Pierre.Gondois at arm.com>

Add the edk2 repository as a submodule:
https://github.com/tianocore/edk2

Platforms in edk2-platforms often relies on modules available
in the edk2 repository. In order to enable an upstream CI
for edk2-platforms, adding edk2 as a submodule is a convenient
way to advertise this dependency.

Cc: Sean Brogan <sean.brogan at microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew at microsoft.com>
Cc: Michael D Kinney <michael.d.kinney at intel.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>
Cc: Sami Mujawar <sami.mujawar at arm.com>
Signed-off-by: Sami Mujawar <sami.mujawar at arm.com>
Signed-off-by: Pierre Gondois <Pierre.Gondois at arm.com>
---
 .gitmodules | 4 ++++
 edk2        | 1 +
 2 files changed, 5 insertions(+)
 create mode 160000 edk2

diff --git a/.gitmodules b/.gitmodules
index 88aafaf15820..e96d06cb13e3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,7 @@
 [submodule "Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi"]
   path = Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi
   url = https://github.com/riscv/opensbi
+[submodule "edk2"]
+	path = edk2
+	url = https://github.com/PierreARM/edk2
+	branch = PR
diff --git a/edk2 b/edk2
new file mode 160000
index 000000000000..6c53f79e95f8
--- /dev/null
+++ b/edk2
@@ -0,0 +1 @@
+Subproject commit 6c53f79e95f8e99febb481ba5d30dfbac59eba99
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#76915): https://edk2.groups.io/g/devel/message/76915
Mute This Topic: https://groups.io/mt/83733296/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list