* [PATCH 0/1] [meta-intel] meta-romley switching kernel to 3.2
@ 2012-03-23 21:49 kishore.k.bodke
2012-03-23 21:49 ` [PATCH 1/1] [meta-intel] meta-romley: switch to linux-yocto-3.2 kernel kishore.k.bodke
0 siblings, 1 reply; 2+ messages in thread
From: kishore.k.bodke @ 2012-03-23 21:49 UTC (permalink / raw)
To: yocto, tom.zanussi
From: Kishore Bodke <kishore.k.bodke@intel.com>
These patch set is to switch the kernel version to 3.2 for romley bsp.
Please pull into meta-intel/master.
Thanks
Kishore.
The following changes since commit f89405e115d73426c8a6450b6e795b5885d6bdf3:
MAINTAINERS: Add FRI2 maintainer (2012-03-23 09:46:15 -0700)
are available in the git repository at:
git://git.pokylinux.org/meta-intel-contrib kishore/romley-kernel-3.2-update
http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/romley-kernel-3.2-update
Kishore Bodke (1):
meta-romley: switch to linux-yocto-3.2 kernel
meta-romley/conf/machine/romley.conf | 3 +++
.../linux/linux-yocto-rt_3.2.bbappend | 8 ++++++++
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 10 ++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
--
1.7.5.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] [meta-intel] meta-romley: switch to linux-yocto-3.2 kernel
2012-03-23 21:49 [PATCH 0/1] [meta-intel] meta-romley switching kernel to 3.2 kishore.k.bodke
@ 2012-03-23 21:49 ` kishore.k.bodke
0 siblings, 0 replies; 2+ messages in thread
From: kishore.k.bodke @ 2012-03-23 21:49 UTC (permalink / raw)
To: yocto, tom.zanussi
From: Kishore Bodke <kishore.k.bodke@intel.com>
Switch romley to the 3.2 kernel and update kernel SRCREVs.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
---
meta-romley/conf/machine/romley.conf | 3 +++
.../linux/linux-yocto-rt_3.2.bbappend | 8 ++++++++
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 10 ++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index aa334c0..9c93874 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -4,9 +4,12 @@
#@DESCRIPTION: Machine configuration for Romley systems
# i.e. Sandy Bridge + Patsburg Chipset
+PREFERRED_VERSION_linux-yocto ?= "3.2%"
+
require conf/machine/include/tune-x86_64.inc
require conf/machine/include/ia32-base.inc
+
XSERVER ?= "${XSERVER_IA32_BASE} \
${XSERVER_IA32_EXT} \
xserver-xorg-module-xaa \
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
new file mode 100644
index 0000000..1551ccf
--- /dev/null
+++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+COMPATIBLE_MACHINE_romley = "romley"
+KMACHINE_romley = "romley"
+
+# Update the following to use a different BSP branch or meta SRCREV
+#KBRANCH_romley = "yocto/standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 0000000..7c8c024
--- /dev/null
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+COMPATIBLE_MACHINE_romley = "romley"
+KMACHINE_romley = "yocto/standard/common-pc-64/romley"
+
+KERNEL_FEATURES_append_romley += " cfg/smp.scc"
+
+SRCREV_machine_pn-linux-yocto_romley ?= "4716ac6af37c0c0dcc78690a4a0ba3b857f8bda2"
+SRCREV_meta_pn-linux-yocto_romley ?= "42fff722188e0de7246a3a6900eeeeaf69f87047"
+
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-23 21:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23 21:49 [PATCH 0/1] [meta-intel] meta-romley switching kernel to 3.2 kishore.k.bodke
2012-03-23 21:49 ` [PATCH 1/1] [meta-intel] meta-romley: switch to linux-yocto-3.2 kernel kishore.k.bodke
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.