diff --git a/recipes-kernel/linux/linux-starfive-dev.bb b/recipes-kernel/linux/linux-starfive-dev.bb index ec74a16..4a733b9 100644 --- a/recipes-kernel/linux/linux-starfive-dev.bb +++ b/recipes-kernel/linux/linux-starfive-dev.bb @@ -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 \ diff --git a/recipes-kernel/linux/linux-starfive_5.12.bb b/recipes-kernel/linux/linux-starfive_5.12.bb index 47264c6..0f15be3 100644 --- a/recipes-kernel/linux/linux-starfive_5.12.bb +++ b/recipes-kernel/linux/linux-starfive_5.12.bb @@ -3,7 +3,7 @@ SUMMARY = "An example kernel recipe that uses the linux-yocto and oe-core" inherit kernel require recipes-kernel/linux/linux-yocto.inc -SRC_URI = "git://github.com/esmil/linux.git;protocol=git;branch=starlight-5.12.y \ +SRC_URI = "git://github.com/esmil/linux.git;protocol=https;branch=starlight-5.12.y \ file://0001-riscv-Use-mno-relax-when-using-lld-linker.patch \ file://extra.cfg \ file://modules.cfg \