From 74aaa43acd782cfe75c129d9e9f09955e5a233c5 Mon Sep 17 00:00:00 2001 From: Christoph Meier Date: Mon, 10 Aug 2026 10:02:06 +0200 Subject: [PATCH] Align GIT_URL with official u-boot documentation (see: https://docs.u-boot.org/en/latest/build/source.html) --- recipes-bsp/u-boot/u-boot-master.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-master.bb b/recipes-bsp/u-boot/u-boot-master.bb index 79387fc9..003cf064 100644 --- a/recipes-bsp/u-boot/u-boot-master.bb +++ b/recipes-bsp/u-boot/u-boot-master.bb @@ -12,7 +12,7 @@ DEPENDS += "\ ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os python3-pyelftools-native', '', d)} \ " -GIT_URL = "git://source.denx.de/u-boot/u-boot.git;protocol=https" +GIT_URL = "https://git.u-boot-project.org/u-boot/u-boot.git;protocol=https" SRC_URI = "${GIT_URL};branch=${BRANCH}" LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"