mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-bsp/qemu-cortex-a53: run testimage
Make the changes necessary to get testimage working and run it as part of CI Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -9,9 +9,10 @@ TCLIBC = "newlib"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-aarch64"
|
||||
QB_MACHINE = "-machine virt"
|
||||
QB_MACHINE = "-machine virt,secure=on,gic-version=3"
|
||||
QB_CPU = "-cpu cortex-a53"
|
||||
QB_OPT_APPEND = "-nographic -vga none"
|
||||
QB_OPT_APPEND = "-icount shift=4,align=off,sleep=on -rtc clock=vm"
|
||||
|
||||
# Zephyr RTOS settings
|
||||
ZEPHYR_BOARD = "qemu_cortex_a53"
|
||||
|
||||
Reference in New Issue
Block a user