diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-10 11:07:09 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-18 21:14:07 +0100 |
| commit | e620ace671e8d204636a5d74d4fda4fdd0e5e6d8 (patch) | |
| tree | cc966d9cb826393318b7e545ff7c8852b0d4bfa0 /meta | |
| parent | 36c6209b323bb15f7ab366d4a503012d1f43eb6b (diff) | |
| download | poky-e620ace671e8d204636a5d74d4fda4fdd0e5e6d8.tar.gz | |
Revert "qemux86-64: Reduce tuning to core2-64"
This was originally applied as our autobuilder had older hardware and couldn't
cope with the newer settings. This has been resolved in the new cluster so we
can go back to the newer tuning, which software is now more likely to need.
This reverts commit 369b1dfa28b1791d45f068acc765190defecd460.
(From OE-Core rev: c9585bb8689b6089ce3870910b2dbdb7e9aa547a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/machine/include/x86/qemuboot-x86.inc | 4 | ||||
| -rw-r--r-- | meta/conf/machine/qemux86-64.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/machine/include/x86/qemuboot-x86.inc b/meta/conf/machine/include/x86/qemuboot-x86.inc index 6ae03633ae..82ef4a0b73 100644 --- a/meta/conf/machine/include/x86/qemuboot-x86.inc +++ b/meta/conf/machine/include/x86/qemuboot-x86.inc | |||
| @@ -4,8 +4,8 @@ QB_SMP ?= "-smp 4" | |||
| 4 | QB_CPU:x86 ?= "-cpu IvyBridge -machine q35,i8042=off" | 4 | QB_CPU:x86 ?= "-cpu IvyBridge -machine q35,i8042=off" |
| 5 | QB_CPU_KVM:x86 ?= "-cpu IvyBridge -machine q35,i8042=off" | 5 | QB_CPU_KVM:x86 ?= "-cpu IvyBridge -machine q35,i8042=off" |
| 6 | 6 | ||
| 7 | QB_CPU:x86-64 ?= "-cpu IvyBridge -machine q35,i8042=off" | 7 | QB_CPU:x86-64 ?= "-cpu Skylake-Client -machine q35,i8042=off" |
| 8 | QB_CPU_KVM:x86-64 ?= "-cpu IvyBridge -machine q35,i8042=off" | 8 | QB_CPU_KVM:x86-64 ?= "-cpu Skylake-Client -machine q35,i8042=off" |
| 9 | 9 | ||
| 10 | QB_AUDIO_DRV = "alsa" | 10 | QB_AUDIO_DRV = "alsa" |
| 11 | QB_AUDIO_OPT = "-device AC97" | 11 | QB_AUDIO_OPT = "-device AC97" |
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 62108b703b..8aac7634b7 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #@DESCRIPTION: Machine configuration for running an x86-64 system on QEMU | 3 | #@DESCRIPTION: Machine configuration for running an x86-64 system on QEMU |
| 4 | 4 | ||
| 5 | require conf/machine/include/qemu.inc | 5 | require conf/machine/include/qemu.inc |
| 6 | DEFAULTTUNE ?= "core2-64" | 6 | DEFAULTTUNE ?= "x86-64-v3" |
| 7 | require conf/machine/include/x86/tune-x86-64-v3.inc | 7 | require conf/machine/include/x86/tune-x86-64-v3.inc |
| 8 | require conf/machine/include/x86/qemuboot-x86.inc | 8 | require conf/machine/include/x86/qemuboot-x86.inc |
| 9 | 9 | ||
