diff options
Diffstat (limited to 'meta/conf/machine/include')
| -rw-r--r-- | meta/conf/machine/include/riscv/qemuriscv.inc | 2 | ||||
| -rw-r--r-- | meta/conf/machine/include/x86/qemuboot-x86.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index 1d32b4a582..c977a266ca 100644 --- a/meta/conf/machine/include/riscv/qemuriscv.inc +++ b/meta/conf/machine/include/riscv/qemuriscv.inc | |||
| @@ -26,7 +26,7 @@ UBOOT_ENTRYPOINT:riscv32 = "0x80400000" | |||
| 26 | UBOOT_ENTRYPOINT:riscv64 = "0x80200000" | 26 | UBOOT_ENTRYPOINT:riscv64 = "0x80200000" |
| 27 | 27 | ||
| 28 | # qemuboot options | 28 | # qemuboot options |
| 29 | QB_SMP = "-smp 4" | 29 | QB_SMP ?= "-smp 4" |
| 30 | QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi" | 30 | QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi" |
| 31 | QB_MACHINE = "-machine virt" | 31 | QB_MACHINE = "-machine virt" |
| 32 | QB_DEFAULT_BIOS = "fw_jump.elf" | 32 | QB_DEFAULT_BIOS = "fw_jump.elf" |
diff --git a/meta/conf/machine/include/x86/qemuboot-x86.inc b/meta/conf/machine/include/x86/qemuboot-x86.inc index 3953679366..dd7e7c9384 100644 --- a/meta/conf/machine/include/x86/qemuboot-x86.inc +++ b/meta/conf/machine/include/x86/qemuboot-x86.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # For runqemu | 1 | # For runqemu |
| 2 | IMAGE_CLASSES += "qemuboot" | 2 | IMAGE_CLASSES += "qemuboot" |
| 3 | QB_SMP = "-smp 4" | 3 | QB_SMP ?= "-smp 4" |
| 4 | QB_CPU:x86 = "-cpu IvyBridge -machine q35,i8042=off" | 4 | QB_CPU:x86 = "-cpu IvyBridge -machine q35,i8042=off" |
| 5 | QB_CPU_KVM:x86 = "-cpu IvyBridge -machine q35,i8042=off" | 5 | QB_CPU_KVM:x86 = "-cpu IvyBridge -machine q35,i8042=off" |
| 6 | 6 | ||
