summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuppc64.conf
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2023-02-21 15:44:44 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-23 12:10:09 +0000
commit70a91e6d0357149c00b97f7e66e16cbc52997a92 (patch)
treef59b5b5608ebd04ac1d6efa34a932b72d43ed968 /meta/conf/machine/qemuppc64.conf
parent2f8c20ab6750bd900b28e6468493cbd010144050 (diff)
downloadopenembedded-core-70a91e6d0357149c00b97f7e66e16cbc52997a92.tar.gz
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. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemuppc64.conf')
-rw-r--r--meta/conf/machine/qemuppc64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuppc64.conf b/meta/conf/machine/qemuppc64.conf
index 7709339313..2fbd26a6f9 100644
--- a/meta/conf/machine/qemuppc64.conf
+++ b/meta/conf/machine/qemuppc64.conf
@@ -13,7 +13,7 @@ SERIAL_CONSOLES ?= "115200;hvc0"
QB_SYSTEM_NAME = "qemu-system-ppc64"
QB_MACHINE = "-machine pseries"
QB_CPU = "-cpu POWER9"
-QB_SMP = "-smp 2"
+QB_SMP ?= "-smp 2"
QB_NFSROOTFS_EXTRA_OPT = "wsize=524288,rsize=524288"
QB_KERNEL_CMDLINE_APPEND = "console=hvc0 nohugevmalloc"