linux-starfive: Use https protocol on github src_uri

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-04-10 10:53:52 -07:00
parent 9ca7cd3c21
commit 96b34d0976
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ KERNEL_VERSION_SANITY_SKIP = "1"
SRCREV = "${AUTOREV}"
FORK ?= "starfive-tech"
BRANCH ?= "esmil_starlight"
SRC_URI = "git://github.com/${FORK}/linux.git;protocol=git;branch=${BRANCH} \
SRC_URI = "git://github.com/${FORK}/linux.git;protocol=https;branch=${BRANCH} \
file://0001-riscv-Use-mno-relax-when-using-lld-linker.patch \
file://extra.cfg \
file://modules.cfg \