From: Bruce Ashfield <[email protected]> We are seeing intermittent boot hangs with x86. Once of the last messages in failing logs is secondary cpu startup.
Dropping us down to smp for testing to see if the hangs start to go away with smp removed. Signed-off-by: Bruce Ashfield <[email protected]> --- meta/conf/machine/include/x86/qemuboot-x86.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/x86/qemuboot-x86.inc b/meta/conf/machine/include/x86/qemuboot-x86.inc index 6ae03633ae..54a12119a7 100644 --- a/meta/conf/machine/include/x86/qemuboot-x86.inc +++ b/meta/conf/machine/include/x86/qemuboot-x86.inc @@ -1,6 +1,6 @@ # For runqemu IMAGE_CLASSES += "qemuboot" -QB_SMP ?= "-smp 4" +QB_SMP ?= "" QB_CPU:x86 ?= "-cpu IvyBridge -machine q35,i8042=off" QB_CPU_KVM:x86 ?= "-cpu IvyBridge -machine q35,i8042=off" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#182520): https://lists.openembedded.org/g/openembedded-core/message/182520 Mute This Topic: https://lists.openembedded.org/mt/99414662/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
