summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
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-19 14:14:12 +0100
commitc7e0e7e71681aadbd84b996e885607232d715a9e (patch)
treed784d96d53366680e54f4de8478f27f2a7a3213b /meta/recipes-bsp
parent41fd30c43065da377ccba49860da5bdd53e415ab (diff)
downloadpoky-c7e0e7e71681aadbd84b996e885607232d715a9e.tar.gz
u-boot: Correct the SRC_URI
This avoids a redirect. (From OE-Core rev: 879bc5098943cf6977c32555ac31cb21be7b46ae) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-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"