From 1d6b218a45e43441ca6299b899c4d84ec976082c Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Fri, 8 Feb 2013 14:18:58 -0800 Subject: cedartrail: remove BSP Cedartrail will not be supported in the Yocto 1.4 Release. Remove it from meta-intel. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- meta-cedartrail/conf/machine/cedartrail.conf | 29 ---------------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta-cedartrail/conf/machine/cedartrail.conf (limited to 'meta-cedartrail/conf/machine/cedartrail.conf') diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail/conf/machine/cedartrail.conf deleted file mode 100644 index a5fa0f0b..00000000 --- a/meta-cedartrail/conf/machine/cedartrail.conf +++ /dev/null @@ -1,29 +0,0 @@ -#@TYPE: Machine -#@NAME: cedartrail - -#@WEBTITLE: Intel Atom N2600/N2800/D2550 (Formerly Cedarview) Processor with NM10 Chipset (Cedar Trail Platform) and PVR Accelerated Graphics - -#@DESCRIPTION: Machine configuration for Cedar Trail systems -# i.e. N2600/N2800/D2550 + NM10 - -require conf/machine/include/tune-atom.inc -require conf/machine/include/ia32-base.inc - -MACHINE_FEATURES += "pcbios efi va-impl-intel" - -XSERVER ?= "${XSERVER_IA32_BASE} \ - ${XSERVER_IA32_EXT} \ - cdv-pvr-driver \ - " -PREFERRED_VERSION_linux-yocto ?= "3.0%" -PREFERRED_VERSION_xserver-xorg ?= "1.9.3" -PREFERRED_VERSION_mesa-dri ?= "8.0.4" -PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" - -SYSLINUX_OPTS = "serial 0 115200" -SERIAL_CONSOLE = "115200 ttyS0" -APPEND += "console=ttyS0,115200 console=tty0" - -VA_FEATURES ?= "gst-va-intel va-intel" - -MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" -- cgit v1.2.3-54-g00ecf