1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

qemu: Set SMP to 4 cpus for arm/x86 only

Only qemux86* and qemuarm* support SMP with our current configurations so
rework qemu SMP enabling to account for that and only use it on the architectures
where it works.

(From OE-Core rev: ee371325ce651cc113e43bdeb5d8986d5b84a3f4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-05-08 10:42:22 +01:00
parent 1584108bdc
commit 34e1bea0e8
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
# See "runqemu help" for more info
QB_MEM ?= "-m 256"
QB_SMP ?= "-smp 4"
QB_SMP ?= ""
QB_SERIAL_OPT ?= "-serial mon:stdio -serial null"
QB_DEFAULT_KERNEL ?= "${KERNEL_IMAGETYPE}"
QB_DEFAULT_FSTYPE ?= "ext4"