meta-fishriver: remove crownbay specifics

The fishriver BSP was borrowing a few things from crownbay, but now
has its own branch, so remove the crownbay-specific items.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2011-06-01 11:24:05 -05:00
parent ad6ac8a55a
commit d97fc15c87
4 changed files with 5 additions and 19 deletions

View File

@ -11,19 +11,6 @@ Table of Contents
III. Booting the images in /binary III. Booting the images in /binary
I. Special notes on the meta-fishriver BSP layer
================================================
The meta-fishriver layer currently and temporarily uses the crownbay
kernel branch. This will change once we have new patches and/or
config changes for:
- Zigbee
- wifi
- upstream gma500
- EMGD?
II. Building the meta-fishriver BSP layer II. Building the meta-fishriver BSP layer
========================================= =========================================

View File

@ -38,5 +38,5 @@ GLIBC_EXTRA_OECONF = "--with-tls"
SRCREV_machine_pn-linux-yocto_fishriver ?= "301ab1710d29a9bb931cb64c747d03da09dfea3f" SRCREV_machine_pn-linux-yocto_fishriver ?= "301ab1710d29a9bb931cb64c747d03da09dfea3f"
SRCREV_meta_pn-linux-yocto_fishriver ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" SRCREV_meta_pn-linux-yocto_fishriver ?= "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26"
SRCREV_machine_pn-linux-yocto-stable_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695" SRCREV_machine_pn-linux-yocto-stable_fishriver ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695"
SRCREV_meta_pn-linux-yocto-stable_crownbay ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a" SRCREV_meta_pn-linux-yocto-stable_fishriver ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a"

View File

@ -1,5 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_fishriver = "crownbay" COMPATIBLE_MACHINE_fishriver = "fishriver"
KMACHINE_fishriver = "crownbay" KMACHINE_fishriver = "fishriver"

View File

@ -1,4 +1,3 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_fishriver = "fishriver" COMPATIBLE_MACHINE_fishriver = "fishriver"
# zzzz /yocto/standard/crownbay->fishriver KMACHINE_fishriver = "yocto/standard/fishriver"
KMACHINE_fishriver = "yocto/standard/crownbay"