mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-13 12:49:32 +02:00
qemu-*.conf: support for qemuboot
Add support to run qemus using runqemu. All qemu machines will inherit the bbclass "zephyr-qemuboot", which is responsible to set up everything that is needed in order to use "runqemu". Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
require conf/machine/include/qemu.inc
|
||||
require conf/machine/include/tune-cortexm3.inc
|
||||
|
||||
# For runqemu (TBD)
|
||||
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine lm3s6965evb"
|
||||
QB_OPT_APPEND = "-nographic -vga none -cpu=cortex-m3"
|
||||
QB_OPT_APPEND = "-nographic -vga none"
|
||||
QB_CPU = "-cpu cortex-m3"
|
||||
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
require conf/machine/include/qemu.inc
|
||||
require conf/machine/include/tune-nios2.inc
|
||||
|
||||
# For runqemu (TBD)
|
||||
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-nios2"
|
||||
QB_MACHINE = "-machine altera_10m50_zephyr"
|
||||
QB_OPT_APPEND = "-nographic -cpu=nios2"
|
||||
QB_OPT_APPEND = "-nographic"
|
||||
QB_CPU = "-cpu nios2"
|
||||
|
||||
@@ -5,7 +5,11 @@
|
||||
require conf/machine/include/qemu.inc
|
||||
require conf/machine/include/tune-i586.inc
|
||||
|
||||
# For runqemu (TBD)
|
||||
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-i386"
|
||||
QB_MACHINE = "-machine pc-0.14"
|
||||
QB_OPT_APPEND = "-nographic -display none -clock dynticks -no-acpi -balloon none"
|
||||
QB_CPU_x86 = "-cpu qemu32"
|
||||
QB_CPU_KVM_x86 = "-cpu kvm32"
|
||||
|
||||
Reference in New Issue
Block a user