From a5300c936e7db77b4ea4d255a0055fc43b70c886 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Thu, 28 Jul 2022 11:35:21 +0200 Subject: [PATCH] u-boot: set default URL to public GitLab BugzID: 80085 Signed-off-by: Marc Mattmueller --- recipes-bsp/u-boot/u-boot-armada_git.bb | 2 +- recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb | 2 +- recipes-bsp/u-boot/u-boot-ti33x_git.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-armada_git.bb b/recipes-bsp/u-boot/u-boot-armada_git.bb index 4224e8c..787ffd3 100644 --- a/recipes-bsp/u-boot/u-boot-armada_git.bb +++ b/recipes-bsp/u-boot/u-boot-armada_git.bb @@ -1,7 +1,7 @@ require u-boot-nm.inc # Be aware github/netmodule git -SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2017.11-armada-nrhw" +SRC_URI = "git://gitlab.com/netmodule/bootloader/netmodule-uboot.git;protocol=ssh;user=git;branch=2017.11/standard/armada-385" DEPENDS += "bc-native" diff --git a/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb b/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb index 9b48ba4..330635e 100644 --- a/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb +++ b/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb @@ -10,7 +10,7 @@ PROVIDES += "u-boot" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2018.03/imx/imx8-nmhw23;destsuffix=git" +SRC_URI = "git://gitlab.com/netmodule/bootloader/netmodule-uboot.git;protocol=ssh;user=git;branch=2018.03/imx/imx8-nmhw23;destsuffix=git" SRCREV ?= "68ad3ed09773011ab15e9dd50f9ec2bbf817ef3f" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-ti33x_git.bb b/recipes-bsp/u-boot/u-boot-ti33x_git.bb index 5192593..337b371 100644 --- a/recipes-bsp/u-boot/u-boot-ti33x_git.bb +++ b/recipes-bsp/u-boot/u-boot-ti33x_git.bb @@ -1,7 +1,7 @@ require u-boot-nm.inc # Be aware github/netmodule git -SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.05-am335x-netmodule" +SRC_URI = "git://gitlab.com/netmodule/bootloader/netmodule-uboot.git;protocol=ssh;user=git;branch=2016.05/standard/am335x" # Should be updated when a new U-Boot Version is available SRCREV ?= "7b4add1789640d188d2c5d4c7885f942908846f6"