summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-21 21:06:30 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:56:14 -0800
commit20915c9d4818ce322ae53fb70c7a2f9d5d746038 (patch)
tree799df16bc9d4dd10753c42214aff591723113131 /meta-emenlow
parentc26b530855e06ffeace7db6187497f10b6034d6c (diff)
downloadmeta-intel-20915c9d4818ce322ae53fb70c7a2f9d5d746038.tar.gz
emenlow: Use core2-32 tuning
The Z5xx Atom CPUs are supported by the core2 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/conf/machine/emenlow-noemgd.conf9
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf9
2 files changed, 8 insertions, 10 deletions
diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf
index 132fcc51..571e2f14 100644
--- a/meta-emenlow/conf/machine/emenlow-noemgd.conf
+++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf
@@ -7,10 +7,9 @@
7 7
8PREFERRED_VERSION_linux-yocto ?= "3.10%" 8PREFERRED_VERSION_linux-yocto ?= "3.10%"
9 9
10require conf/machine/include/tune-atom.inc 10require conf/machine/include/intel-core2-32-common.inc
11require conf/machine/include/ia32-base.inc
12 11
13XSERVER ?= "${XSERVER_IA32_BASE} \ 12XSERVER ?= "${XSERVER_X86_BASE} \
14 ${XSERVER_IA32_EXT} \ 13 ${XSERVER_X86_EXT} \
15 ${XSERVER_IA32_MODESETTING} \ 14 ${XSERVER_X86_MODESETTING} \
16 " 15 "
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index eeb39d8d..ebbde95d 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -8,8 +8,7 @@
8 8
9PREFERRED_VERSION_linux-yocto ?= "3.10%" 9PREFERRED_VERSION_linux-yocto ?= "3.10%"
10 10
11require conf/machine/include/tune-atom.inc 11require conf/machine/include/intel-core2-32-common.inc
12require conf/machine/include/ia32-base.inc
13require conf/machine/include/meta-intel.inc 12require conf/machine/include/meta-intel.inc
14require conf/machine/include/meta-intel-emgd.inc 13require conf/machine/include/meta-intel-emgd.inc
15 14
@@ -19,9 +18,9 @@ MACHINE_HWCODECS ?= "va-intel"
19XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \ 18XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \
20 emgd-gst-plugins-mixvideo gst-va-intel" 19 emgd-gst-plugins-mixvideo gst-va-intel"
21 20
22XSERVER ?= "${XSERVER_IA32_BASE} \ 21XSERVER ?= "${XSERVER_X86_BASE} \
23 ${XSERVER_IA32_EXT} \ 22 ${XSERVER_X86_EXT} \
24 ${XSERVER_IA32_EMGD} \ 23 ${XSERVER_X86_EMGD} \
25 " 24 "
26 25
27PREFERRED_VERSION_xserver-xorg ?= "1.9.3" 26PREFERRED_VERSION_xserver-xorg ?= "1.9.3"