From 8d79fb4e0cec07fe05ca440578414eaa6be80a3a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 12 Mar 2014 12:12:32 -0700 Subject: Remove chiefriver, sys940x & n450 BSPs Configuration for the chiefriver, sys940x, sys940x-noemgd, n450 BSPs are deleted. The consolidated BSPs viz intel-corei7-64 and intel-core2-32 support these boards. As part of the usual retirement process, a heads-up email was sent to the meta-intel mailing list requesting any feedback regarding retirement of these BSPs. The community did not had any concerning feedback to reconsider the retirement decision. The MAINTAINERS file and the layer version of the meta-intel layer are updated to reflect removal of the BSPs. Signed-off-by: Nitin A Kamble CC: Darren Hart Reviewed-by: Darren Hart --- meta-sys940x/conf/layer.conf | 12 ---------- meta-sys940x/conf/machine/sys940x-noemgd.conf | 21 ----------------- meta-sys940x/conf/machine/sys940x.conf | 33 --------------------------- 3 files changed, 66 deletions(-) delete mode 100644 meta-sys940x/conf/layer.conf delete mode 100644 meta-sys940x/conf/machine/sys940x-noemgd.conf delete mode 100644 meta-sys940x/conf/machine/sys940x.conf (limited to 'meta-sys940x/conf') diff --git a/meta-sys940x/conf/layer.conf b/meta-sys940x/conf/layer.conf deleted file mode 100644 index b14be6db..00000000 --- a/meta-sys940x/conf/layer.conf +++ /dev/null @@ -1,12 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "sys940x" -BBFILE_PATTERN_sys940x := "^${LAYERDIR}/" -BBFILE_PRIORITY_sys940x = "6" - -LAYERDEPENDS_sys940x = "intel" diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf deleted file mode 100644 index ed6c7f49..00000000 --- a/meta-sys940x/conf/machine/sys940x-noemgd.conf +++ /dev/null @@ -1,21 +0,0 @@ -#@TYPE: Machine -#@NAME: sys940x-noemgd - -#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Open Source VESA Graphics for Inforce SYS940X systems. - -#@DESCRIPTION: Machine configuration for Inforce SYS940X systems, without Intel-proprietary graphics bits - -require conf/machine/include/intel-core2-32-common.inc - -# Add "pcbios" if you have a non-efi version of the firmware -MACHINE_FEATURES += "efi pcbios" - -PREFERRED_VERSION_linux-yocto ?= "3.10%" - -XSERVER ?= "${XSERVER_X86_BASE} \ - ${XSERVER_X86_EXT} \ - ${XSERVER_X86_VESA} \ - " - -SERIAL_CONSOLE = "115200 ttyS0" -APPEND += "console=ttyS0,115200 console=tty0" diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf deleted file mode 100644 index 04e77665..00000000 --- a/meta-sys940x/conf/machine/sys940x.conf +++ /dev/null @@ -1,33 +0,0 @@ -#@TYPE: Machine -#@NAME: sys940x - -#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics - -#@DESCRIPTION: Machine configuration for Inforce SYS940x systems - -require conf/machine/include/intel-core2-32-common.inc -require conf/machine/include/meta-intel.inc -require conf/machine/include/meta-intel-emgd.inc - -# Add "pcbios" if you have a non-efi version of the firmware -MACHINE_FEATURES += "efi pcbios gst-va-mixvideo" - -PREFERRED_VERSION_linux-yocto ?= "3.10%" - -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" - -SERIAL_CONSOLE = "115200 ttyS0" -APPEND += "console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf