Skip to content

Commit

Permalink
meta-zephyr-sdk: qemu: Pull in QEMU with semihosting fix
Browse files Browse the repository at this point in the history
Pulls in QEMU with semihosting module updated from v7.0.0 to v7.2.0.
This fixes issue with semihosting that wasn't waiting for completion
of one operation before starting another.

Signed-off-by: Adam Wojasinski <[email protected]>
  • Loading branch information
awojasinski authored and stephanosio committed Oct 23, 2024
1 parent 226da6b commit 66e5f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f"

SRCREV = "ffe03b7e85c17a3db65e53718b30393d2cf159ee"
SRCREV = "06740e68dcb2c2ae168875a730f233f5661eb8b6"
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 \
Expand Down

0 comments on commit 66e5f92

Please sign in to comment.