Upgrade to thud
[AGL/meta-agl.git] / meta-agl-bsp / conf / machine / qemuarm.conf
1 #@TYPE: Machine
2 #@NAME: armv7a
3 #@DESCRIPTION: generic ARM 32bit
4
5 require conf/machine/include/qemu.inc
6 require conf/machine/include/arm/arch-armv7ve.inc
7
8 KERNEL_IMAGETYPE = "zImage"
9
10 SERIAL_CONSOLES ?= "38400;ttyAMA0 38400;hvc0"
11
12 # For runqemu
13 QB_SYSTEM_NAME = "qemu-system-arm"
14 QB_MACHINE = "-machine virt"
15
16 # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
17 QB_OPT_APPEND = "-show-cursor -usb -device virtio-rng-pci"
18 PREFERRED_VERSION_linux-yocto ??= "4.18%"