From: Pierre Gondois <[email protected]> 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. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3509 Cc: Sean Brogan <[email protected]> Cc: Bret Barkelew <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> Cc: Sami Mujawar <[email protected]> Signed-off-by: Sami Mujawar <[email protected]> Signed-off-by: Pierre Gondois <[email protected]> --- Notes: v2: - Use tianocore repository instead of personal repository [Pierre] .gitmodules | 3 +++ edk2 | 1 + 2 files changed, 4 insertions(+) create mode 160000 edk2 diff --git a/.gitmodules b/.gitmodules index 88aafaf15820..ed4b2d436cdb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [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/tianocore/edk2/ diff --git a/edk2 b/edk2 new file mode 160000 index 000000000000..3c81382742fd --- /dev/null +++ b/edk2 @@ -0,0 +1 @@ +Subproject commit 3c81382742fdde028b4c23e822f6a6b11f2ab586 -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#78235): https://edk2.groups.io/g/devel/message/78235 Mute This Topic: https://groups.io/mt/84486151/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
