diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/qemuboot.bbclass | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/qemuboot-x86.inc | 1 | ||||
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 1 | ||||
-rw-r--r-- | meta/conf/machine/qemuarm64.conf | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 0fdd10099c..2b50ddaa22 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
@@ -83,7 +83,7 @@ | |||
83 | # See "runqemu help" for more info | 83 | # See "runqemu help" for more info |
84 | 84 | ||
85 | QB_MEM ?= "-m 256" | 85 | QB_MEM ?= "-m 256" |
86 | QB_SMP ?= "-smp 4" | 86 | QB_SMP ?= "" |
87 | QB_SERIAL_OPT ?= "-serial mon:stdio -serial null" | 87 | QB_SERIAL_OPT ?= "-serial mon:stdio -serial null" |
88 | QB_DEFAULT_KERNEL ?= "${KERNEL_IMAGETYPE}" | 88 | QB_DEFAULT_KERNEL ?= "${KERNEL_IMAGETYPE}" |
89 | QB_DEFAULT_FSTYPE ?= "ext4" | 89 | QB_DEFAULT_FSTYPE ?= "ext4" |
diff --git a/meta/conf/machine/include/qemuboot-x86.inc b/meta/conf/machine/include/qemuboot-x86.inc index 2a4760c717..9b1e1c4975 100644 --- a/meta/conf/machine/include/qemuboot-x86.inc +++ b/meta/conf/machine/include/qemuboot-x86.inc | |||
@@ -1,5 +1,6 @@ | |||
1 | # For runqemu | 1 | # For runqemu |
2 | IMAGE_CLASSES += "qemuboot" | 2 | IMAGE_CLASSES += "qemuboot" |
3 | QB_SMP = "-smp 4" | ||
3 | QB_CPU_x86 = "-cpu core2duo" | 4 | QB_CPU_x86 = "-cpu core2duo" |
4 | QB_CPU_KVM_x86 = "-cpu core2duo" | 5 | QB_CPU_KVM_x86 = "-cpu core2duo" |
5 | 6 | ||
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index e5ec4cc065..34fcde698c 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -16,6 +16,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | |||
16 | QB_SYSTEM_NAME = "qemu-system-arm" | 16 | QB_SYSTEM_NAME = "qemu-system-arm" |
17 | QB_MACHINE = "-machine virt,highmem=off" | 17 | QB_MACHINE = "-machine virt,highmem=off" |
18 | QB_CPU = "-cpu cortex-a15" | 18 | QB_CPU = "-cpu cortex-a15" |
19 | QB_SMP = "-smp 4" | ||
19 | # Standard Serial console | 20 | # Standard Serial console |
20 | QB_KERNEL_CMDLINE_APPEND = "vmalloc=256" | 21 | QB_KERNEL_CMDLINE_APPEND = "vmalloc=256" |
21 | # For graphics to work we need to define the VGA device as well as the necessary USB devices | 22 | # For graphics to work we need to define the VGA device as well as the necessary USB devices |
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf index 51f7ecdcfd..150a0744eb 100644 --- a/meta/conf/machine/qemuarm64.conf +++ b/meta/conf/machine/qemuarm64.conf | |||
@@ -16,6 +16,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | |||
16 | QB_SYSTEM_NAME = "qemu-system-aarch64" | 16 | QB_SYSTEM_NAME = "qemu-system-aarch64" |
17 | QB_MACHINE = "-machine virt" | 17 | QB_MACHINE = "-machine virt" |
18 | QB_CPU = "-cpu cortex-a57" | 18 | QB_CPU = "-cpu cortex-a57" |
19 | QB_SMP = "-smp 4" | ||
19 | QB_CPU_KVM = "-cpu host -machine gic-version=3" | 20 | QB_CPU_KVM = "-cpu host -machine gic-version=3" |
20 | # For graphics to work we need to define the VGA device as well as the necessary USB devices | 21 | # For graphics to work we need to define the VGA device as well as the necessary USB devices |
21 | QB_GRAPHICS = "-device VGA,edid=on" | 22 | QB_GRAPHICS = "-device VGA,edid=on" |