From 9ef15e4483db603be97f4a7f9392d7a5f87928db Mon Sep 17 00:00:00 2001 From: Baikal Electronics Date: Thu, 19 Oct 2023 11:12:17 +0300 Subject: [PATCH] set URLs to git.baikalelectronics.ru --- meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend | 2 +- meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend b/meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend index 4474dd2..ecd000c 100644 --- a/meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend +++ b/meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend @@ -1,6 +1,6 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" -SRC_URI = "git://git@swgit/uboot-hosting.git;protocol=ssh;branch=baikal/mips;name=uboot" +SRC_URI = "git://git.baikalelectronics.ru/uboot.git;protocol=git;branch=baikal/mips;name=uboot" SRCREV_uboot = "9fc65a447d9248de37e35d038599bdd6647a9975" diff --git a/meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb b/meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb index b6b9688..7289b31 100644 --- a/meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb +++ b/meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb @@ -6,7 +6,7 @@ inherit kernel-uimage KERNEL_IMAGETYPE = "uImage" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -SRC_URI = "git://git@swgit/kernel-hosting.git;protocol=ssh;branch=baikal/mips/6.1.y" +SRC_URI = "git://git.baikalelectronics.ru/kernel.git;protocol=git;branch=baikal/mips/6.1.y" SRCREV = "29eb0af20ede95aefdd6fa93136eccf0111c4403" LINUX_VERSION ?= "6.1" -- 2.39.5