From af5b0053281781d1b8f7b0da2196487e95a743d2 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 9 Mar 2023 12:24:57 +0100 Subject: [PATCH] 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 Signed-off-by: Neil Armstrong --- 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 40883f5bd..176321ee9 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"