blob: d3b91070a852ec1f0a9e7491fb6dcd78e86bbdae [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001# For runqemu
2IMAGE_CLASSES += "qemuboot"
William A. Kennington IIIac69b482021-06-02 12:28:27 -07003QB_SMP = "-smp 4"
Patrick Williams213cb262021-08-07 19:21:33 -05004QB_CPU:x86 = "-cpu IvyBridge -machine q35"
5QB_CPU_KVM:x86 = "-cpu IvyBridge -machine q35"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06006
Patrick Williams213cb262021-08-07 19:21:33 -05007QB_CPU:x86-64 = "-cpu IvyBridge -machine q35"
8QB_CPU_KVM:x86-64 = "-cpu IvyBridge -machine q35"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06009
10QB_AUDIO_DRV = "alsa"
11QB_AUDIO_OPT = "-soundhw ac97,es1370"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070012QB_KERNEL_CMDLINE_APPEND = "oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1"
Andrew Geisslerd25ed322020-06-27 00:28:28 -050013QB_OPT_APPEND = "-usb -device usb-tablet"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014