diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-11 11:40:05 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-14 08:13:32 +0100 |
commit | 9175df4ee7140cb155506339fa7009b51456ce2e (patch) | |
tree | 5f3fbc56243592e596c1c0700c8eb88d1b3e79f4 | |
parent | a9e80e935c4734f498bd37d58abb4af4418cdc2f (diff) | |
download | poky-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>
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 2 |
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 | ||
11 | require conf/machine/include/qemu.inc | 11 | require conf/machine/include/qemu.inc |
12 | DEFAULTTUNE ?= "core2-64" | 12 | DEFAULTTUNE ?= "core2-64" |
13 | require conf/machine/include/x86/tune-core2.inc | 13 | require conf/machine/include/x86/tune-corei7.inc |
14 | require conf/machine/include/x86/qemuboot-x86.inc | 14 | require conf/machine/include/x86/qemuboot-x86.inc |
15 | 15 | ||
16 | UBOOT_MACHINE ?= "qemu-x86_64_defconfig" | 16 | UBOOT_MACHINE ?= "qemu-x86_64_defconfig" |