mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
qemu-cortex-a9: Fix runqemu errors
Fix below runqemu errors for qemu-cortex-a9 machine. runqemu - ERROR - Failed to run qemu: qemu-system-arm: -device virtio-rng-pci,rng=rng0: No 'PCI' bus found for device 'virtio-rng-pci' Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
This commit is contained in:
committed by
Lee Chee Yang
parent
20fdef3ce3
commit
1672b7f892
@@ -14,6 +14,7 @@ QB_MACHINE = "-machine xilinx-zynq-a9"
|
||||
QB_CPU = "-cpu cortex-a9"
|
||||
QB_GRAPHICS = "-nographic -vga none"
|
||||
QB_OPT_APPEND = "-icount shift=3,align=off,sleep=off -rtc clock=vm"
|
||||
QB_RNG = ""
|
||||
|
||||
# Zephyr RTOS settings
|
||||
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
|
||||
Reference in New Issue
Block a user