All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] meta-intel: some linux-yocto-3.4 updates
@ 2012-07-20  4:40 tom.zanussi
  2012-07-20  4:40 ` [PATCH 1/3] meta-chiefriver: switch to linux-yocto-3.4 kernel tom.zanussi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tom.zanussi @ 2012-07-20  4:40 UTC (permalink / raw)
  To: yocto

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

This switches the chiefriver and jasperforest BSPs to linux-yocto-3.4
and removes the jasperforest linux-yocto-3.0 support.

The following changes since commit a944332ecfa59247cc0787c55d79a6392e3218bd:
  Tom Zanussi (1):
        meta-n450: explicitly specify KBRANCH we expect to use

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/3.4-updates
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/3.4-updates

Tom Zanussi (3):
  meta-chiefriver: switch to linux-yocto-3.4 kernel
  meta-jasperforest: switch to linux-yocto-3.4 kernel
  jasperforest: retire linux-yocto-3.0

 meta-chiefriver/conf/machine/chiefriver.conf       |    2 +-
 .../linux/linux-yocto-rt_3.4.bbappend              |    8 ++++++++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |   10 ++++++++++
 meta-jasperforest/conf/machine/jasperforest.conf   |    3 ++-
 ...rt_3.0.bbappend => linux-yocto-rt_3.4.bbappend} |    2 +-
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    9 ---------
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    9 +++++++++
 7 files changed, 31 insertions(+), 12 deletions(-)
 create mode 100644 meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
 create mode 100644 meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
 rename meta-jasperforest/recipes-kernel/linux/{linux-yocto-rt_3.0.bbappend => linux-yocto-rt_3.4.bbappend} (84%)
 delete mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend
 create mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] meta-chiefriver: switch to linux-yocto-3.4 kernel
  2012-07-20  4:40 [PATCH 0/3] meta-intel: some linux-yocto-3.4 updates tom.zanussi
@ 2012-07-20  4:40 ` tom.zanussi
  2012-07-20  4:40 ` [PATCH 2/3] meta-jasperforest: " tom.zanussi
  2012-07-20  4:40 ` [PATCH 3/3] jasperforest: retire linux-yocto-3.0 tom.zanussi
  2 siblings, 0 replies; 4+ messages in thread
From: tom.zanussi @ 2012-07-20  4:40 UTC (permalink / raw)
  To: yocto

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

Switch chiefriver to the 3.4 kernel and update kernel SRCREVs.

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

diff --git a/meta-chiefriver/conf/machine/chiefriver.conf b/meta-chiefriver/conf/machine/chiefriver.conf
index 4a35913..b644119 100644
--- a/meta-chiefriver/conf/machine/chiefriver.conf
+++ b/meta-chiefriver/conf/machine/chiefriver.conf
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for Chief River systems
 # i.e. Ivy Bridge + Panther Point
 
-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-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
new file mode 100644
index 0000000..9e4a4a0
--- /dev/null
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+COMPATIBLE_MACHINE_chiefriver = "chiefriver"
+KMACHINE_chiefriver  = "chiefriver"
+
+# Update the following to use a different BSP branch or meta SRCREV
+#KBRANCH_chiefriver  = "standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_chiefriver ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_chiefriver ?= XXXX
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
new file mode 100644
index 0000000..3b8c6f3
--- /dev/null
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+COMPATIBLE_MACHINE_chiefriver = "chiefriver"
+KMACHINE_chiefriver  = "chiefriver"
+KBRANCH_chiefriver  = "standard/common-pc-64/chiefriver"
+
+KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
+
+SRCREV_machine_pn-linux-yocto_chiefriver ?= "6297e4c1d57e1063bfce297c2e12392348598559"
+SRCREV_meta_pn-linux-yocto_chiefriver ?= "c2b5ee363bf2612932301488f3ac0644ff70fc7c"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] meta-jasperforest: switch to linux-yocto-3.4 kernel
  2012-07-20  4:40 [PATCH 0/3] meta-intel: some linux-yocto-3.4 updates tom.zanussi
  2012-07-20  4:40 ` [PATCH 1/3] meta-chiefriver: switch to linux-yocto-3.4 kernel tom.zanussi
@ 2012-07-20  4:40 ` tom.zanussi
  2012-07-20  4:40 ` [PATCH 3/3] jasperforest: retire linux-yocto-3.0 tom.zanussi
  2 siblings, 0 replies; 4+ messages in thread
From: tom.zanussi @ 2012-07-20  4:40 UTC (permalink / raw)
  To: yocto

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

Switch jasperforest to the 3.4 kernel and update kernel SRCREVs.

Signed-off-by: Tom Zanussi <tom.zanussi@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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] jasperforest: retire linux-yocto-3.0
  2012-07-20  4:40 [PATCH 0/3] meta-intel: some linux-yocto-3.4 updates tom.zanussi
  2012-07-20  4:40 ` [PATCH 1/3] meta-chiefriver: switch to linux-yocto-3.4 kernel tom.zanussi
  2012-07-20  4:40 ` [PATCH 2/3] meta-jasperforest: " tom.zanussi
@ 2012-07-20  4:40 ` tom.zanussi
  2 siblings, 0 replies; 4+ messages in thread
From: tom.zanussi @ 2012-07-20  4:40 UTC (permalink / raw)
  To: yocto

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

With the move to linux-yocto-3.4, linux-yocto-3.0 support can be
removed.

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

diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index d661f7b..9a47b9a 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -4,7 +4,8 @@
 #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
 # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
 
-PREFERRED_VERSION_linux-yocto ?= "3.4%"
+PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"
+PREFERRED_VERSION_linux-yocto-rt ?= "3.2%"
 
 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.0.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index 1ddc78f..0000000
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-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  = "yocto/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.0.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index 1cc7f56..0000000
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_jasperforest = "jasperforest"
-
-KMACHINE_jasperforest  = "jasperforest"
-KBRANCH_jasperforest  = "yocto/standard/common-pc-64/jasperforest"
-
-SRCREV_machine_pn-linux-yocto_jasperforest ?= "fc10a49bed173ade9c6c076241a448639fe50aa8"
-SRCREV_meta_pn-linux-yocto_jasperforest ?= "59314a3523e360796419d76d78c6f7d8c5ef2593"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-20  4:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20  4:40 [PATCH 0/3] meta-intel: some linux-yocto-3.4 updates tom.zanussi
2012-07-20  4:40 ` [PATCH 1/3] meta-chiefriver: switch to linux-yocto-3.4 kernel tom.zanussi
2012-07-20  4:40 ` [PATCH 2/3] meta-jasperforest: " tom.zanussi
2012-07-20  4:40 ` [PATCH 3/3] jasperforest: retire linux-yocto-3.0 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.