summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf/machine/crownbay.conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-09-04 15:21:33 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-16 20:12:01 -0500
commit5f67993caf7eb3423c965259fedaa91e0734cdd0 (patch)
tree763076d4981d56c31dcbfacd54e144dc22f2feef /meta-crownbay/conf/machine/crownbay.conf
parentdb201e33a439bff71970edabc23659dccf5769fb (diff)
downloadmeta-intel-5f67993caf7eb3423c965259fedaa91e0734cdd0.tar.gz
Remove crownbay machine support
The crownbay machine has been retired with this commit. This does not affect the crownbay-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-crownbay/conf/machine/crownbay.conf')
-rw-r--r--meta-crownbay/conf/machine/crownbay.conf32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
deleted file mode 100644
index 9298ef2e..00000000
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ /dev/null
@@ -1,32 +0,0 @@
1#@TYPE: Machine
2#@NAME: crownbay
3
4#@WEBTITLE: Intel Atom E6xx Processor With Intel EG20T Controller Hub Development Kit (Crown Bay) With Proprietary IEMGD Accelerated Graphics
5
6#@DESCRIPTION: Machine configuration for Crown Bay systems
7# i.e. E660 + EG20T
8
9PREFERRED_VERSION_linux-yocto ?= "3.10%"
10
11require conf/machine/include/intel-core2-32-common.inc
12require conf/machine/include/meta-intel.inc
13require conf/machine/include/meta-intel-emgd.inc
14
15MACHINE_FEATURES += "va-impl-mixvideo"
16
17MACHINE_HWCODECS ?= "va-intel"
18XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \
19 emgd-gst-plugins-mixvideo gst-va-intel"
20
21XSERVER ?= "${XSERVER_X86_BASE} \
22 ${XSERVER_X86_EXT} \
23 ${XSERVER_X86_EMGD} \
24 "
25
26PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
27PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3"
28PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
29PREFERRED_VERSION_emgd-driver-bin ?= "1.18"
30PREFERRED_VERSION_libva ?= "1.0.16"
31
32APPEND += "video=vesafb vga=0x318 vmalloc=256MB"