Skip to content
Snippets Groups Projects
Commit 6e720ec0 authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

qemu, qemu_v8: set QEMU_SMP ?= 2


Use two vCPUs by default instead of one. This configuration is more
likely to trigger race conditions when testing.

Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 1b09eb76
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ run: all
ln -sf $(ROOT)/out-br/images/rootfs.cpio.gz $(BINARIES_PATH)/
$(MAKE) run-only
QEMU_SMP ?= 1
QEMU_SMP ?= 2
.PHONY: run-only
run-only:
......
......@@ -154,7 +154,7 @@ soc-term-clean:
run: all
$(MAKE) run-only
QEMU_SMP ?= 1
QEMU_SMP ?= 2
.PHONY: run-only
run-only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment