diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-11-08 13:31:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-11-14 16:03:18 +0100 |
commit | d80f44e011942eff4c97e98ace8e4219ef96a5ce (patch) | |
tree | d2dd91350439d3a1c7b6df7c170888aecdd1c4ba /.gitmodules | |
parent | 3de30450c37616bb586806641dae8b9053d8ec39 (diff) | |
download | qemu-firmware-d80f44e011942eff4c97e98ace8e4219ef96a5ce.tar.gz |
Add edk2 submodule
Using git://github.com/tianocore/edk2.git for now.
Q: Mirror on qemu.org (its not GPL, so not mandatory) ?
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1e1f507 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "repos/edk2"] + path = repos/edk2 + url = git://github.com/tianocore/edk2.git |