mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
tidy up submodules
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -2,9 +2,9 @@
|
||||
path = submodules/buildroot
|
||||
url = https://github.com/cirosantilli/buildroot
|
||||
ignore = dirty
|
||||
[submodule "submodules/qemu"]
|
||||
path = submodules/qemu
|
||||
url = https://github.com/cirosantilli/qemu
|
||||
[submodule "submodules/gem5"]
|
||||
path = submodules/gem5
|
||||
url = https://gem5.googlesource.com/public/gem5
|
||||
# The true upstream does not accept git submodule update --init --depth 1
|
||||
# git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
|
||||
# But git clone --branch --depth 1 worked weirdly:
|
||||
@@ -12,9 +12,9 @@
|
||||
[submodule "submodules/linux"]
|
||||
path = submodules/linux
|
||||
url = https://github.com/cirosantilli/linux
|
||||
[submodule "submodules/gem5"]
|
||||
path = submodules/gem5
|
||||
url = https://gem5.googlesource.com/public/gem5
|
||||
[submodule "submodules/parsec-benchmark"]
|
||||
path = submodules/parsec-benchmark
|
||||
url = https://github.com/cirosantilli/parsec-benchmark
|
||||
[submodule "submodules/qemu"]
|
||||
path = submodules/qemu
|
||||
url = https://github.com/cirosantilli/qemu
|
||||
|
||||
Submodule buildroot deleted from bc60382b8f
Submodule gem5/gem5 deleted from 200281b08c
1
linux
1
linux
Submodule linux deleted from 94710cac0e
Submodule parsec-benchmark/parsec-benchmark deleted from c56acac70e
1
qemu
1
qemu
Submodule qemu deleted from d0f9ab350f
Reference in New Issue
Block a user