From 96c52172f74ef2e403b400a7a9a8bc1f604f89e2 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Wed, 17 Nov 2021 17:01:31 +0100 Subject: [PATCH] linux-netmodule: changed git url from gitea to (internal) gitlab BugzID: 75775 Signed-off-by: Marc Mattmueller --- recipes-kernel/linux/linux-netmodule_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index ee2beb1..0976ffe 100644 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -7,7 +7,7 @@ DESCRIPTION = "Linux kernel for various NetModule hardware" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" -SRC_URI = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.19/standard/base" +SRC_URI = "git://gitlab.netmodule.intranet/oem-linux/linux-netmodule.git;protocol=ssh;user=git;branch=4.19/standard/base" # Avoids installing the kernel in /boot directory RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" @@ -22,7 +22,7 @@ SRCREV ?= "${AUTOREV}" PACKAGE_ARCH = "${TUNE_PKGARCH}" # HW23 is using a different source -SRC_URI_imx8-nmhw23 = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/nxp/nmhw23" +SRC_URI_imx8-nmhw23 = "git://gitlab.netmodule.intranet/oem-linux/linux-netmodule.git;protocol=ssh;user=git;branch=4.14/nxp/nmhw23" LIC_FILES_CHKSUM_imx8-nmhw23 = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" S = "${WORKDIR}/git"