From 9ca7cd3c2160573bbabcc115c5d7eaca9e5114dd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 10 Apr 2022 10:52:19 -0700 Subject: [PATCH] riscv-spike: Update SRC_URI point to new location use https protcol and branch=master explicitly as its now needed with github Signed-off-by: Khem Raj --- recipes-devtools/riscv-tools/riscv-spike.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/riscv-tools/riscv-spike.bb b/recipes-devtools/riscv-tools/riscv-spike.bb index 355cc7b..6ff80b6 100644 --- a/recipes-devtools/riscv-tools/riscv-spike.bb +++ b/recipes-devtools/riscv-tools/riscv-spike.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" SRCREV = "65c8ac48af16235097084b413c10c7bff576b331" -SRC_URI = "git://github.com/riscv/riscv-isa-sim.git \ +SRC_URI = "git://github.com/riscv-software-src/riscv-isa-sim;protocol=https;branch=master \ file://spike-makefile.patch" DEPENDS = "riscv-fesvr dtc-native"