From d6be7444f56319949ce6430f2b976fb2f1c5e412 Mon Sep 17 00:00:00 2001 From: "sungwon.pino" Date: Tue, 13 Nov 2018 22:30:12 +0900 Subject: [PATCH] riscv-spike : Update to the latest version Update to the latest version of the RISC-V Spike ISA Simulator. Signed-off-by: pino-kim --- 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 012442b..b86f5f7 100644 --- a/recipes-devtools/riscv-tools/riscv-spike.bb +++ b/recipes-devtools/riscv-tools/riscv-spike.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" -SRCREV = "d48f107dba6a96fb827cb47fdf290261feadeb35" +SRCREV = "65c8ac48af16235097084b413c10c7bff576b331" SRC_URI = "git://github.com/riscv/riscv-isa-sim.git \ file://spike-makefile.patch"