diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-09-04 15:03:22 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-09-16 20:11:53 -0500 |
commit | db201e33a439bff71970edabc23659dccf5769fb (patch) | |
tree | b94d078aceff44cc6e572442ceef76f2d592ab37 /meta-emenlow/conf | |
parent | 200ebb54f46f364e7eb1738c5e993374f03f407d (diff) | |
download | meta-intel-db201e33a439bff71970edabc23659dccf5769fb.tar.gz |
Remove emenlow machine support
The emenlow machine has been retired with this commit. This does not affect
the emenlow-noemgd machine and it is supported as usual.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-emenlow/conf')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf deleted file mode 100644 index 502d196a..00000000 --- a/meta-emenlow/conf/machine/emenlow.conf +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: emenlow | ||
3 | |||
4 | #@WEBTITLE: Intel Atom Z5xx Processor With Intel US15W Controller Hub (eMenlow) | ||
5 | |||
6 | #@DESCRIPTION: Machine configuration for eMenlow based systems, like the | ||
7 | # Webs-2120 box. | ||
8 | |||
9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
10 | |||
11 | require conf/machine/include/intel-core2-32-common.inc | ||
12 | require conf/machine/include/meta-intel.inc | ||
13 | require conf/machine/include/meta-intel-emgd.inc | ||
14 | |||
15 | MACHINE_FEATURES += "va-impl-mixvideo" | ||
16 | |||
17 | MACHINE_HWCODECS ?= "va-intel" | ||
18 | XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \ | ||
19 | emgd-gst-plugins-mixvideo gst-va-intel" | ||
20 | |||
21 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
22 | ${XSERVER_X86_EXT} \ | ||
23 | ${XSERVER_X86_EMGD} \ | ||
24 | " | ||
25 | |||
26 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | ||
27 | PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" | ||
28 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | ||
29 | PREFERRED_VERSION_emgd-driver-bin ?= "1.18" | ||
30 | PREFERRED_VERSION_libva ?= "1.0.16" | ||
31 | |||
32 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB reboot=pci" | ||