From d2cfaac5f3cb00a011159c80beb5ec3a35a0d705 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 6 Dec 2022 20:45:25 +0100 Subject: [PATCH] update URLs of submodule Signed-off-by: Steffen Vogel --- fpga/.gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fpga/.gitmodules b/fpga/.gitmodules index 6dab7a587..f7a091f42 100644 --- a/fpga/.gitmodules +++ b/fpga/.gitmodules @@ -1,12 +1,12 @@ -[submodule "lib/gpu/gdrcopy"] - path = gpu/thirdparty/gdrcopy - url = https://github.com/daniel-k/gdrcopy.git +[submodule "common"] + path = common + url = https://github.com/VILLASframework/common.git +[submodule "thirdparty/libxil"] + path = thirdparty/libxil + url = https://github.com/VILLASframework/libxil.git [submodule "thirdparty/udmabuf"] path = thirdparty/udmabuf url = https://github.com/ikwzm/udmabuf -[submodule "common"] - path = common - url = ../../common.git -[submodule "thirdparty/libxil"] - path = thirdparty/libxil - url = https://git.rwth-aachen.de/acs/public/villas/fpga/libxil.git +[submodule "lib/gpu/gdrcopy"] + path = gpu/thirdparty/gdrcopy + url = https://github.com/daniel-k/gdrcopy.git