diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 21:06:30 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:14 -0800 |
| commit | 20915c9d4818ce322ae53fb70c7a2f9d5d746038 (patch) | |
| tree | 799df16bc9d4dd10753c42214aff591723113131 | |
| parent | c26b530855e06ffeace7db6187497f10b6034d6c (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-emenlow/conf/machine/emenlow-noemgd.conf | 9 | ||||
| -rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 9 |
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 | ||
| 8 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 8 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 9 | 9 | ||
| 10 | require conf/machine/include/tune-atom.inc | 10 | require conf/machine/include/intel-core2-32-common.inc |
| 11 | require conf/machine/include/ia32-base.inc | ||
| 12 | 11 | ||
| 13 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 12 | XSERVER ?= "${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 | ||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 10 | 10 | ||
| 11 | require conf/machine/include/tune-atom.inc | 11 | require conf/machine/include/intel-core2-32-common.inc |
| 12 | require conf/machine/include/ia32-base.inc | ||
| 13 | require conf/machine/include/meta-intel.inc | 12 | require conf/machine/include/meta-intel.inc |
| 14 | require conf/machine/include/meta-intel-emgd.inc | 13 | require conf/machine/include/meta-intel-emgd.inc |
| 15 | 14 | ||
| @@ -19,9 +18,9 @@ MACHINE_HWCODECS ?= "va-intel" | |||
| 19 | XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \ | 18 | XSERVERCODECS ?= "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 | ||
| 22 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 21 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 23 | ${XSERVER_IA32_EXT} \ | 22 | ${XSERVER_X86_EXT} \ |
| 24 | ${XSERVER_IA32_EMGD} \ | 23 | ${XSERVER_X86_EMGD} \ |
| 25 | " | 24 | " |
| 26 | 25 | ||
| 27 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | 26 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" |
