From e11483015813f720d0bc5e62bdc2e9ba00a9fd83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Mon, 17 Sep 2018 14:50:43 +0100 Subject: [PATCH] tidy up submodules --- .gitmodules | 12 ++++++------ buildroot | 1 - gem5/gem5 | 1 - linux | 1 - parsec-benchmark/parsec-benchmark | 1 - qemu | 1 - 6 files changed, 6 insertions(+), 11 deletions(-) delete mode 160000 buildroot delete mode 160000 gem5/gem5 delete mode 160000 linux delete mode 160000 parsec-benchmark/parsec-benchmark delete mode 160000 qemu diff --git a/.gitmodules b/.gitmodules index a858b9a..492e2d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/buildroot b/buildroot deleted file mode 160000 index bc60382..0000000 --- a/buildroot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bc60382b8ff776bd58dfd4732221e5c927c50c37 diff --git a/gem5/gem5 b/gem5/gem5 deleted file mode 160000 index 200281b..0000000 --- a/gem5/gem5 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 200281b08ca21f0d2678e23063f088960d3c0819 diff --git a/linux b/linux deleted file mode 160000 index 94710ca..0000000 --- a/linux +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 94710cac0ef4ee177a63b5227664b38c95bbf703 diff --git a/parsec-benchmark/parsec-benchmark b/parsec-benchmark/parsec-benchmark deleted file mode 160000 index c56acac..0000000 --- a/parsec-benchmark/parsec-benchmark +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c56acac70e53763a03f4e4ff1b5440e5b3ef96c5 diff --git a/qemu b/qemu deleted file mode 160000 index d0f9ab3..0000000 --- a/qemu +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d0f9ab350f315aa3643791b0587d28b38bf3b18c