[oe-commits] [openembedded-core] 04/05: qemux86: Allow higher tunes

git at git.openembedded.org git at git.openembedded.org
Tue Apr 30 14:48:04 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0be64e54a0e67472eaff9c794a33d76971c9b1a3
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Tue Apr 30 08:51:09 2019 -0500

    qemux86: Allow higher tunes
    
    Allows the qemux86 machine to be tuned all the way up to an i7 if
    desired by overriding DEFAULTTUNE. The default if unspecified is left at
    i586.
    
    This can be useful for enabling advanced processor features like SSE if
    desired or required by various packages.
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/qemux86.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index ae5187c..f2434a4 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -8,7 +8,9 @@ PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa"
 PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
 
 require conf/machine/include/qemu.inc
-require conf/machine/include/tune-i586.inc
+DEFAULTTUNE ?= "i586"
+X86ARCH32 ?= "i586"
+require conf/machine/include/tune-corei7.inc
 require conf/machine/include/qemuboot-x86.inc
 
 UBOOT_MACHINE ?= "qemu-x86_defconfig"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list