summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-11 11:40:05 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-14 08:13:32 +0100
commit9175df4ee7140cb155506339fa7009b51456ce2e (patch)
tree5f3fbc56243592e596c1c0700c8eb88d1b3e79f4 /meta/conf/machine
parenta9e80e935c4734f498bd37d58abb4af4418cdc2f (diff)
downloadpoky-9175df4ee7140cb155506339fa7009b51456ce2e.tar.gz
qemux86-64: Allow higher tunes
Back in 0be64e54a0e6 ("qemux86: Allow higher tunes") we moved the qemux86 machine to using the core-i7 tune file, for maximum flexibility and to allow for enabling advanced processor features if desired or required by various packagess, without changing the default tune. Do the same now for qemux86-64. Cc: Joshua Watt <JPEWhacker@gmail.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: a7411f5964f2e8384768b0a5e67817b3adc0ae8c) Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/qemux86-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 901353499c..8640867911 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa"
10 10
11require conf/machine/include/qemu.inc 11require conf/machine/include/qemu.inc
12DEFAULTTUNE ?= "core2-64" 12DEFAULTTUNE ?= "core2-64"
13require conf/machine/include/x86/tune-core2.inc 13require conf/machine/include/x86/tune-corei7.inc
14require conf/machine/include/x86/qemuboot-x86.inc 14require conf/machine/include/x86/qemuboot-x86.inc
15 15
16UBOOT_MACHINE ?= "qemu-x86_64_defconfig" 16UBOOT_MACHINE ?= "qemu-x86_64_defconfig"