From f07eb379f9ab7afa816340d4523a505dbfe32fcb Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 9 Oct 2012 11:54:35 -0700 Subject: meta-fishriver: retire BSP This commit removes fishriver bsp from meta-intel layer. Fish-River-Island-2 hardware and BSP has made this Fish-River-Island hardware and BSP obsolete. Also we discussed this on the Yocto Execution Tracking Meeting, and to our knowledge no customer is using (cares about) this BSP now. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-fishriver/conf/layer.conf | 12 ------------ meta-fishriver/conf/machine/fishriver.conf | 17 ----------------- 2 files changed, 29 deletions(-) delete mode 100644 meta-fishriver/conf/layer.conf delete mode 100644 meta-fishriver/conf/machine/fishriver.conf (limited to 'meta-fishriver/conf') diff --git a/meta-fishriver/conf/layer.conf b/meta-fishriver/conf/layer.conf deleted file mode 100644 index 61e292be..00000000 --- a/meta-fishriver/conf/layer.conf +++ /dev/null @@ -1,12 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" - -# We have a recipes directory, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "fishriver" -BBFILE_PATTERN_fishriver := "^${LAYERDIR}/" -BBFILE_PRIORITY_fishriver = "6" - -LAYERDEPENDS_fishriver = "intel" diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf deleted file mode 100644 index ec2e87f7..00000000 --- a/meta-fishriver/conf/machine/fishriver.conf +++ /dev/null @@ -1,17 +0,0 @@ -#@TYPE: Machine -#@NAME: fishriver - -#@DESCRIPTION: Machine configuration for Fish River Island systems -# i.e. Z530/E660 + EG20T - -PREFERRED_VERSION_linux-yocto ?= "3.4%" - -require conf/machine/include/tune-atom.inc -require conf/machine/include/ia32-base.inc - -XSERVER ?= "${XSERVER_IA32_BASE} \ - ${XSERVER_IA32_EXT} \ - ${XSERVER_IA32_VESA} \ - " - -APPEND += "video=vesafb vga=0x318" -- cgit v1.2.3-54-g00ecf