diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/machine/include/qemuboot-x86.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/machine/include/qemuboot-x86.inc b/meta/conf/machine/include/qemuboot-x86.inc index 06ac983d4d..acd03a1ce8 100644 --- a/meta/conf/machine/include/qemuboot-x86.inc +++ b/meta/conf/machine/include/qemuboot-x86.inc | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | # For runqemu | 1 | # For runqemu |
| 2 | IMAGE_CLASSES += "qemuboot" | 2 | IMAGE_CLASSES += "qemuboot" |
| 3 | QB_SYSTEM_NAME_x86 = "qemu-system-i386" | 3 | QB_SYSTEM_NAME_x86 = "qemu-system-i386" |
| 4 | QB_CPU_x86 = "-cpu qemu32" | 4 | QB_CPU_x86 = "-cpu pentium2" |
| 5 | QB_CPU_KVM_x86 = "-cpu kvm32" | 5 | QB_CPU_KVM_x86 = "-cpu pentium2" |
| 6 | 6 | ||
| 7 | QB_SYSTEM_NAME_x86-64 = "qemu-system-x86_64" | 7 | QB_SYSTEM_NAME_x86-64 = "qemu-system-x86_64" |
| 8 | QB_CPU_x86-64 = "-cpu core2duo" | 8 | QB_CPU_x86-64 = "-cpu core2duo" |
| 9 | QB_CPU_KVM_x86-64 = "-cpu kvm64" | 9 | QB_CPU_KVM_x86-64 = "-cpu core2duo" |
| 10 | 10 | ||
| 11 | QB_AUDIO_DRV = "alsa" | 11 | QB_AUDIO_DRV = "alsa" |
| 12 | QB_AUDIO_OPT = "-soundhw ac97,es1370" | 12 | QB_AUDIO_OPT = "-soundhw ac97,es1370" |
