diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-10-09 11:54:35 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-12 08:41:06 -0500 |
| commit | f07eb379f9ab7afa816340d4523a505dbfe32fcb (patch) | |
| tree | e5185a40a7ebaab4efd4d06c32edce248579baa7 /meta-fishriver/conf | |
| parent | 410ec34cc9edb5bde2c56bf6b04b5a84600d38bc (diff) | |
| download | meta-intel-f07eb379f9ab7afa816340d4523a505dbfe32fcb.tar.gz | |
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 <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fishriver/conf')
| -rw-r--r-- | meta-fishriver/conf/layer.conf | 12 | ||||
| -rw-r--r-- | meta-fishriver/conf/machine/fishriver.conf | 17 |
2 files changed, 0 insertions, 29 deletions
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 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "fishriver" | ||
| 9 | BBFILE_PATTERN_fishriver := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_fishriver = "6" | ||
| 11 | |||
| 12 | 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 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: fishriver | ||
| 3 | |||
| 4 | #@DESCRIPTION: Machine configuration for Fish River Island systems | ||
| 5 | # i.e. Z530/E660 + EG20T | ||
| 6 | |||
| 7 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | ||
| 8 | |||
| 9 | require conf/machine/include/tune-atom.inc | ||
| 10 | require conf/machine/include/ia32-base.inc | ||
| 11 | |||
| 12 | XSERVER ?= "${XSERVER_IA32_BASE} \ | ||
| 13 | ${XSERVER_IA32_EXT} \ | ||
| 14 | ${XSERVER_IA32_VESA} \ | ||
| 15 | " | ||
| 16 | |||
| 17 | APPEND += "video=vesafb vga=0x318" | ||
