From 508ad601d612210503625a0d6effb6cdb33bccab Mon Sep 17 00:00:00 2001 From: Valentin Raevsky Date: Thu, 20 Apr 2023 20:32:05 +0300 Subject: [PATCH] iot-gate-imx8: linux: Migration to github Signed-off-by: Valentin Raevsky --- recipes-kernel/linux/linux-compulab_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-compulab_5.10.bb b/recipes-kernel/linux/linux-compulab_5.10.bb index a2b8c13..288c4b4 100644 --- a/recipes-kernel/linux/linux-compulab_5.10.bb +++ b/recipes-kernel/linux/linux-compulab_5.10.bb @@ -29,7 +29,7 @@ DEPENDS += "lzop-native bc-native" SRCBRANCH = "lf-5.10.y" LOCALVERSION = "-1.0.0" -KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" +KERNEL_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https" SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH}" SRCREV = "a68e31b63f864ff71cd4adb40fbc9e1edc75c250"