aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-bsp/conf/machine/qemu-nios2.conf
blob: c41f505878e02c0f2a62f1de3de4eca6d1360a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#@TYPE: Machine
#@NAME: qemu-nios2
#@DESCRIPTION: Machine for Zephyr BOARD qemu_nios2

require conf/machine/include/qemu.inc
require conf/machine/include/tune-nios2.inc

ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"

# For runqemu
QB_SYSTEM_NAME = "qemu-system-nios2"
QB_MACHINE = "-machine altera_10m50_zephyr"
QB_OPT_APPEND = "-nographic"
QB_CPU = "-cpu nios2"

ARCH:qemu-nios2 = "nios2"

TCLIBC = "glibc"