From 64fb12a4fe90bfe40b1146d8e00414f4894787cf Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 21 Jun 2022 19:25:33 +0900 Subject: [PATCH] qemu: Update to QEMU 7.0 release This commit updates the QEMU version to 7.0.0. QEMU 7.0 is required to support the new ratified RISC-V extensions such as Zve* and Zb*. Signed-off-by: Stephanos Ioannidis --- meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb b/meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb index 4e70c3d6..ba9a65a3 100644 --- a/meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb +++ b/meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb @@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" -SRCREV = "d68d2375d820106e38aad330aad46495a2dde885" +SRCREV = "2cc2e86de6e0e4316265d34e8e935afade8c422e" SRC_URI = "git://github.com/zephyrproject-rtos/qemu.git;protocol=https;nobranch=1 \ https://github.com/zephyrproject-rtos/seabios/releases/download/zephyr-v1.0.0/bios-128k.bin;name=bios-128k \ https://github.com/zephyrproject-rtos/seabios/releases/download/zephyr-v1.0.0/bios-256k.bin;name=bios-256k \