mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
QB_SMP: allow user modification
Allow a user to override the QM_SMP value giving them the opportunity to select for themselves the number of CPUs to use in qemu. (From OE-Core rev: 70a91e6d0357149c00b97f7e66e16cbc52997a92) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
84f3d39dd2
commit
9e0145df7a
@@ -16,7 +16,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine virt,highmem=off"
|
||||
QB_CPU = "-cpu cortex-a15"
|
||||
QB_SMP = "-smp 4"
|
||||
QB_SMP ?= "-smp 4"
|
||||
# Standard Serial console
|
||||
QB_KERNEL_CMDLINE_APPEND = "vmalloc=256"
|
||||
# For graphics to work we need to define the VGA device as well as the necessary USB devices
|
||||
|
||||
Reference in New Issue
Block a user