* [PATCH 0/1] meta-intel: fishriver updates
@ 2011-06-01 22:12 tom.zanussi
2011-06-01 22:12 ` [PATCH 1/1] meta-fishriver: remove crownbay specifics tom.zanussi
0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2011-06-01 22:12 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Updates to make use of the Ericsson 3G and new fishriver branch.
The following changes since commit e94dba8309874a82a570db60223d18b2c723c3a5:
Darren Hart (1):
linux-yocto*: correct FILESEXTRAPATHS assignment in all layers
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/fishriver-updates
http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/fishriver-updates
Tom Zanussi (1):
meta-fishriver: remove crownbay specifics
meta-fishriver/README | 13 -------------
meta-fishriver/conf/machine/fishriver.conf | 4 ++--
.../linux/linux-yocto-stable_git.bbappend | 4 ++--
.../recipes-kernel/linux/linux-yocto_git.bbappend | 3 +--
4 files changed, 5 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] meta-fishriver: remove crownbay specifics
2011-06-01 22:12 [PATCH 0/1] meta-intel: fishriver updates tom.zanussi
@ 2011-06-01 22:12 ` tom.zanussi
0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2011-06-01 22:12 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
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>
---
meta-fishriver/README | 13 -------------
meta-fishriver/conf/machine/fishriver.conf | 4 ++--
.../linux/linux-yocto-stable_git.bbappend | 4 ++--
.../recipes-kernel/linux/linux-yocto_git.bbappend | 3 +--
4 files changed, 5 insertions(+), 19 deletions(-)
diff --git a/meta-fishriver/README b/meta-fishriver/README
index 1ffbbf1..013f76e 100644
--- a/meta-fishriver/README
+++ b/meta-fishriver/README
@@ -11,19 +11,6 @@ Table of Contents
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
=========================================
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf
index 05c9afe..371871f 100644
--- a/meta-fishriver/conf/machine/fishriver.conf
+++ b/meta-fishriver/conf/machine/fishriver.conf
@@ -38,5 +38,5 @@ GLIBC_EXTRA_OECONF = "--with-tls"
SRCREV_machine_pn-linux-yocto_fishriver ?= "0e3c3904bae04ef13db4049577d9512f7d0e6fa5"
SRCREV_meta_pn-linux-yocto_fishriver ?= "ceb1744ec55408cb637929a3f154379e42642890"
-SRCREV_machine_pn-linux-yocto-stable_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695"
-SRCREV_meta_pn-linux-yocto-stable_crownbay ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a"
+SRCREV_machine_pn-linux-yocto-stable_fishriver ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695"
+SRCREV_meta_pn-linux-yocto-stable_fishriver ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a"
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend
index dcc4534..29399ba 100644
--- a/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend
+++ b/meta-fishriver/recipes-kernel/linux/linux-yocto-stable_git.bbappend
@@ -1,5 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-COMPATIBLE_MACHINE_fishriver = "crownbay"
-KMACHINE_fishriver = "crownbay"
+COMPATIBLE_MACHINE_fishriver = "fishriver"
+KMACHINE_fishriver = "fishriver"
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend
index ba38dbe..eec65d8 100644
--- a/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend
+++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_git.bbappend
@@ -1,4 +1,3 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_fishriver = "fishriver"
-# zzzz /yocto/standard/crownbay->fishriver
-KMACHINE_fishriver = "yocto/standard/crownbay"
+KMACHINE_fishriver = "yocto/standard/fishriver"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-01 22:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01 22:12 [PATCH 0/1] meta-intel: fishriver updates tom.zanussi
2011-06-01 22:12 ` [PATCH 1/1] meta-fishriver: remove crownbay specifics tom.zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.