Skip to content

Commit 4ff0b94

Browse files
committed
meta-zephyr-sdk: qemu: Use QEMU submodule
Use 'qemu' submodule as the source for building QEMU. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent db96c92 commit 4ff0b94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ inherit pkgconfig systemd python3native
3737
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
3838
file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f"
3939

40-
SRCREV = "37b8667bf62f568167b0ef28aa7e6a0878218ae7"
41-
SRC_URI = "gitsm://github.com/zephyrproject-rtos/qemu.git;protocol=https;nobranch=1 \
40+
SRCREV = "${AUTOREV}"
41+
SRC_URI = "gitsm://github.com/zephyrproject-rtos/sdk-ng.git;protocol=https;branch=main \
4242
file://powerpc_rom.bin \
4343
file://run-ptest \
4444
file://qemu-guest-agent.init \
4545
file://qemu-guest-agent.udev \
4646
"
4747

48-
S = "${WORKDIR}/git"
48+
S = "${WORKDIR}/git/qemu"
4949

5050
CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default."
5151

0 commit comments

Comments
 (0)