diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 17:58:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:50:54 +0000 |
commit | 9261d5873912f7484c8fe5d8c4fac93bfbc2ef78 (patch) | |
tree | ee6b8c86ff20a2cf32cda6f53c2ea58aa4714c40 /meta/conf/machine/qemux86-64.conf | |
parent | a9e78681f983afe235f1bff77fd45ded538c931b (diff) | |
download | poky-9261d5873912f7484c8fe5d8c4fac93bfbc2ef78.tar.gz |
qemux86_64: Use the core2-64 tune
As x86_64 has been "demoted" to an ABI definition rather than a concrete
tune file, replace it with core2-64 for the qemux86-64 machine.
(From OE-Core rev: 65c1ba225a410d2ee1913d55c6f986db9f54cc8e)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index c572225f8b..6533e56b59 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
@@ -8,7 +8,8 @@ PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" | |||
8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" | 8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" |
9 | 9 | ||
10 | require conf/machine/include/qemu.inc | 10 | require conf/machine/include/qemu.inc |
11 | require conf/machine/include/tune-x86_64.inc | 11 | DEFAULTTUNE ?= "core2-64" |
12 | require conf/machine/include/tune-core2.inc | ||
12 | 13 | ||
13 | KERNEL_IMAGETYPE = "bzImage" | 14 | KERNEL_IMAGETYPE = "bzImage" |
14 | 15 | ||