Message ID | 20240503134452.3990465-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | arm/boot-wrapper-aarch64: use https to fetch git source | expand |
On Fri, 03 May 2024 13:44:52 +0000, Ross Burton wrote: > Some networks limit outgoing git: traffic, so use https:. > > Applied, thanks! [1/1] arm/boot-wrapper-aarch64: use https to fetch git source commit: c9c93da0dd647c9e2bfea238bdead1e0efb526ce Best regards,
diff --git a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb index 775f4064..d0605dd7 100644 --- a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb +++ b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bb63326febfb5fb909226c8e7ebcef5c" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git;branch=master" +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git;branch=master;protocol=https" SRCREV = "d3b1a15d18542b2086e72bfdc3fc43f454772a3b" # boot-wrapper doesn't make releases
Some networks limit outgoing git: traffic, so use https:. Fixes: 0cec3e5 ("arm/gem5/boot-wrapper-aarch64: Move main recipe to meta-arm") Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)