[yocto] [PATCH 2/3] meta-jasperforest: switch to linux-yocto-3.4 kernel

tom.zanussi at intel.com tom.zanussi at intel.com
Thu Jul 19 21:40:50 PDT 2012


From: Tom Zanussi <tom.zanussi at intel.com>

Switch jasperforest to the 3.4 kernel and update kernel SRCREVs.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 meta-jasperforest/conf/machine/jasperforest.conf   |    2 +-
 .../linux/linux-yocto-rt_3.4.bbappend              |    8 ++++++++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    9 +++++++++
 3 files changed, 18 insertions(+), 1 deletions(-)
 create mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
 create mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend

diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 26e0814..d661f7b 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
 # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
 
-PREFERRED_VERSION_linux-yocto ?= "3.2%"
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
 
 require conf/machine/include/tune-x86_64.inc
 require conf/machine/include/ia32-base.inc
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
new file mode 100644
index 0000000..e506bf4
--- /dev/null
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+COMPATIBLE_MACHINE_jasperforest = "jasperforest"
+KMACHINE_jasperforest  = "jasperforest"
+
+# Update the following to use a different BSP branch or meta SRCREV
+#KBRANCH_jasperforest  = "standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV}
+#SRCREV_meta_pn-linux-yocto-rt_jasperforest ?= ${AUTOREV}
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
new file mode 100644
index 0000000..abe60cd
--- /dev/null
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -0,0 +1,9 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+COMPATIBLE_MACHINE_jasperforest = "jasperforest"
+
+KMACHINE_jasperforest  = "jasperforest"
+KBRANCH_jasperforest  = "standard/common-pc-64/jasperforest"
+
+SRCREV_machine_pn-linux-yocto_jasperforest ?= "6297e4c1d57e1063bfce297c2e12392348598559"
+SRCREV_meta_pn-linux-yocto_jasperforest ?= "c2b5ee363bf2612932301488f3ac0644ff70fc7c"
-- 
1.7.0.4




More information about the yocto mailing list