From 52987a2ef004b92cc39cf27cc9aa11881c25dc10 Mon Sep 17 00:00:00 2001 From: Ping Wu Date: Mon, 16 Mar 2020 08:05:17 -0400 Subject: [PATCH 1/2] Using kernel.source.codeaurora.cn in stead of mirrors.tuna.tsinghua.edu.cn Signed-off-by: Ping Wu --- .gitmodules | 2 +- boards/arm/vexpress-a9/bsp | 2 +- buildroot | 2 +- linux-stable | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8e85634..357cc9d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ ignore = all [submodule "linux-stable"] path = linux-stable - url = https://mirrors.tuna.tsinghua.edu.cn/git/linux-stable.git + url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git ignore = all [submodule "u-boot"] path = u-boot diff --git a/boards/arm/vexpress-a9/bsp b/boards/arm/vexpress-a9/bsp index a790c0a..7b625af 160000 --- a/boards/arm/vexpress-a9/bsp +++ b/boards/arm/vexpress-a9/bsp @@ -1 +1 @@ -Subproject commit a790c0ad306368f1a843b66bee9f9d64226e9cfb +Subproject commit 7b625af327081b5e7ba4033c20ce9b91d84aea3f diff --git a/buildroot b/buildroot index 2e27ade..aa6fd11 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit 2e27ade8e27b0a7e4dddef6000fb6a6d66f3f9d8 +Subproject commit aa6fd11feebffe16d0b0396e0e7ad421ec061272 diff --git a/linux-stable b/linux-stable index 92d21ac..e93c9c9 160000 --- a/linux-stable +++ b/linux-stable @@ -1 +1 @@ -Subproject commit 92d21ac74a9e3c09b0b01c764e530657e4c85c49 +Subproject commit e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd -- Gitee From 627a86de7d607d55af22459d6c73ed0a1fcdd27d Mon Sep 17 00:00:00 2001 From: Ping Wu Date: Mon, 16 Mar 2020 08:57:03 -0400 Subject: [PATCH 2/2] Fix mirrors url error Signed-off-by: Ping Wu --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 357cc9d..cc98a05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ ignore = all [submodule "linux-stable"] path = linux-stable - url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git + url = https://kernel.source.codeaurora.cn/pub/scm/linux/kernel/git/stable/linux.git ignore = all [submodule "u-boot"] path = u-boot -- Gitee