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-n450/conf/machine/n450.conf | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-n450/conf/machine/n450.conf (limited to 'meta-n450/conf/machine/n450.conf') diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf deleted file mode 100644 index fa45ecb6..00000000 --- a/meta-n450/conf/machine/n450.conf +++ /dev/null @@ -1,21 +0,0 @@ -#@TYPE: Machine -#@NAME: n450 - -#@WEBTITLE: Intel Atom N450 Processor with Intel 82801 HM I/O Controller Compute Module (Luna Pier) with Intel Compute Module Mini-ITX Carrier - -#@DESCRIPTION: Machine configuration for Intel Embedded Development Board 1-N450 - -PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.10%" - -require conf/machine/include/intel-core2-32-common.inc -require conf/machine/include/intel-common-pkgarch.inc - -XSERVER ?= "${XSERVER_X86_BASE} \ - ${XSERVER_X86_EXT} \ - ${XSERVER_X86_I915} \ - " - -SYSLINUX_OPTS = "serial 0 115200" -SERIAL_CONSOLE = "115200 ttyS0" -APPEND += "console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf