diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 21:11:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:51:57 +0000 |
commit | 0e0c9ed7c56181afdad8e921c120bf503b9189b5 (patch) | |
tree | e06a51b25d73957cc3becd108f0156ee9c44bff2 /meta-yocto-bsp/conf/machine/include | |
parent | 9d66f327fb61152adaed7f1184297c3ddc0f2a33 (diff) | |
download | poky-0e0c9ed7c56181afdad8e921c120bf503b9189b5.tar.gz |
genericx86: Use new x86 tune files
Use the new names for the x86 tunes files (x86 instead of ia32).
(From meta-yocto rev: 45f99cb7faa219b37da09fb1080f24457e0c78b5)
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>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/include')
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index c5ef35864b..66bfd194da 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
@@ -1,16 +1,16 @@ | |||
1 | include conf/machine/include/ia32-base.inc | 1 | include conf/machine/include/x86-base.inc |
2 | MACHINE_FEATURES += "wifi efi pcbios" | 2 | MACHINE_FEATURES += "wifi efi pcbios" |
3 | 3 | ||
4 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 4 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
5 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 5 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
7 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 7 | XSERVER ?= "${XSERVER_X86_BASE} \ |
8 | ${XSERVER_IA32_EXT} \ | 8 | ${XSERVER_X86_EXT} \ |
9 | ${XSERVER_IA32_I915} \ | 9 | ${XSERVER_X86_I915} \ |
10 | ${XSERVER_IA32_I965} \ | 10 | ${XSERVER_X86_I965} \ |
11 | ${XSERVER_IA32_FBDEV} \ | 11 | ${XSERVER_X86_FBDEV} \ |
12 | ${XSERVER_IA32_VESA} \ | 12 | ${XSERVER_X86_VESA} \ |
13 | ${XSERVER_IA32_MODESETTING} \ | 13 | ${XSERVER_X86_MODESETTING} \ |
14 | " | 14 | " |
15 | 15 | ||
16 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d eee-acpi-scripts" | 16 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d eee-acpi-scripts" |