blob: 2a4760c7177d073fec1f00105658c5d796405e66 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001# For runqemu
2IMAGE_CLASSES += "qemuboot"
Brad Bishop393846f2019-05-20 12:24:11 -04003QB_CPU_x86 = "-cpu core2duo"
4QB_CPU_KVM_x86 = "-cpu core2duo"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06005
Patrick Williamsc0f7c042017-02-23 20:41:17 -06006QB_CPU_x86-64 = "-cpu core2duo"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007QB_CPU_KVM_x86-64 = "-cpu core2duo"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06008
9QB_AUDIO_DRV = "alsa"
10QB_AUDIO_OPT = "-soundhw ac97,es1370"
Andrew Geissler82c905d2020-04-13 13:39:40 -050011QB_KERNEL_CMDLINE_APPEND = "oprofile.timer=1"
Andrew Geisslerd25ed322020-06-27 00:28:28 -050012QB_OPT_APPEND = "-usb -device usb-tablet"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013