From 9c92cc631639291df35776288326a7a6db4adb61 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 9 Mar 2023 12:24:57 +0100 Subject: [PATCH 1/2] kernel: switch git url to codelinaro Linaro git trees have been moved from git.linaro.org to git.codelinaro.org. Signed-off-by: Nicolas Dechesne (cherry picked from commit f6124d7878154c7f1307d3ed0abca5bdc17d3e1f) --- recipes-kernel/linux/linux-linaro-qcom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-linaro-qcom.inc b/recipes-kernel/linux/linux-linaro-qcom.inc index 352c4d234..ce921a4bf 100644 --- a/recipes-kernel/linux/linux-linaro-qcom.inc +++ b/recipes-kernel/linux/linux-linaro-qcom.inc @@ -15,7 +15,7 @@ SRCBRANCH = "release/qcomlt-${PV}" COMPATIBLE_MACHINE = "(qcom)" -LINUX_LINARO_QCOM_GIT ?= "git://git.linaro.org/landing-teams/working/qualcomm/kernel.git;protocol=https" +LINUX_LINARO_QCOM_GIT ?= "git://git.codelinaro.org/linaro/qcomlt/kernel.git;protocol=https" SRC_URI = "${LINUX_LINARO_QCOM_GIT};branch=${SRCBRANCH}" S = "${WORKDIR}/git" From 40ab2941eb3c2659e554ea656edf665e142625b1 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 9 Mar 2023 12:24:13 +0100 Subject: [PATCH 2/2] fastrpc: switch git url to codelinaro Linaro git trees have been moved from git.linaro.org to git.codelinaro.org. Signed-off-by: Nicolas Dechesne (cherry picked from commit 6b456956ffab60d574b994ffaf32e1c48a75396e) --- recipes-support/fastrpc/fastrpc_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/fastrpc/fastrpc_git.bb b/recipes-support/fastrpc/fastrpc_git.bb index d883b26c6..ed5af398b 100644 --- a/recipes-support/fastrpc/fastrpc_git.bb +++ b/recipes-support/fastrpc/fastrpc_git.bb @@ -1,4 +1,4 @@ -HOMEPAGE = "https://git.linaro.org/landing-teams/working/qualcomm/fastrpc.git" +HOMEPAGE = "https://git.codelinaro.org/linaro/qcomlt/fastrpc.git" SUMMARY = "Qualcomm FastRPC applications and library" SECTION = "devel" @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/fastrpc_apps_user.c;beginline=1;endline=29;md5=f9 SRCREV = "5a8320c46df8c0dbefe71d97a8273f417e8721f3" SRC_URI = "\ - git://git.linaro.org/landing-teams/working/qualcomm/fastrpc.git;branch=automake;protocol=https \ + git://git.codelinaro.org/linaro/qcomlt/fastrpc.git;branch=automake;protocol=https \ file://0001-apps_std_fopen_with_env-account-for-domain-kinds-whe.patch \ file://adsprpcd.service \ file://cdsprpcd.service \