From 5f67993caf7eb3423c965259fedaa91e0734cdd0 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 4 Sep 2014 15:21:33 -0700 Subject: 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 Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay.conf | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-crownbay/conf/machine/crownbay.conf (limited to 'meta-crownbay/conf/machine/crownbay.conf') 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 @@ -#@TYPE: Machine -#@NAME: crownbay - -#@WEBTITLE: Intel Atom E6xx Processor With Intel EG20T Controller Hub Development Kit (Crown Bay) With Proprietary IEMGD Accelerated Graphics - -#@DESCRIPTION: Machine configuration for Crown Bay systems -# i.e. E660 + EG20T - -PREFERRED_VERSION_linux-yocto ?= "3.10%" - -require conf/machine/include/intel-core2-32-common.inc -require conf/machine/include/meta-intel.inc -require conf/machine/include/meta-intel-emgd.inc - -MACHINE_FEATURES += "va-impl-mixvideo" - -MACHINE_HWCODECS ?= "va-intel" -XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \ - emgd-gst-plugins-mixvideo gst-va-intel" - -XSERVER ?= "${XSERVER_X86_BASE} \ - ${XSERVER_X86_EXT} \ - ${XSERVER_X86_EMGD} \ - " - -PREFERRED_VERSION_xserver-xorg ?= "1.9.3" -PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3" -PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" -PREFERRED_VERSION_emgd-driver-bin ?= "1.18" -PREFERRED_VERSION_libva ?= "1.0.16" - -APPEND += "video=vesafb vga=0x318 vmalloc=256MB" -- cgit v1.2.3-54-g00ecf