summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-04-17 03:50:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 17:07:18 +0100
commitfe61e4ff27de5523b0825822c3e57b295cb042bf (patch)
treeed8d8e6d0eda52431837e6acd91146f57c153a3f
parent69d0235bb20fe6974a1b2b09a88d5a409d6ae233 (diff)
downloadpoky-fe61e4ff27de5523b0825822c3e57b295cb042bf.tar.gz
u-boot: Correct the SRC_URI
This avoids a redirect. (From OE-Core rev: 4e4c668960414818b312d689d203897edd556a6f) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 879bc5098943cf6977c32555ac31cb21be7b46ae) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 8e78ea4a75..488b923737 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -14,8 +14,7 @@ PE = "1"
14# repo during parse 14# repo during parse
15SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17" 15SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17"
16 16
17SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ 17SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
18 "
19 18
20S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
21B = "${WORKDIR}/build" 20B = "${WORKDIR}/build"