mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 18:49:30 +02:00
qemu-cortex-m3.conf: Disable RNG passthrough
Qemu system does not passthroth RNG on x86 host. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -12,5 +12,6 @@ QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine lm3s6965evb"
|
||||
QB_OPT_APPEND = "-nographic -vga none"
|
||||
QB_CPU = "-cpu cortex-m3"
|
||||
QB_RNG = ""
|
||||
|
||||
ARCH_qemu-cortex-m3 = "arm"
|
||||
|
||||
Reference in New Issue
Block a user