summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorManuel Bentele2019-05-30 18:49:46 +0200
committerManuel Bentele2019-06-05 14:29:23 +0200
commit41a4dfa1cf786745f52629c158cf214aa1946066 (patch)
tree7345c0b3e3ba05eabe6e32c34b8560ee637bedf9 /.gitmodules
parentAdded call graph of QEMU's QCOW2 implementation (diff)
downloadkernel-qcow2-41a4dfa1cf786745f52629c158cf214aa1946066.tar.gz
kernel-qcow2-41a4dfa1cf786745f52629c158cf214aa1946066.tar.xz
kernel-qcow2-41a4dfa1cf786745f52629c158cf214aa1946066.zip
Added latest Linux kernel version and util-linux for development purposes
Both entire subprojects were added as Git submodules because the out-of-tree build would be to complicated without the build files and existing directory structures.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 842620d..b0123cc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,3 +11,9 @@
[submodule "dependencies/qemu"]
path = dependencies/qemu
url = git://git.qemu.org/qemu.git
+[submodule "implementation/loop"]
+ path = implementation/loop
+ url = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+[submodule "implementation/losetup"]
+ path = implementation/losetup
+ url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git