* [PATCH 0/1] meta-intel: fishriver 3.2 update
@ 2012-03-14 17:01 tom.zanussi
2012-03-14 17:01 ` [PATCH 1/1] meta-fishriver: switch to linux-yocto-3.2 kernel tom.zanussi
0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2012-03-14 17:01 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
This updates fishriver to the 3.2 kernel.
The following changes since commit d9132cc66316be45f44beeea6eba734bb3ab337d:
Tom Zanussi (1):
ia32-base: remove libc-headers PREFERRED_PROVIDER
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/fishriver-kernel-3.2-update
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/fishriver-kernel-3.2-update
Tom Zanussi (1):
meta-fishriver: switch to linux-yocto-3.2 kernel
meta-fishriver/conf/machine/fishriver.conf | 2 ++
.../linux/linux-yocto-rt_3.2.bbappend | 8 ++++++++
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 9 +++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
create mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] meta-fishriver: switch to linux-yocto-3.2 kernel
2012-03-14 17:01 [PATCH 0/1] meta-intel: fishriver 3.2 update tom.zanussi
@ 2012-03-14 17:01 ` tom.zanussi
0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2012-03-14 17:01 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Switch fishriver to the 3.2 kernel.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta-fishriver/conf/machine/fishriver.conf | 2 ++
.../linux/linux-yocto-rt_3.2.bbappend | 8 ++++++++
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 9 +++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
create mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf
index aa066db..289e41d 100644
--- a/meta-fishriver/conf/machine/fishriver.conf
+++ b/meta-fishriver/conf/machine/fishriver.conf
@@ -4,6 +4,8 @@
#@DESCRIPTION: Machine configuration for Fish River Island systems
# i.e. Z530/E660 + EG20T
+PREFERRED_VERSION_linux-yocto ?= "3.2%"
+
require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
new file mode 100644
index 0000000..a91a425
--- /dev/null
+++ b/meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+COMPATIBLE_MACHINE_fishriver = "fishriver"
+KMACHINE_fishriver = "fishriver"
+
+# Update the following to use a different BSP branch or meta SRCREV
+#KBRANCH_fishriver = "standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_fishriver ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_fishriver ?= XXXX
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 0000000..8179340
--- /dev/null
+++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,9 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+COMPATIBLE_MACHINE_fishriver = "fishriver"
+KMACHINE_fishriver = "fishriver"
+KBRANCH_fishriver = "standard/default/fishriver"
+KERNEL_FEATURES_append_fishriver += " cfg/smp.scc"
+
+SRCREV_machine_pn-linux-yocto_fishriver ?= "36df9697b127a1d2b791f369e2c16ee7c8f8a15e"
+SRCREV_meta_pn-linux-yocto_fishriver ?= "64840f55ee144e9814278eaa8e3f33dd60da892c"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-14 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14 17:01 [PATCH 0/1] meta-intel: fishriver 3.2 update tom.zanussi
2012-03-14 17:01 ` [PATCH 1/1] meta-fishriver: switch to linux-yocto-3.2 kernel 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.