All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Some meta-intel cleanup for 1.3
@ 2012-10-29 23:11 tom.zanussi
  2012-10-29 23:11 ` [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION tom.zanussi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: tom.zanussi @ 2012-10-29 23:11 UTC (permalink / raw)
  To: yocto, dvhart, nitin.a.kamble, kishore.k.bodke, rahul.saxena

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

This patchset updates the kernel SRCREVs and adds KERNEL_VERSION for all
the meta-intel BSPs.

It also removes the remaining linux-yocto-3.0 bbappends.

The following changes since commit 20c289289ef1fa84bbef323c77d2c39e9e8a9882:

  romley: add WEBTITLE & Compliance information (2012-10-29 14:59:37 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib.git tzanussi/1.3-kernel-srcrevs
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-contrib/log/?h=tzanussi/1.3-kernel-srcrevs

Tom Zanussi (2):
  meta-intel: update kernel SRCREVs and pin LINUX_VERSION
  meta-intel: remove linux-yocto*_3.0 bbappends

 .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  2 ++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend       |  6 ++++--
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend       | 10 ++++++----
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend       | 10 ++++++----
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend       | 10 ++++++----
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  9 ---------
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  6 ++++--
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend       |  6 ++++--
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 11 -----------
 meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend | 11 -----------
 meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend | 10 ++++++----
 meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend |  2 ++
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  2 ++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend       |  6 ++++--
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 10 ----------
 meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend | 10 ----------
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  8 --------
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  6 ++++--
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  8 --------
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  6 ++++--
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend       |  6 ++++--
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 14 --------------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       | 17 -----------------
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend       | 10 ++++++----
 27 files changed, 64 insertions(+), 156 deletions(-)
 delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto_3.0.bbappend

-- 
1.7.11.4



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

* [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION
  2012-10-29 23:11 [PATCH 0/2] Some meta-intel cleanup for 1.3 tom.zanussi
@ 2012-10-29 23:11 ` tom.zanussi
  2012-10-29 23:57   ` Bodke, Kishore K
  2012-10-29 23:11 ` [PATCH 2/2] meta-intel: remove linux-yocto*_3.0 bbappends tom.zanussi
  2012-10-30 13:51 ` [PATCH 0/2] Some meta-intel cleanup for 1.3 Tom Zanussi
  2 siblings, 1 reply; 8+ messages in thread
From: tom.zanussi @ 2012-10-29 23:11 UTC (permalink / raw)
  To: yocto, dvhart, nitin.a.kamble, kishore.k.bodke, rahul.saxena

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

Update all the linux-yocto .bbappends with the latest kernel SRCREVs
and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a
mismatch between the kernel version actually used in the machine
branch vs the version the recipe uses for the kernel image, which can
change with stable updates.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend  |  2 ++
 meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend  |  6 ++++--
 meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    | 10 ++++++----
 meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    | 10 ++++++----
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend              | 10 ++++++----
 meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend     |  6 ++++--
 meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend     |  6 ++++--
 meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend        | 10 ++++++----
 meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend        |  2 ++
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend              |  2 ++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend              |  6 ++++--
 meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend      |  6 ++++--
 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    |  6 ++++--
 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    |  6 ++++--
 meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend     | 10 ++++++----
 15 files changed, 64 insertions(+), 34 deletions(-)

diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
index d4e2ee6..3b07968 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -8,3 +8,5 @@ KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
 
 SRCREV_machine_pn-linux-yocto_chiefriver ?= "56d1c9ec36287350d154a3abef339598ef4028c2"
 SRCREV_meta_pn-linux-yocto_chiefriver ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+
+LINUX_VERSION = "3.2.18"
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 413dc74..f023a54 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -6,5 +6,7 @@ KBRANCH_chiefriver  = "standard/common-pc-64/chiefriver"
 
 KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
 
-SRCREV_machine_pn-linux-yocto_chiefriver ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto_chiefriver ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
+SRCREV_machine_pn-linux-yocto_chiefriver ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
+SRCREV_meta_pn-linux-yocto_chiefriver ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+
+LINUX_VERSION = "3.4.11"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
index fbe13a8..6478c6b 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -8,8 +8,10 @@ COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd  = "crownbay"
 KBRANCH_crownbay-noemgd  = "standard/default/crownbay"
 
-SRCREV_machine_pn-linux-yocto_crownbay ?= "ddcccbf870485c835f9b4b94823ca0c4186d78df"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto_crownbay ?= "f5a22aa0b14bb998d88ad4732f85b66c347631f8"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "486f7aec824b4127e91ef53228823e996b3696f0"
 
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "ddcccbf870485c835f9b4b94823ca0c4186d78df"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "f5a22aa0b14bb998d88ad4732f85b66c347631f8"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+
+LINUX_VERSION = "3.2.18"
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 8a9ef9d..e8c90f9 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -8,13 +8,15 @@ COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd  = "crownbay"
 KBRANCH_crownbay-noemgd  = "standard/crownbay"
 
-SRCREV_machine_pn-linux-yocto_crownbay ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
+SRCREV_machine_pn-linux-yocto_crownbay ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
 SRCREV_emgd_pn-linux-yocto_crownbay ?= "86643bdd8cbad616a161ab91f51108cf0da827bc"
 
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
 
 KSRC_linux_yocto_3_4 ?= "git.yoctoproject.org/linux-yocto-3.4.git"
 SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta,emgd-1.14;name=machine,meta,emgd"
 SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
+
+LINUX_VERSION = "3.4.11"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 8418307..15ff21a 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
 KMACHINE_crystalforest-gladden  = "crystalforest"
 KBRANCH_crystalforest-gladden  = "standard/common-pc-64/crystalforest"
 
-SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "2ec32d511b62d44b63e8560a9b1d6895a5dac695"
+SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
+SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
 
 COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
 KMACHINE_crystalforest-server  = "crystalforest"
 KBRANCH_crystalforest-server  = "standard/common-pc-64/crystalforest"
 
-SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "2ec32d511b62d44b63e8560a9b1d6895a5dac695"
+SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
+SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+
+LINUX_VERSION = "3.4.11"
 
 module_autoload_uio = "uio"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 3e8aa9b..41dfe9a 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow  = "emenlow"
 KBRANCH_emenlow  = "standard/default/emenlow"
 
-SRCREV_machine_pn-linux-yocto_emenlow ?= "33fea086cb668a39765dfc7a01fd715f3ef8f6b8"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
+SRCREV_machine_pn-linux-yocto_emenlow ?= "9432e99fb8ca08b0d713fc4001f0b4a11138d20e"
+SRCREV_meta_pn-linux-yocto_emenlow ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+
+LINUX_VERSION = "3.2.18"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 4fac478..7b2185f 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow  = "emenlow"
 KBRANCH_emenlow  = "standard/emenlow"
 
-SRCREV_machine_pn-linux-yocto_emenlow ?= "ace4e2276ac0592e3602b9b6a95348e56e7cf246"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
+SRCREV_machine_pn-linux-yocto_emenlow ?= "d8178545bc69adf262620fcfa40dd8f8ef64ba14"
+SRCREV_meta_pn-linux-yocto_emenlow ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+
+LINUX_VERSION = "3.4.11"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 35d0b3a..8459a35 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -3,13 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2  = "fri2"
 KBRANCH_fri2 = "standard/default/fri2"
-SRCREV_machine_pn-linux-yocto_fri2 ?= "046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
-SRCREV_meta_pn-linux-yocto_fri2 ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto_fri2 ?= "e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
+SRCREV_meta_pn-linux-yocto_fri2 ?= "486f7aec824b4127e91ef53228823e996b3696f0"
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd  = "fri2"
 KBRANCH_fri2-noemgd = "standard/default/fri2"
-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+
+LINUX_VERSION = "3.2.18"
 
 module_autoload_iwlwifi = "iwlwifi"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 522c703..dff9456 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -12,4 +12,6 @@ KBRANCH_fri2-noemgd = "standard/fri2"
 SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
 SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
 
+LINUX_VERSION = "3.4.11"
+
 module_autoload_iwlwifi = "iwlwifi"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 2c3dd86..537a90c 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -7,3 +7,5 @@ KBRANCH_jasperforest  = "standard/default/common-pc-64/jasperforest"
 
 SRCREV_machine_pn-linux-yocto_jasperforest ?= "3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79"
 SRCREV_meta_pn-linux-yocto_jasperforest ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+
+LINUX_VERSION = "3.2.18"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 7c5a908..255f12a 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 KMACHINE_jasperforest  = "jasperforest"
 KBRANCH_jasperforest  = "standard/common-pc-64/jasperforest"
 
-SRCREV_machine_pn-linux-yocto_jasperforest ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto_jasperforest ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
+SRCREV_machine_pn-linux-yocto_jasperforest ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
+SRCREV_meta_pn-linux-yocto_jasperforest ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+
+LINUX_VERSION = "3.4.11"
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 1cba38f..c54505e 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_romley = "romley"
 KMACHINE_romley  = "romley"
 KBRANCH_romley  = "standard/default/common-pc-64/romley"
 
-SRCREV_machine_pn-linux-yocto_romley ?= "7d26ac083cb255888536b42b622b97fb438753ad"
-SRCREV_meta_pn-linux-yocto_romley ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto_romley ?= "34e3cd8b7a1d18594a63b7b299fce46e32a6c80c"
+SRCREV_meta_pn-linux-yocto_romley ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+
+LINUX_VERSION = "3.2.18"
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
index a733ddc..fad7c06 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -5,7 +5,9 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 KMACHINE_sugarbay  = "sugarbay"
 KBRANCH_sugarbay  = "standard/default/common-pc-64/sugarbay"
 
-SRCREV_machine_pn-linux-yocto_sugarbay ?= "172df847dda93cb52af0c694200613a1c363c9a3"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= "5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
+SRCREV_machine_pn-linux-yocto_sugarbay ?= "1b6466421bc314e7e07fe4dd48c5fc67cdc3fc40"
+SRCREV_meta_pn-linux-yocto_sugarbay ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+
+LINUX_VERSION = "3.2.18"
 
 KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6"
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 9224b63..0a481e2 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 KMACHINE_sugarbay  = "sugarbay"
 KBRANCH_sugarbay  = "standard/common-pc-64/sugarbay"
 
-SRCREV_machine_pn-linux-yocto_sugarbay ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
+SRCREV_machine_pn-linux-yocto_sugarbay ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
+SRCREV_meta_pn-linux-yocto_sugarbay ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+
+LINUX_VERSION = "3.4.11"
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 7449b4b..88f3bd8 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -4,11 +4,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_sys940x = "sys940x"
 KMACHINE_sys940x  = "sys940x"
 #KBRANCH_sys940x = "standard/default/base"
-SRCREV_machine_pn-linux-yocto_sys940x ?= "7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
-SRCREV_meta_pn-linux-yocto_sys940x ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto_sys940x ?= "06882fc16a4e965872e7faacb91da1497efd9ac3"
+SRCREV_meta_pn-linux-yocto_sys940x ?= "486f7aec824b4127e91ef53228823e996b3696f0"
 
 COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
 KMACHINE_sys940x-noemgd  = "sys940x"
 #KBRANCH_sys940x-noemgd = "standard/default/base"
-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "06882fc16a4e965872e7faacb91da1497efd9ac3"
+SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+
+LINUX_VERSION = "3.2.18"
-- 
1.7.11.4



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

* [PATCH 2/2] meta-intel: remove linux-yocto*_3.0 bbappends
  2012-10-29 23:11 [PATCH 0/2] Some meta-intel cleanup for 1.3 tom.zanussi
  2012-10-29 23:11 ` [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION tom.zanussi
@ 2012-10-29 23:11 ` tom.zanussi
  2012-10-30 13:51 ` [PATCH 0/2] Some meta-intel cleanup for 1.3 Tom Zanussi
  2 siblings, 0 replies; 8+ messages in thread
From: tom.zanussi @ 2012-10-29 23:11 UTC (permalink / raw)
  To: yocto, dvhart, nitin.a.kamble, kishore.k.bodke, rahul.saxena

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

The 3.2 and 3.4 kernels are the ones supported for Yocto 1.3, so
remove the 3.0 versions.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  9 ---------
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 11 -----------
 meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend | 11 -----------
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 10 ----------
 meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend | 10 ----------
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  8 --------
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  8 --------
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 14 --------------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       | 17 -----------------
 12 files changed, 122 deletions(-)
 delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
 delete mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto_3.0.bbappend

diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index fce01cb..0000000
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-COMPATIBLE_MACHINE_emenlow = "emenlow"
-KMACHINE_emenlow  = "emenlow"
-
-# Update the following to use a different BSP branch or meta SRCREV
-#KBRANCH_emenlow  = "yocto/standard/preempt-rt/base"
-#SRCREV_machine_pn-linux-yocto-rt_emenlow ?= XXXX
-#SRCREV_meta_pn-linux-yocto-rt_emenlow ?= XXXX
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index 85a4cbe..0000000
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_emenlow = "emenlow"
-KMACHINE_emenlow  = "emenlow"
-KBRANCH_emenlow  = "yocto/standard/emenlow"
-KERNEL_FEATURES_append_emenlow += " cfg/smp.scc"
-
-SRCREV_machine_pn-linux-yocto_emenlow ?= "0b13bbbc423fea345fd537792284ccf388809e5b"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "59314a3523e360796419d76d78c6f7d8c5ef2593"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index d3b4f81..0000000
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_fri2 = "fri2"
-KMACHINE_fri2 = "fri2"
-KBRANCH_fri2 = "yocto/standard/preempt-rt/base"
-
-COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
-KMACHINE_fri2-noemgd = "fri2"
-KBRANCH_fri2-noemgd = "yocto/standard/preempt-rt/base"
-
-module_autoload_iwlwifi = "iwlwifi"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index e53991a..0000000
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_fri2 = "fri2"
-KMACHINE_fri2 = "fri2"
-KBRANCH_fri2 = "yocto/standard/fri2"
-
-COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
-KMACHINE_fri2-noemgd = "fri2"
-KBRANCH_fri2-noemgd = "yocto/standard/fri2"
-
-module_autoload_iwlwifi = "iwlwifi"
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index 1c7fef9..0000000
--- a/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-COMPATIBLE_MACHINE_n450 = "n450"
-KMACHINE_n450 = "atom-pc"
-
-KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
-
-# Update the following to use a different BSP branch or meta SRCREV
-#KBRANCH_n450 = "yocto/standard/preempt-rt/base"
-#SRCREV_machine_pn-linux-yocto-rt_n450 ?= XXXX
-#SRCREV_meta_pn-linux-yocto-rt_n450 ?= XXXX
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index 4590c27..0000000
--- a/meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-COMPATIBLE_MACHINE_n450 = "n450"
-KMACHINE_n450  = "atom-pc"
-KBRANCH_n450  = "yocto/standard/common-pc/atom-pc"
-
-# The n450 is a single core hypterthreaded CPU
-KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
-
-SRCREV_machine_pn-linux-yocto_n450 = "1e18e44adbe79b846e382370eb29bc4b8cd5a1a0"
-#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index 1551ccf..0000000
--- a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-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.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index 021f466..0000000
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_romley = "romley"
-KMACHINE_romley  = "romley"
-KBRANCH_romley  = "yocto/standard/common-pc-64/romley"
-
-SRCREV_machine_pn-linux-yocto_romley ?= "d26ab3559d75d0a3946ecaef67d3aeb7e9e7ef22"
-SRCREV_meta_pn-linux-yocto_romley ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index a63959c..0000000
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-COMPATIBLE_MACHINE_sugarbay = "sugarbay"
-KMACHINE_sugarbay  = "sugarbay"
-
-# Update the following to use a different BSP branch or meta SRCREV
-#KBRANCH_sugarbay  = "yocto/standard/preempt-rt/base"
-#SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX
-#SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index 58de27a..0000000
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_sugarbay = "sugarbay"
-KMACHINE_sugarbay  = "sugarbay"
-KBRANCH_sugarbay  = "yocto/standard/common-pc-64/sugarbay"
-
-SRCREV_machine_pn-linux-yocto_sugarbay ?= "162abf381df130fbf6ba8df353821fa684e59dfa"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= "59314a3523e360796419d76d78c6f7d8c5ef2593"
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index 5d3567d..0000000
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_sys940x = "sys940x"
-KMACHINE_sys940x = "sys940x"
-KERNEL_FEATURES_append_sys940x += " cfg/smp.scc cfg/efi-ext.scc"
-
-COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
-KMACHINE_sys940x-noemgd = "sys940x"
-KERNEL_FEATURES_append_sys940x-noemgd += " cfg/smp.scc cfg/efi-ext.scc"
-
-# Update the following to use a different BSP branch or meta SRCREV
-#KBRANCH_sys940x = "yocto/standard/preempt-rt/base"
-#SRCREV_machine_pn-linux-yocto-rt_sys940x ?= XXXX
-#SRCREV_meta_pn-linux-yocto-rt_sys940x ?= XXXX
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index 1d8bfb8..0000000
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-
-COMPATIBLE_MACHINE_sys940x = "sys940x"
-KMACHINE_sys940x  = "sys940x"
-KBRANCH_sys940x = "yocto/standard/base"
-KERNEL_FEATURES_append_sys940x += " cfg/smp.scc cfg/efi-ext.scc"
-
-COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
-KMACHINE_sys940x-noemgd  = "sys940x"
-KBRANCH_sys940x-noemgd = "yocto/standard/base"
-KERNEL_FEATURES_append_sys940x-noemgd += " cfg/smp.scc cfg/efi-ext.scc"
-
-SRCREV_machine_pn-linux-yocto_sys940x ?= "5df0b4c2538399aed543133b3855f809adf08ab8"
-SRCREV_meta_pn-linux-yocto_sys940x ?= "77ca4855e80acb8dad21acea946908716c308b5b"
-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "5df0b4c2538399aed543133b3855f809adf08ab8"
-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "77ca4855e80acb8dad21acea946908716c308b5b"
-- 
1.7.11.4



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

* Re: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION
  2012-10-29 23:11 ` [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION tom.zanussi
@ 2012-10-29 23:57   ` Bodke, Kishore K
  2012-10-30  0:29     ` Tom Zanussi
  0 siblings, 1 reply; 8+ messages in thread
From: Bodke, Kishore K @ 2012-10-29 23:57 UTC (permalink / raw)
  To: Zanussi, Tom, yocto@yoctoproject.org, dvhart@linux.intel.com,
	Kamble, Nitin A, Saxena, Rahul

Why are we not doing this LINUX_VERSION for the RT Kernel bbappend files?

Thanks
Kishore.

>-----Original Message-----
>From: Zanussi, Tom
>Sent: Monday, October 29, 2012 4:12 PM
>To: yocto@yoctoproject.org; dvhart@linux.intel.com; Kamble, Nitin A; Bodke,
>Kishore K; Saxena, Rahul
>Cc: Zanussi, Tom
>Subject: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin
>LINUX_VERSION
>
>From: Tom Zanussi <tom.zanussi@intel.com>
>
>Update all the linux-yocto .bbappends with the latest kernel SRCREVs
>and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a
>mismatch between the kernel version actually used in the machine
>branch vs the version the recipe uses for the kernel image, which can
>change with stable updates.
>
>Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
>---
> meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend  |  2 ++
> meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend  |  6 ++++--
> meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    | 10
>++++++----
> meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    | 10
>++++++----
> .../recipes-kernel/linux/linux-yocto_3.4.bbappend              | 10 ++++++----
> meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend     |  6 ++++--
> meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend     |  6 ++++--
> meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend        | 10 ++++++----
> meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend        |  2 ++
> .../recipes-kernel/linux/linux-yocto_3.2.bbappend              |  2 ++
> .../recipes-kernel/linux/linux-yocto_3.4.bbappend              |  6 ++++--
> meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend      |  6 ++++--
> meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    |  6 ++++--
> meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    |  6 ++++--
> meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend     | 10
>++++++----
> 15 files changed, 64 insertions(+), 34 deletions(-)
>
>diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>index d4e2ee6..3b07968 100644
>--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>@@ -8,3 +8,5 @@ KERNEL_FEATURES_append_chiefriver = "
>features/amt/mei"
>
> SRCREV_machine_pn-linux-yocto_chiefriver ?=
>"56d1c9ec36287350d154a3abef339598ef4028c2"
> SRCREV_meta_pn-linux-yocto_chiefriver ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>+
>+LINUX_VERSION = "3.2.18"
>diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
>b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
>index 413dc74..f023a54 100644
>--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
>+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
>@@ -6,5 +6,7 @@ KBRANCH_chiefriver  = "standard/common-pc-
>64/chiefriver"
>
> KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
>
>-SRCREV_machine_pn-linux-yocto_chiefriver ?=
>"449f7f520350700858f21a5554b81cc8ad23267d"
>-SRCREV_meta_pn-linux-yocto_chiefriver ?=
>"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>+SRCREV_machine_pn-linux-yocto_chiefriver ?=
>"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>+SRCREV_meta_pn-linux-yocto_chiefriver ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>+
>+LINUX_VERSION = "3.4.11"
>diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>index fbe13a8..6478c6b 100644
>--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>@@ -8,8 +8,10 @@ COMPATIBLE_MACHINE_crownbay-noemgd =
>"crownbay-noemgd"
> KMACHINE_crownbay-noemgd  = "crownbay"
> KBRANCH_crownbay-noemgd  = "standard/default/crownbay"
>
>-SRCREV_machine_pn-linux-yocto_crownbay ?=
>"ddcccbf870485c835f9b4b94823ca0c4186d78df"
>-SRCREV_meta_pn-linux-yocto_crownbay ?=
>"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>+SRCREV_machine_pn-linux-yocto_crownbay ?=
>"f5a22aa0b14bb998d88ad4732f85b66c347631f8"
>+SRCREV_meta_pn-linux-yocto_crownbay ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>
>-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
>"ddcccbf870485c835f9b4b94823ca0c4186d78df"
>-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
>"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
>"f5a22aa0b14bb998d88ad4732f85b66c347631f8"
>+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>+
>+LINUX_VERSION = "3.2.18"
>diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>index 8a9ef9d..e8c90f9 100644
>--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>@@ -8,13 +8,15 @@ COMPATIBLE_MACHINE_crownbay-noemgd =
>"crownbay-noemgd"
> KMACHINE_crownbay-noemgd  = "crownbay"
> KBRANCH_crownbay-noemgd  = "standard/crownbay"
>
>-SRCREV_machine_pn-linux-yocto_crownbay ?=
>"449f7f520350700858f21a5554b81cc8ad23267d"
>-SRCREV_meta_pn-linux-yocto_crownbay ?=
>"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>+SRCREV_machine_pn-linux-yocto_crownbay ?=
>"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>+SRCREV_meta_pn-linux-yocto_crownbay ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> SRCREV_emgd_pn-linux-yocto_crownbay ?=
>"86643bdd8cbad616a161ab91f51108cf0da827bc"
>
>-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
>"449f7f520350700858f21a5554b81cc8ad23267d"
>-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
>"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
>"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>
> KSRC_linux_yocto_3_4 ?= "git.yoctoproject.org/linux-yocto-3.4.git"
> SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-
>3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta,emgd-
>1.14;name=machine,meta,emgd"
> SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-
>3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,
>meta"
>+
>+LINUX_VERSION = "3.4.11"
>diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>index 8418307..15ff21a 100644
>--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden =
>"crystalforest-gladden"
> KMACHINE_crystalforest-gladden  = "crystalforest"
> KBRANCH_crystalforest-gladden  = "standard/common-pc-64/crystalforest"
>
>-SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?=
>"449f7f520350700858f21a5554b81cc8ad23267d"
>-SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?=
>"2ec32d511b62d44b63e8560a9b1d6895a5dac695"
>+SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?=
>"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>+SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>
> COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
> KMACHINE_crystalforest-server  = "crystalforest"
> KBRANCH_crystalforest-server  = "standard/common-pc-64/crystalforest"
>
>-SRCREV_machine_pn-linux-yocto_crystalforest-server ?=
>"449f7f520350700858f21a5554b81cc8ad23267d"
>-SRCREV_meta_pn-linux-yocto_crystalforest-server ?=
>"2ec32d511b62d44b63e8560a9b1d6895a5dac695"
>+SRCREV_machine_pn-linux-yocto_crystalforest-server ?=
>"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>+SRCREV_meta_pn-linux-yocto_crystalforest-server ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>+
>+LINUX_VERSION = "3.4.11"
>
> module_autoload_uio = "uio"
>diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>index 3e8aa9b..41dfe9a 100644
>--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
> KMACHINE_emenlow  = "emenlow"
> KBRANCH_emenlow  = "standard/default/emenlow"
>
>-SRCREV_machine_pn-linux-yocto_emenlow ?=
>"33fea086cb668a39765dfc7a01fd715f3ef8f6b8"
>-SRCREV_meta_pn-linux-yocto_emenlow ?=
>"5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
>+SRCREV_machine_pn-linux-yocto_emenlow ?=
>"9432e99fb8ca08b0d713fc4001f0b4a11138d20e"
>+SRCREV_meta_pn-linux-yocto_emenlow ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>+
>+LINUX_VERSION = "3.2.18"
>diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
>b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
>index 4fac478..7b2185f 100644
>--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
>+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
>@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
> KMACHINE_emenlow  = "emenlow"
> KBRANCH_emenlow  = "standard/emenlow"
>
>-SRCREV_machine_pn-linux-yocto_emenlow ?=
>"ace4e2276ac0592e3602b9b6a95348e56e7cf246"
>-SRCREV_meta_pn-linux-yocto_emenlow ?=
>"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>+SRCREV_machine_pn-linux-yocto_emenlow ?=
>"d8178545bc69adf262620fcfa40dd8f8ef64ba14"
>+SRCREV_meta_pn-linux-yocto_emenlow ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>+
>+LINUX_VERSION = "3.4.11"
>diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-
>fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>index 35d0b3a..8459a35 100644
>--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>@@ -3,13 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> COMPATIBLE_MACHINE_fri2 = "fri2"
> KMACHINE_fri2  = "fri2"
> KBRANCH_fri2 = "standard/default/fri2"
>-SRCREV_machine_pn-linux-yocto_fri2 ?=
>"046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
>-SRCREV_meta_pn-linux-yocto_fri2 ?=
>"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>+SRCREV_machine_pn-linux-yocto_fri2 ?=
>"e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
>+SRCREV_meta_pn-linux-yocto_fri2 ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>
> COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
> KMACHINE_fri2-noemgd  = "fri2"
> KBRANCH_fri2-noemgd = "standard/default/fri2"
>-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
>"046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
>-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
>"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
>"e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
>+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>+
>+LINUX_VERSION = "3.2.18"
>
> module_autoload_iwlwifi = "iwlwifi"
>diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-
>fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
>index 522c703..dff9456 100644
>--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
>+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
>@@ -12,4 +12,6 @@ KBRANCH_fri2-noemgd = "standard/fri2"
> SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
>"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>
>+LINUX_VERSION = "3.4.11"
>+
> module_autoload_iwlwifi = "iwlwifi"
>diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>index 2c3dd86..537a90c 100644
>--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>@@ -7,3 +7,5 @@ KBRANCH_jasperforest  = "standard/default/common-pc-
>64/jasperforest"
>
> SRCREV_machine_pn-linux-yocto_jasperforest ?=
>"3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79"
> SRCREV_meta_pn-linux-yocto_jasperforest ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>+
>+LINUX_VERSION = "3.2.18"
>diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>index 7c5a908..255f12a 100644
>--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
> KMACHINE_jasperforest  = "jasperforest"
> KBRANCH_jasperforest  = "standard/common-pc-64/jasperforest"
>
>-SRCREV_machine_pn-linux-yocto_jasperforest ?=
>"449f7f520350700858f21a5554b81cc8ad23267d"
>-SRCREV_meta_pn-linux-yocto_jasperforest ?=
>"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>+SRCREV_machine_pn-linux-yocto_jasperforest ?=
>"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>+SRCREV_meta_pn-linux-yocto_jasperforest ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>+
>+LINUX_VERSION = "3.4.11"
>diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>index 1cba38f..c54505e 100644
>--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_romley = "romley"
> KMACHINE_romley  = "romley"
> KBRANCH_romley  = "standard/default/common-pc-64/romley"
>
>-SRCREV_machine_pn-linux-yocto_romley ?=
>"7d26ac083cb255888536b42b622b97fb438753ad"
>-SRCREV_meta_pn-linux-yocto_romley ?=
>"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>+SRCREV_machine_pn-linux-yocto_romley ?=
>"34e3cd8b7a1d18594a63b7b299fce46e32a6c80c"
>+SRCREV_meta_pn-linux-yocto_romley ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>+
>+LINUX_VERSION = "3.2.18"
>diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>index a733ddc..fad7c06 100644
>--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>@@ -5,7 +5,9 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
> KMACHINE_sugarbay  = "sugarbay"
> KBRANCH_sugarbay  = "standard/default/common-pc-64/sugarbay"
>
>-SRCREV_machine_pn-linux-yocto_sugarbay ?=
>"172df847dda93cb52af0c694200613a1c363c9a3"
>-SRCREV_meta_pn-linux-yocto_sugarbay ?=
>"5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
>+SRCREV_machine_pn-linux-yocto_sugarbay ?=
>"1b6466421bc314e7e07fe4dd48c5fc67cdc3fc40"
>+SRCREV_meta_pn-linux-yocto_sugarbay ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>+
>+LINUX_VERSION = "3.2.18"
>
> KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6"
>diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>index 9224b63..0a481e2 100644
>--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
> KMACHINE_sugarbay  = "sugarbay"
> KBRANCH_sugarbay  = "standard/common-pc-64/sugarbay"
>
>-SRCREV_machine_pn-linux-yocto_sugarbay ?=
>"449f7f520350700858f21a5554b81cc8ad23267d"
>-SRCREV_meta_pn-linux-yocto_sugarbay ?=
>"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>+SRCREV_machine_pn-linux-yocto_sugarbay ?=
>"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>+SRCREV_meta_pn-linux-yocto_sugarbay ?=
>"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>+
>+LINUX_VERSION = "3.4.11"
>diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
>b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
>index 7449b4b..88f3bd8 100644
>--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
>+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
>@@ -4,11 +4,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> COMPATIBLE_MACHINE_sys940x = "sys940x"
> KMACHINE_sys940x  = "sys940x"
> #KBRANCH_sys940x = "standard/default/base"
>-SRCREV_machine_pn-linux-yocto_sys940x ?=
>"7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
>-SRCREV_meta_pn-linux-yocto_sys940x ?=
>"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>+SRCREV_machine_pn-linux-yocto_sys940x ?=
>"06882fc16a4e965872e7faacb91da1497efd9ac3"
>+SRCREV_meta_pn-linux-yocto_sys940x ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>
> COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
> KMACHINE_sys940x-noemgd  = "sys940x"
> #KBRANCH_sys940x-noemgd = "standard/default/base"
>-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?=
>"7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
>-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?=
>"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>+SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?=
>"06882fc16a4e965872e7faacb91da1497efd9ac3"
>+SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?=
>"486f7aec824b4127e91ef53228823e996b3696f0"
>+
>+LINUX_VERSION = "3.2.18"
>--
>1.7.11.4



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

* Re: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION
  2012-10-29 23:57   ` Bodke, Kishore K
@ 2012-10-30  0:29     ` Tom Zanussi
  2012-10-30  2:12       ` Bodke, Kishore K
  0 siblings, 1 reply; 8+ messages in thread
From: Tom Zanussi @ 2012-10-30  0:29 UTC (permalink / raw)
  To: Bodke, Kishore K; +Cc: yocto@yoctoproject.org, dvhart@linux.intel.com

On Mon, 2012-10-29 at 18:57 -0500, Bodke, Kishore K wrote:
> Why are we not doing this LINUX_VERSION for the RT Kernel bbappend files?
> 

Oh, did I miss something?  The rt recipes I looked at didn't define any
SRCREVs...

But if you want to change that, sure, go ahead and send a patch...

Thanks,

Tom

> Thanks
> Kishore.
> 
> >-----Original Message-----
> >From: Zanussi, Tom
> >Sent: Monday, October 29, 2012 4:12 PM
> >To: yocto@yoctoproject.org; dvhart@linux.intel.com; Kamble, Nitin A; Bodke,
> >Kishore K; Saxena, Rahul
> >Cc: Zanussi, Tom
> >Subject: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin
> >LINUX_VERSION
> >
> >From: Tom Zanussi <tom.zanussi@intel.com>
> >
> >Update all the linux-yocto .bbappends with the latest kernel SRCREVs
> >and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a
> >mismatch between the kernel version actually used in the machine
> >branch vs the version the recipe uses for the kernel image, which can
> >change with stable updates.
> >
> >Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
> >---
> > meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend  |  2 ++
> > meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend  |  6 ++++--
> > meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    | 10
> >++++++----
> > meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    | 10
> >++++++----
> > .../recipes-kernel/linux/linux-yocto_3.4.bbappend              | 10 ++++++----
> > meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend     |  6 ++++--
> > meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend     |  6 ++++--
> > meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend        | 10 ++++++----
> > meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend        |  2 ++
> > .../recipes-kernel/linux/linux-yocto_3.2.bbappend              |  2 ++
> > .../recipes-kernel/linux/linux-yocto_3.4.bbappend              |  6 ++++--
> > meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend      |  6 ++++--
> > meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    |  6 ++++--
> > meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    |  6 ++++--
> > meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend     | 10
> >++++++----
> > 15 files changed, 64 insertions(+), 34 deletions(-)
> >
> >diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >index d4e2ee6..3b07968 100644
> >--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >@@ -8,3 +8,5 @@ KERNEL_FEATURES_append_chiefriver = "
> >features/amt/mei"
> >
> > SRCREV_machine_pn-linux-yocto_chiefriver ?=
> >"56d1c9ec36287350d154a3abef339598ef4028c2"
> > SRCREV_meta_pn-linux-yocto_chiefriver ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >+
> >+LINUX_VERSION = "3.2.18"
> >diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >index 413dc74..f023a54 100644
> >--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >@@ -6,5 +6,7 @@ KBRANCH_chiefriver  = "standard/common-pc-
> >64/chiefriver"
> >
> > KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
> >
> >-SRCREV_machine_pn-linux-yocto_chiefriver ?=
> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >-SRCREV_meta_pn-linux-yocto_chiefriver ?=
> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >+SRCREV_machine_pn-linux-yocto_chiefriver ?=
> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >+SRCREV_meta_pn-linux-yocto_chiefriver ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >+
> >+LINUX_VERSION = "3.4.11"
> >diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >index fbe13a8..6478c6b 100644
> >--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >@@ -8,8 +8,10 @@ COMPATIBLE_MACHINE_crownbay-noemgd =
> >"crownbay-noemgd"
> > KMACHINE_crownbay-noemgd  = "crownbay"
> > KBRANCH_crownbay-noemgd  = "standard/default/crownbay"
> >
> >-SRCREV_machine_pn-linux-yocto_crownbay ?=
> >"ddcccbf870485c835f9b4b94823ca0c4186d78df"
> >-SRCREV_meta_pn-linux-yocto_crownbay ?=
> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >+SRCREV_machine_pn-linux-yocto_crownbay ?=
> >"f5a22aa0b14bb998d88ad4732f85b66c347631f8"
> >+SRCREV_meta_pn-linux-yocto_crownbay ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >
> >-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
> >"ddcccbf870485c835f9b4b94823ca0c4186d78df"
> >-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
> >"f5a22aa0b14bb998d88ad4732f85b66c347631f8"
> >+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >+
> >+LINUX_VERSION = "3.2.18"
> >diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >index 8a9ef9d..e8c90f9 100644
> >--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >@@ -8,13 +8,15 @@ COMPATIBLE_MACHINE_crownbay-noemgd =
> >"crownbay-noemgd"
> > KMACHINE_crownbay-noemgd  = "crownbay"
> > KBRANCH_crownbay-noemgd  = "standard/crownbay"
> >
> >-SRCREV_machine_pn-linux-yocto_crownbay ?=
> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >-SRCREV_meta_pn-linux-yocto_crownbay ?=
> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >+SRCREV_machine_pn-linux-yocto_crownbay ?=
> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >+SRCREV_meta_pn-linux-yocto_crownbay ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> > SRCREV_emgd_pn-linux-yocto_crownbay ?=
> >"86643bdd8cbad616a161ab91f51108cf0da827bc"
> >
> >-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >
> > KSRC_linux_yocto_3_4 ?= "git.yoctoproject.org/linux-yocto-3.4.git"
> > SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-
> >3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta,emgd-
> >1.14;name=machine,meta,emgd"
> > SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-
> >3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,
> >meta"
> >+
> >+LINUX_VERSION = "3.4.11"
> >diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >index 8418307..15ff21a 100644
> >--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden =
> >"crystalforest-gladden"
> > KMACHINE_crystalforest-gladden  = "crystalforest"
> > KBRANCH_crystalforest-gladden  = "standard/common-pc-64/crystalforest"
> >
> >-SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?=
> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >-SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?=
> >"2ec32d511b62d44b63e8560a9b1d6895a5dac695"
> >+SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?=
> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >+SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >
> > COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
> > KMACHINE_crystalforest-server  = "crystalforest"
> > KBRANCH_crystalforest-server  = "standard/common-pc-64/crystalforest"
> >
> >-SRCREV_machine_pn-linux-yocto_crystalforest-server ?=
> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >-SRCREV_meta_pn-linux-yocto_crystalforest-server ?=
> >"2ec32d511b62d44b63e8560a9b1d6895a5dac695"
> >+SRCREV_machine_pn-linux-yocto_crystalforest-server ?=
> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >+SRCREV_meta_pn-linux-yocto_crystalforest-server ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >+
> >+LINUX_VERSION = "3.4.11"
> >
> > module_autoload_uio = "uio"
> >diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >index 3e8aa9b..41dfe9a 100644
> >--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
> > KMACHINE_emenlow  = "emenlow"
> > KBRANCH_emenlow  = "standard/default/emenlow"
> >
> >-SRCREV_machine_pn-linux-yocto_emenlow ?=
> >"33fea086cb668a39765dfc7a01fd715f3ef8f6b8"
> >-SRCREV_meta_pn-linux-yocto_emenlow ?=
> >"5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
> >+SRCREV_machine_pn-linux-yocto_emenlow ?=
> >"9432e99fb8ca08b0d713fc4001f0b4a11138d20e"
> >+SRCREV_meta_pn-linux-yocto_emenlow ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >+
> >+LINUX_VERSION = "3.2.18"
> >diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >index 4fac478..7b2185f 100644
> >--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
> > KMACHINE_emenlow  = "emenlow"
> > KBRANCH_emenlow  = "standard/emenlow"
> >
> >-SRCREV_machine_pn-linux-yocto_emenlow ?=
> >"ace4e2276ac0592e3602b9b6a95348e56e7cf246"
> >-SRCREV_meta_pn-linux-yocto_emenlow ?=
> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >+SRCREV_machine_pn-linux-yocto_emenlow ?=
> >"d8178545bc69adf262620fcfa40dd8f8ef64ba14"
> >+SRCREV_meta_pn-linux-yocto_emenlow ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >+
> >+LINUX_VERSION = "3.4.11"
> >diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-
> >fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >index 35d0b3a..8459a35 100644
> >--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >@@ -3,13 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > COMPATIBLE_MACHINE_fri2 = "fri2"
> > KMACHINE_fri2  = "fri2"
> > KBRANCH_fri2 = "standard/default/fri2"
> >-SRCREV_machine_pn-linux-yocto_fri2 ?=
> >"046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
> >-SRCREV_meta_pn-linux-yocto_fri2 ?=
> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >+SRCREV_machine_pn-linux-yocto_fri2 ?=
> >"e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
> >+SRCREV_meta_pn-linux-yocto_fri2 ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >
> > COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
> > KMACHINE_fri2-noemgd  = "fri2"
> > KBRANCH_fri2-noemgd = "standard/default/fri2"
> >-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
> >"046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
> >-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
> >"e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
> >+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >+
> >+LINUX_VERSION = "3.2.18"
> >
> > module_autoload_iwlwifi = "iwlwifi"
> >diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-
> >fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >index 522c703..dff9456 100644
> >--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >@@ -12,4 +12,6 @@ KBRANCH_fri2-noemgd = "standard/fri2"
> > SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> > SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >
> >+LINUX_VERSION = "3.4.11"
> >+
> > module_autoload_iwlwifi = "iwlwifi"
> >diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >index 2c3dd86..537a90c 100644
> >--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >@@ -7,3 +7,5 @@ KBRANCH_jasperforest  = "standard/default/common-pc-
> >64/jasperforest"
> >
> > SRCREV_machine_pn-linux-yocto_jasperforest ?=
> >"3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79"
> > SRCREV_meta_pn-linux-yocto_jasperforest ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >+
> >+LINUX_VERSION = "3.2.18"
> >diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >index 7c5a908..255f12a 100644
> >--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
> > KMACHINE_jasperforest  = "jasperforest"
> > KBRANCH_jasperforest  = "standard/common-pc-64/jasperforest"
> >
> >-SRCREV_machine_pn-linux-yocto_jasperforest ?=
> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >-SRCREV_meta_pn-linux-yocto_jasperforest ?=
> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >+SRCREV_machine_pn-linux-yocto_jasperforest ?=
> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >+SRCREV_meta_pn-linux-yocto_jasperforest ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >+
> >+LINUX_VERSION = "3.4.11"
> >diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >index 1cba38f..c54505e 100644
> >--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_romley = "romley"
> > KMACHINE_romley  = "romley"
> > KBRANCH_romley  = "standard/default/common-pc-64/romley"
> >
> >-SRCREV_machine_pn-linux-yocto_romley ?=
> >"7d26ac083cb255888536b42b622b97fb438753ad"
> >-SRCREV_meta_pn-linux-yocto_romley ?=
> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >+SRCREV_machine_pn-linux-yocto_romley ?=
> >"34e3cd8b7a1d18594a63b7b299fce46e32a6c80c"
> >+SRCREV_meta_pn-linux-yocto_romley ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >+
> >+LINUX_VERSION = "3.2.18"
> >diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >index a733ddc..fad7c06 100644
> >--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >@@ -5,7 +5,9 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
> > KMACHINE_sugarbay  = "sugarbay"
> > KBRANCH_sugarbay  = "standard/default/common-pc-64/sugarbay"
> >
> >-SRCREV_machine_pn-linux-yocto_sugarbay ?=
> >"172df847dda93cb52af0c694200613a1c363c9a3"
> >-SRCREV_meta_pn-linux-yocto_sugarbay ?=
> >"5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
> >+SRCREV_machine_pn-linux-yocto_sugarbay ?=
> >"1b6466421bc314e7e07fe4dd48c5fc67cdc3fc40"
> >+SRCREV_meta_pn-linux-yocto_sugarbay ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >+
> >+LINUX_VERSION = "3.2.18"
> >
> > KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6"
> >diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >index 9224b63..0a481e2 100644
> >--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
> > KMACHINE_sugarbay  = "sugarbay"
> > KBRANCH_sugarbay  = "standard/common-pc-64/sugarbay"
> >
> >-SRCREV_machine_pn-linux-yocto_sugarbay ?=
> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >-SRCREV_meta_pn-linux-yocto_sugarbay ?=
> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >+SRCREV_machine_pn-linux-yocto_sugarbay ?=
> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >+SRCREV_meta_pn-linux-yocto_sugarbay ?=
> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >+
> >+LINUX_VERSION = "3.4.11"
> >diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >index 7449b4b..88f3bd8 100644
> >--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >@@ -4,11 +4,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > COMPATIBLE_MACHINE_sys940x = "sys940x"
> > KMACHINE_sys940x  = "sys940x"
> > #KBRANCH_sys940x = "standard/default/base"
> >-SRCREV_machine_pn-linux-yocto_sys940x ?=
> >"7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
> >-SRCREV_meta_pn-linux-yocto_sys940x ?=
> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >+SRCREV_machine_pn-linux-yocto_sys940x ?=
> >"06882fc16a4e965872e7faacb91da1497efd9ac3"
> >+SRCREV_meta_pn-linux-yocto_sys940x ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >
> > COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
> > KMACHINE_sys940x-noemgd  = "sys940x"
> > #KBRANCH_sys940x-noemgd = "standard/default/base"
> >-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?=
> >"7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
> >-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?=
> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >+SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?=
> >"06882fc16a4e965872e7faacb91da1497efd9ac3"
> >+SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?=
> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >+
> >+LINUX_VERSION = "3.2.18"
> >--
> >1.7.11.4
> 




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

* Re: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION
  2012-10-30  0:29     ` Tom Zanussi
@ 2012-10-30  2:12       ` Bodke, Kishore K
  2012-10-30  2:25         ` Tom Zanussi
  0 siblings, 1 reply; 8+ messages in thread
From: Bodke, Kishore K @ 2012-10-30  2:12 UTC (permalink / raw)
  To: Zanussi, Tom; +Cc: yocto@yoctoproject.org, dvhart@linux.intel.com



>-----Original Message-----
>From: Zanussi, Tom
>Sent: Monday, October 29, 2012 5:30 PM
>To: Bodke, Kishore K
>Cc: yocto@yoctoproject.org; dvhart@linux.intel.com; Kamble, Nitin A; Saxena,
>Rahul
>Subject: Re: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin
>LINUX_VERSION
>
>On Mon, 2012-10-29 at 18:57 -0500, Bodke, Kishore K wrote:
>> Why are we not doing this LINUX_VERSION for the RT Kernel bbappend
>files?
>>
>
>Oh, did I miss something?  The rt recipes I looked at didn't define any
>SRCREVs...
>
>But if you want to change that, sure, go ahead and send a patch...
>
Yeah, I have them for Crystal Forest, but I don't see these in all BSPs.
May be I can send a patch for the Crystal Forest?

Thanks
Kishore.

>Thanks,
>
>Tom
>
>> Thanks
>> Kishore.
>>
>> >-----Original Message-----
>> >From: Zanussi, Tom
>> >Sent: Monday, October 29, 2012 4:12 PM
>> >To: yocto@yoctoproject.org; dvhart@linux.intel.com; Kamble, Nitin A;
>Bodke,
>> >Kishore K; Saxena, Rahul
>> >Cc: Zanussi, Tom
>> >Subject: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin
>> >LINUX_VERSION
>> >
>> >From: Tom Zanussi <tom.zanussi@intel.com>
>> >
>> >Update all the linux-yocto .bbappends with the latest kernel SRCREVs
>> >and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a
>> >mismatch between the kernel version actually used in the machine
>> >branch vs the version the recipe uses for the kernel image, which can
>> >change with stable updates.
>> >
>> >Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
>> >---
>> > meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend  |  2 ++
>> > meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend  |  6
>++++--
>> > meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    | 10
>> >++++++----
>> > meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    | 10
>> >++++++----
>> > .../recipes-kernel/linux/linux-yocto_3.4.bbappend              | 10 ++++++----
>> > meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend     |  6
>++++--
>> > meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend     |  6
>++++--
>> > meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend        | 10
>++++++----
>> > meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend        |  2 ++
>> > .../recipes-kernel/linux/linux-yocto_3.2.bbappend              |  2 ++
>> > .../recipes-kernel/linux/linux-yocto_3.4.bbappend              |  6 ++++--
>> > meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend      |  6 ++++-
>-
>> > meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    |  6
>++++--
>> > meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    |  6
>++++--
>> > meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend     | 10
>> >++++++----
>> > 15 files changed, 64 insertions(+), 34 deletions(-)
>> >
>> >diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >index d4e2ee6..3b07968 100644
>> >--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >@@ -8,3 +8,5 @@ KERNEL_FEATURES_append_chiefriver = "
>> >features/amt/mei"
>> >
>> > SRCREV_machine_pn-linux-yocto_chiefriver ?=
>> >"56d1c9ec36287350d154a3abef339598ef4028c2"
>> > SRCREV_meta_pn-linux-yocto_chiefriver ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >+
>> >+LINUX_VERSION = "3.2.18"
>> >diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >index 413dc74..f023a54 100644
>> >--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >@@ -6,5 +6,7 @@ KBRANCH_chiefriver  = "standard/common-pc-
>> >64/chiefriver"
>> >
>> > KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
>> >
>> >-SRCREV_machine_pn-linux-yocto_chiefriver ?=
>> >"449f7f520350700858f21a5554b81cc8ad23267d"
>> >-SRCREV_meta_pn-linux-yocto_chiefriver ?=
>> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>> >+SRCREV_machine_pn-linux-yocto_chiefriver ?=
>> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>> >+SRCREV_meta_pn-linux-yocto_chiefriver ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> >+
>> >+LINUX_VERSION = "3.4.11"
>> >diff --git a/meta-crownbay/recipes-kernel/linux/linux-
>yocto_3.2.bbappend
>> >b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >index fbe13a8..6478c6b 100644
>> >--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >@@ -8,8 +8,10 @@ COMPATIBLE_MACHINE_crownbay-noemgd =
>> >"crownbay-noemgd"
>> > KMACHINE_crownbay-noemgd  = "crownbay"
>> > KBRANCH_crownbay-noemgd  = "standard/default/crownbay"
>> >
>> >-SRCREV_machine_pn-linux-yocto_crownbay ?=
>> >"ddcccbf870485c835f9b4b94823ca0c4186d78df"
>> >-SRCREV_meta_pn-linux-yocto_crownbay ?=
>> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>> >+SRCREV_machine_pn-linux-yocto_crownbay ?=
>> >"f5a22aa0b14bb998d88ad4732f85b66c347631f8"
>> >+SRCREV_meta_pn-linux-yocto_crownbay ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >
>> >-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
>> >"ddcccbf870485c835f9b4b94823ca0c4186d78df"
>> >-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
>> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>> >+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
>> >"f5a22aa0b14bb998d88ad4732f85b66c347631f8"
>> >+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >+
>> >+LINUX_VERSION = "3.2.18"
>> >diff --git a/meta-crownbay/recipes-kernel/linux/linux-
>yocto_3.4.bbappend
>> >b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >index 8a9ef9d..e8c90f9 100644
>> >--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >@@ -8,13 +8,15 @@ COMPATIBLE_MACHINE_crownbay-noemgd =
>> >"crownbay-noemgd"
>> > KMACHINE_crownbay-noemgd  = "crownbay"
>> > KBRANCH_crownbay-noemgd  = "standard/crownbay"
>> >
>> >-SRCREV_machine_pn-linux-yocto_crownbay ?=
>> >"449f7f520350700858f21a5554b81cc8ad23267d"
>> >-SRCREV_meta_pn-linux-yocto_crownbay ?=
>> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>> >+SRCREV_machine_pn-linux-yocto_crownbay ?=
>> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>> >+SRCREV_meta_pn-linux-yocto_crownbay ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> > SRCREV_emgd_pn-linux-yocto_crownbay ?=
>> >"86643bdd8cbad616a161ab91f51108cf0da827bc"
>> >
>> >-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
>> >"449f7f520350700858f21a5554b81cc8ad23267d"
>> >-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
>> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>> >+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
>> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>> >+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> >
>> > KSRC_linux_yocto_3_4 ?= "git.yoctoproject.org/linux-yocto-3.4.git"
>> > SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-
>> >3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta,emgd-
>> >1.14;name=machine,meta,emgd"
>> > SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-
>>
>>3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machin
>e,
>> >meta"
>> >+
>> >+LINUX_VERSION = "3.4.11"
>> >diff --git a/meta-crystalforest/recipes-kernel/linux/linux-
>yocto_3.4.bbappend
>> >b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >index 8418307..15ff21a 100644
>> >--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden =
>> >"crystalforest-gladden"
>> > KMACHINE_crystalforest-gladden  = "crystalforest"
>> > KBRANCH_crystalforest-gladden  = "standard/common-pc-
>64/crystalforest"
>> >
>> >-SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?=
>> >"449f7f520350700858f21a5554b81cc8ad23267d"
>> >-SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?=
>> >"2ec32d511b62d44b63e8560a9b1d6895a5dac695"
>> >+SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?=
>> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>> >+SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> >
>> > COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
>> > KMACHINE_crystalforest-server  = "crystalforest"
>> > KBRANCH_crystalforest-server  = "standard/common-pc-64/crystalforest"
>> >
>> >-SRCREV_machine_pn-linux-yocto_crystalforest-server ?=
>> >"449f7f520350700858f21a5554b81cc8ad23267d"
>> >-SRCREV_meta_pn-linux-yocto_crystalforest-server ?=
>> >"2ec32d511b62d44b63e8560a9b1d6895a5dac695"
>> >+SRCREV_machine_pn-linux-yocto_crystalforest-server ?=
>> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>> >+SRCREV_meta_pn-linux-yocto_crystalforest-server ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> >+
>> >+LINUX_VERSION = "3.4.11"
>> >
>> > module_autoload_uio = "uio"
>> >diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >index 3e8aa9b..41dfe9a 100644
>> >--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
>> > KMACHINE_emenlow  = "emenlow"
>> > KBRANCH_emenlow  = "standard/default/emenlow"
>> >
>> >-SRCREV_machine_pn-linux-yocto_emenlow ?=
>> >"33fea086cb668a39765dfc7a01fd715f3ef8f6b8"
>> >-SRCREV_meta_pn-linux-yocto_emenlow ?=
>> >"5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
>> >+SRCREV_machine_pn-linux-yocto_emenlow ?=
>> >"9432e99fb8ca08b0d713fc4001f0b4a11138d20e"
>> >+SRCREV_meta_pn-linux-yocto_emenlow ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >+
>> >+LINUX_VERSION = "3.2.18"
>> >diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >index 4fac478..7b2185f 100644
>> >--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
>> > KMACHINE_emenlow  = "emenlow"
>> > KBRANCH_emenlow  = "standard/emenlow"
>> >
>> >-SRCREV_machine_pn-linux-yocto_emenlow ?=
>> >"ace4e2276ac0592e3602b9b6a95348e56e7cf246"
>> >-SRCREV_meta_pn-linux-yocto_emenlow ?=
>> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>> >+SRCREV_machine_pn-linux-yocto_emenlow ?=
>> >"d8178545bc69adf262620fcfa40dd8f8ef64ba14"
>> >+SRCREV_meta_pn-linux-yocto_emenlow ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> >+
>> >+LINUX_VERSION = "3.4.11"
>> >diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>b/meta-
>> >fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >index 35d0b3a..8459a35 100644
>> >--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >@@ -3,13 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>> > COMPATIBLE_MACHINE_fri2 = "fri2"
>> > KMACHINE_fri2  = "fri2"
>> > KBRANCH_fri2 = "standard/default/fri2"
>> >-SRCREV_machine_pn-linux-yocto_fri2 ?=
>> >"046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
>> >-SRCREV_meta_pn-linux-yocto_fri2 ?=
>> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>> >+SRCREV_machine_pn-linux-yocto_fri2 ?=
>> >"e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
>> >+SRCREV_meta_pn-linux-yocto_fri2 ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >
>> > COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
>> > KMACHINE_fri2-noemgd  = "fri2"
>> > KBRANCH_fri2-noemgd = "standard/default/fri2"
>> >-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
>> >"046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
>> >-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
>> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>> >+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
>> >"e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
>> >+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >+
>> >+LINUX_VERSION = "3.2.18"
>> >
>> > module_autoload_iwlwifi = "iwlwifi"
>> >diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
>b/meta-
>> >fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >index 522c703..dff9456 100644
>> >--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >@@ -12,4 +12,6 @@ KBRANCH_fri2-noemgd = "standard/fri2"
>> > SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
>> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>> > SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> >
>> >+LINUX_VERSION = "3.4.11"
>> >+
>> > module_autoload_iwlwifi = "iwlwifi"
>> >diff --git a/meta-jasperforest/recipes-kernel/linux/linux-
>yocto_3.2.bbappend
>> >b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >index 2c3dd86..537a90c 100644
>> >--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >@@ -7,3 +7,5 @@ KBRANCH_jasperforest  = "standard/default/common-
>pc-
>> >64/jasperforest"
>> >
>> > SRCREV_machine_pn-linux-yocto_jasperforest ?=
>> >"3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79"
>> > SRCREV_meta_pn-linux-yocto_jasperforest ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >+
>> >+LINUX_VERSION = "3.2.18"
>> >diff --git a/meta-jasperforest/recipes-kernel/linux/linux-
>yocto_3.4.bbappend
>> >b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >index 7c5a908..255f12a 100644
>> >--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
>> > KMACHINE_jasperforest  = "jasperforest"
>> > KBRANCH_jasperforest  = "standard/common-pc-64/jasperforest"
>> >
>> >-SRCREV_machine_pn-linux-yocto_jasperforest ?=
>> >"449f7f520350700858f21a5554b81cc8ad23267d"
>> >-SRCREV_meta_pn-linux-yocto_jasperforest ?=
>> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>> >+SRCREV_machine_pn-linux-yocto_jasperforest ?=
>> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>> >+SRCREV_meta_pn-linux-yocto_jasperforest ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> >+
>> >+LINUX_VERSION = "3.4.11"
>> >diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >index 1cba38f..c54505e 100644
>> >--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_romley = "romley"
>> > KMACHINE_romley  = "romley"
>> > KBRANCH_romley  = "standard/default/common-pc-64/romley"
>> >
>> >-SRCREV_machine_pn-linux-yocto_romley ?=
>> >"7d26ac083cb255888536b42b622b97fb438753ad"
>> >-SRCREV_meta_pn-linux-yocto_romley ?=
>> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>> >+SRCREV_machine_pn-linux-yocto_romley ?=
>> >"34e3cd8b7a1d18594a63b7b299fce46e32a6c80c"
>> >+SRCREV_meta_pn-linux-yocto_romley ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >+
>> >+LINUX_VERSION = "3.2.18"
>> >diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >index a733ddc..fad7c06 100644
>> >--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >@@ -5,7 +5,9 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
>> > KMACHINE_sugarbay  = "sugarbay"
>> > KBRANCH_sugarbay  = "standard/default/common-pc-64/sugarbay"
>> >
>> >-SRCREV_machine_pn-linux-yocto_sugarbay ?=
>> >"172df847dda93cb52af0c694200613a1c363c9a3"
>> >-SRCREV_meta_pn-linux-yocto_sugarbay ?=
>> >"5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
>> >+SRCREV_machine_pn-linux-yocto_sugarbay ?=
>> >"1b6466421bc314e7e07fe4dd48c5fc67cdc3fc40"
>> >+SRCREV_meta_pn-linux-yocto_sugarbay ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >+
>> >+LINUX_VERSION = "3.2.18"
>> >
>> > KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6"
>> >diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >index 9224b63..0a481e2 100644
>> >--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
>> > KMACHINE_sugarbay  = "sugarbay"
>> > KBRANCH_sugarbay  = "standard/common-pc-64/sugarbay"
>> >
>> >-SRCREV_machine_pn-linux-yocto_sugarbay ?=
>> >"449f7f520350700858f21a5554b81cc8ad23267d"
>> >-SRCREV_meta_pn-linux-yocto_sugarbay ?=
>> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
>> >+SRCREV_machine_pn-linux-yocto_sugarbay ?=
>> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
>> >+SRCREV_meta_pn-linux-yocto_sugarbay ?=
>> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
>> >+
>> >+LINUX_VERSION = "3.4.11"
>> >diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >index 7449b4b..88f3bd8 100644
>> >--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> >@@ -4,11 +4,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>> > COMPATIBLE_MACHINE_sys940x = "sys940x"
>> > KMACHINE_sys940x  = "sys940x"
>> > #KBRANCH_sys940x = "standard/default/base"
>> >-SRCREV_machine_pn-linux-yocto_sys940x ?=
>> >"7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
>> >-SRCREV_meta_pn-linux-yocto_sys940x ?=
>> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>> >+SRCREV_machine_pn-linux-yocto_sys940x ?=
>> >"06882fc16a4e965872e7faacb91da1497efd9ac3"
>> >+SRCREV_meta_pn-linux-yocto_sys940x ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >
>> > COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
>> > KMACHINE_sys940x-noemgd  = "sys940x"
>> > #KBRANCH_sys940x-noemgd = "standard/default/base"
>> >-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?=
>> >"7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
>> >-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?=
>> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
>> >+SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?=
>> >"06882fc16a4e965872e7faacb91da1497efd9ac3"
>> >+SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?=
>> >"486f7aec824b4127e91ef53228823e996b3696f0"
>> >+
>> >+LINUX_VERSION = "3.2.18"
>> >--
>> >1.7.11.4
>>
>


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

* Re: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION
  2012-10-30  2:12       ` Bodke, Kishore K
@ 2012-10-30  2:25         ` Tom Zanussi
  0 siblings, 0 replies; 8+ messages in thread
From: Tom Zanussi @ 2012-10-30  2:25 UTC (permalink / raw)
  To: Bodke, Kishore K; +Cc: yocto@yoctoproject.org, dvhart@linux.intel.com

On Mon, 2012-10-29 at 21:12 -0500, Bodke, Kishore K wrote:
> 
> >-----Original Message-----
> >From: Zanussi, Tom
> >Sent: Monday, October 29, 2012 5:30 PM
> >To: Bodke, Kishore K
> >Cc: yocto@yoctoproject.org; dvhart@linux.intel.com; Kamble, Nitin A; Saxena,
> >Rahul
> >Subject: Re: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin
> >LINUX_VERSION
> >
> >On Mon, 2012-10-29 at 18:57 -0500, Bodke, Kishore K wrote:
> >> Why are we not doing this LINUX_VERSION for the RT Kernel bbappend
> >files?
> >>
> >
> >Oh, did I miss something?  The rt recipes I looked at didn't define any
> >SRCREVs...
> >
> >But if you want to change that, sure, go ahead and send a patch...
> >
> Yeah, I have them for Crystal Forest, but I don't see these in all BSPs.
> May be I can send a patch for the Crystal Forest?
> 

Yeah, that would be good - I'll pull it in with the rest.

Tom

> Thanks
> Kishore.
> 
> >Thanks,
> >
> >Tom
> >
> >> Thanks
> >> Kishore.
> >>
> >> >-----Original Message-----
> >> >From: Zanussi, Tom
> >> >Sent: Monday, October 29, 2012 4:12 PM
> >> >To: yocto@yoctoproject.org; dvhart@linux.intel.com; Kamble, Nitin A;
> >Bodke,
> >> >Kishore K; Saxena, Rahul
> >> >Cc: Zanussi, Tom
> >> >Subject: [PATCH 1/2] meta-intel: update kernel SRCREVs and pin
> >> >LINUX_VERSION
> >> >
> >> >From: Tom Zanussi <tom.zanussi@intel.com>
> >> >
> >> >Update all the linux-yocto .bbappends with the latest kernel SRCREVs
> >> >and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a
> >> >mismatch between the kernel version actually used in the machine
> >> >branch vs the version the recipe uses for the kernel image, which can
> >> >change with stable updates.
> >> >
> >> >Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
> >> >---
> >> > meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend  |  2 ++
> >> > meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend  |  6
> >++++--
> >> > meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    | 10
> >> >++++++----
> >> > meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    | 10
> >> >++++++----
> >> > .../recipes-kernel/linux/linux-yocto_3.4.bbappend              | 10 ++++++----
> >> > meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend     |  6
> >++++--
> >> > meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend     |  6
> >++++--
> >> > meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend        | 10
> >++++++----
> >> > meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend        |  2 ++
> >> > .../recipes-kernel/linux/linux-yocto_3.2.bbappend              |  2 ++
> >> > .../recipes-kernel/linux/linux-yocto_3.4.bbappend              |  6 ++++--
> >> > meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend      |  6 ++++-
> >-
> >> > meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend    |  6
> >++++--
> >> > meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend    |  6
> >++++--
> >> > meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend     | 10
> >> >++++++----
> >> > 15 files changed, 64 insertions(+), 34 deletions(-)
> >> >
> >> >diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >index d4e2ee6..3b07968 100644
> >> >--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >@@ -8,3 +8,5 @@ KERNEL_FEATURES_append_chiefriver = "
> >> >features/amt/mei"
> >> >
> >> > SRCREV_machine_pn-linux-yocto_chiefriver ?=
> >> >"56d1c9ec36287350d154a3abef339598ef4028c2"
> >> > SRCREV_meta_pn-linux-yocto_chiefriver ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >+
> >> >+LINUX_VERSION = "3.2.18"
> >> >diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >index 413dc74..f023a54 100644
> >> >--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >@@ -6,5 +6,7 @@ KBRANCH_chiefriver  = "standard/common-pc-
> >> >64/chiefriver"
> >> >
> >> > KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_chiefriver ?=
> >> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >> >-SRCREV_meta_pn-linux-yocto_chiefriver ?=
> >> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >> >+SRCREV_machine_pn-linux-yocto_chiefriver ?=
> >> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >> >+SRCREV_meta_pn-linux-yocto_chiefriver ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> >+
> >> >+LINUX_VERSION = "3.4.11"
> >> >diff --git a/meta-crownbay/recipes-kernel/linux/linux-
> >yocto_3.2.bbappend
> >> >b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >index fbe13a8..6478c6b 100644
> >> >--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >@@ -8,8 +8,10 @@ COMPATIBLE_MACHINE_crownbay-noemgd =
> >> >"crownbay-noemgd"
> >> > KMACHINE_crownbay-noemgd  = "crownbay"
> >> > KBRANCH_crownbay-noemgd  = "standard/default/crownbay"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_crownbay ?=
> >> >"ddcccbf870485c835f9b4b94823ca0c4186d78df"
> >> >-SRCREV_meta_pn-linux-yocto_crownbay ?=
> >> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >> >+SRCREV_machine_pn-linux-yocto_crownbay ?=
> >> >"f5a22aa0b14bb998d88ad4732f85b66c347631f8"
> >> >+SRCREV_meta_pn-linux-yocto_crownbay ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
> >> >"ddcccbf870485c835f9b4b94823ca0c4186d78df"
> >> >-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
> >> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >> >+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
> >> >"f5a22aa0b14bb998d88ad4732f85b66c347631f8"
> >> >+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >+
> >> >+LINUX_VERSION = "3.2.18"
> >> >diff --git a/meta-crownbay/recipes-kernel/linux/linux-
> >yocto_3.4.bbappend
> >> >b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >index 8a9ef9d..e8c90f9 100644
> >> >--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >@@ -8,13 +8,15 @@ COMPATIBLE_MACHINE_crownbay-noemgd =
> >> >"crownbay-noemgd"
> >> > KMACHINE_crownbay-noemgd  = "crownbay"
> >> > KBRANCH_crownbay-noemgd  = "standard/crownbay"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_crownbay ?=
> >> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >> >-SRCREV_meta_pn-linux-yocto_crownbay ?=
> >> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >> >+SRCREV_machine_pn-linux-yocto_crownbay ?=
> >> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >> >+SRCREV_meta_pn-linux-yocto_crownbay ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> > SRCREV_emgd_pn-linux-yocto_crownbay ?=
> >> >"86643bdd8cbad616a161ab91f51108cf0da827bc"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
> >> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >> >-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
> >> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >> >+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?=
> >> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >> >+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> >
> >> > KSRC_linux_yocto_3_4 ?= "git.yoctoproject.org/linux-yocto-3.4.git"
> >> > SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-
> >> >3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta,emgd-
> >> >1.14;name=machine,meta,emgd"
> >> > SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-
> >>
> >>3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machin
> >e,
> >> >meta"
> >> >+
> >> >+LINUX_VERSION = "3.4.11"
> >> >diff --git a/meta-crystalforest/recipes-kernel/linux/linux-
> >yocto_3.4.bbappend
> >> >b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >index 8418307..15ff21a 100644
> >> >--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden =
> >> >"crystalforest-gladden"
> >> > KMACHINE_crystalforest-gladden  = "crystalforest"
> >> > KBRANCH_crystalforest-gladden  = "standard/common-pc-
> >64/crystalforest"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?=
> >> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >> >-SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?=
> >> >"2ec32d511b62d44b63e8560a9b1d6895a5dac695"
> >> >+SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?=
> >> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >> >+SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> >
> >> > COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
> >> > KMACHINE_crystalforest-server  = "crystalforest"
> >> > KBRANCH_crystalforest-server  = "standard/common-pc-64/crystalforest"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_crystalforest-server ?=
> >> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >> >-SRCREV_meta_pn-linux-yocto_crystalforest-server ?=
> >> >"2ec32d511b62d44b63e8560a9b1d6895a5dac695"
> >> >+SRCREV_machine_pn-linux-yocto_crystalforest-server ?=
> >> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >> >+SRCREV_meta_pn-linux-yocto_crystalforest-server ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> >+
> >> >+LINUX_VERSION = "3.4.11"
> >> >
> >> > module_autoload_uio = "uio"
> >> >diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >index 3e8aa9b..41dfe9a 100644
> >> >--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
> >> > KMACHINE_emenlow  = "emenlow"
> >> > KBRANCH_emenlow  = "standard/default/emenlow"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_emenlow ?=
> >> >"33fea086cb668a39765dfc7a01fd715f3ef8f6b8"
> >> >-SRCREV_meta_pn-linux-yocto_emenlow ?=
> >> >"5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
> >> >+SRCREV_machine_pn-linux-yocto_emenlow ?=
> >> >"9432e99fb8ca08b0d713fc4001f0b4a11138d20e"
> >> >+SRCREV_meta_pn-linux-yocto_emenlow ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >+
> >> >+LINUX_VERSION = "3.2.18"
> >> >diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >index 4fac478..7b2185f 100644
> >> >--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
> >> > KMACHINE_emenlow  = "emenlow"
> >> > KBRANCH_emenlow  = "standard/emenlow"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_emenlow ?=
> >> >"ace4e2276ac0592e3602b9b6a95348e56e7cf246"
> >> >-SRCREV_meta_pn-linux-yocto_emenlow ?=
> >> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >> >+SRCREV_machine_pn-linux-yocto_emenlow ?=
> >> >"d8178545bc69adf262620fcfa40dd8f8ef64ba14"
> >> >+SRCREV_meta_pn-linux-yocto_emenlow ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> >+
> >> >+LINUX_VERSION = "3.4.11"
> >> >diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >b/meta-
> >> >fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >index 35d0b3a..8459a35 100644
> >> >--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >@@ -3,13 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> >> > COMPATIBLE_MACHINE_fri2 = "fri2"
> >> > KMACHINE_fri2  = "fri2"
> >> > KBRANCH_fri2 = "standard/default/fri2"
> >> >-SRCREV_machine_pn-linux-yocto_fri2 ?=
> >> >"046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
> >> >-SRCREV_meta_pn-linux-yocto_fri2 ?=
> >> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >> >+SRCREV_machine_pn-linux-yocto_fri2 ?=
> >> >"e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
> >> >+SRCREV_meta_pn-linux-yocto_fri2 ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >
> >> > COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
> >> > KMACHINE_fri2-noemgd  = "fri2"
> >> > KBRANCH_fri2-noemgd = "standard/default/fri2"
> >> >-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
> >> >"046bef8ea4dbb9c279e49ad9faf240b86fc80fdc"
> >> >-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
> >> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >> >+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
> >> >"e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
> >> >+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >+
> >> >+LINUX_VERSION = "3.2.18"
> >> >
> >> > module_autoload_iwlwifi = "iwlwifi"
> >> >diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >b/meta-
> >> >fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >index 522c703..dff9456 100644
> >> >--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >@@ -12,4 +12,6 @@ KBRANCH_fri2-noemgd = "standard/fri2"
> >> > SRCREV_machine_pn-linux-yocto_fri2-noemgd ?=
> >> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >> > SRCREV_meta_pn-linux-yocto_fri2-noemgd ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> >
> >> >+LINUX_VERSION = "3.4.11"
> >> >+
> >> > module_autoload_iwlwifi = "iwlwifi"
> >> >diff --git a/meta-jasperforest/recipes-kernel/linux/linux-
> >yocto_3.2.bbappend
> >> >b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >index 2c3dd86..537a90c 100644
> >> >--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >@@ -7,3 +7,5 @@ KBRANCH_jasperforest  = "standard/default/common-
> >pc-
> >> >64/jasperforest"
> >> >
> >> > SRCREV_machine_pn-linux-yocto_jasperforest ?=
> >> >"3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79"
> >> > SRCREV_meta_pn-linux-yocto_jasperforest ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >+
> >> >+LINUX_VERSION = "3.2.18"
> >> >diff --git a/meta-jasperforest/recipes-kernel/linux/linux-
> >yocto_3.4.bbappend
> >> >b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >index 7c5a908..255f12a 100644
> >> >--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
> >> > KMACHINE_jasperforest  = "jasperforest"
> >> > KBRANCH_jasperforest  = "standard/common-pc-64/jasperforest"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_jasperforest ?=
> >> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >> >-SRCREV_meta_pn-linux-yocto_jasperforest ?=
> >> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >> >+SRCREV_machine_pn-linux-yocto_jasperforest ?=
> >> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >> >+SRCREV_meta_pn-linux-yocto_jasperforest ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> >+
> >> >+LINUX_VERSION = "3.4.11"
> >> >diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >index 1cba38f..c54505e 100644
> >> >--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_romley = "romley"
> >> > KMACHINE_romley  = "romley"
> >> > KBRANCH_romley  = "standard/default/common-pc-64/romley"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_romley ?=
> >> >"7d26ac083cb255888536b42b622b97fb438753ad"
> >> >-SRCREV_meta_pn-linux-yocto_romley ?=
> >> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >> >+SRCREV_machine_pn-linux-yocto_romley ?=
> >> >"34e3cd8b7a1d18594a63b7b299fce46e32a6c80c"
> >> >+SRCREV_meta_pn-linux-yocto_romley ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >+
> >> >+LINUX_VERSION = "3.2.18"
> >> >diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >index a733ddc..fad7c06 100644
> >> >--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >@@ -5,7 +5,9 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
> >> > KMACHINE_sugarbay  = "sugarbay"
> >> > KBRANCH_sugarbay  = "standard/default/common-pc-64/sugarbay"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_sugarbay ?=
> >> >"172df847dda93cb52af0c694200613a1c363c9a3"
> >> >-SRCREV_meta_pn-linux-yocto_sugarbay ?=
> >> >"5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b"
> >> >+SRCREV_machine_pn-linux-yocto_sugarbay ?=
> >> >"1b6466421bc314e7e07fe4dd48c5fc67cdc3fc40"
> >> >+SRCREV_meta_pn-linux-yocto_sugarbay ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >+
> >> >+LINUX_VERSION = "3.2.18"
> >> >
> >> > KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6"
> >> >diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >index 9224b63..0a481e2 100644
> >> >--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> >> >@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
> >> > KMACHINE_sugarbay  = "sugarbay"
> >> > KBRANCH_sugarbay  = "standard/common-pc-64/sugarbay"
> >> >
> >> >-SRCREV_machine_pn-linux-yocto_sugarbay ?=
> >> >"449f7f520350700858f21a5554b81cc8ad23267d"
> >> >-SRCREV_meta_pn-linux-yocto_sugarbay ?=
> >> >"9e3bdb7344054264b750e53fbbb6394cc1c942ac"
> >> >+SRCREV_machine_pn-linux-yocto_sugarbay ?=
> >> >"218bd8d2022b9852c60d32f0d770931e3cf343e2"
> >> >+SRCREV_meta_pn-linux-yocto_sugarbay ?=
> >> >"68a635bf8dfb64b02263c1ac80c948647cc76d5f"
> >> >+
> >> >+LINUX_VERSION = "3.4.11"
> >> >diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >index 7449b4b..88f3bd8 100644
> >> >--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
> >> >@@ -4,11 +4,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> >> > COMPATIBLE_MACHINE_sys940x = "sys940x"
> >> > KMACHINE_sys940x  = "sys940x"
> >> > #KBRANCH_sys940x = "standard/default/base"
> >> >-SRCREV_machine_pn-linux-yocto_sys940x ?=
> >> >"7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
> >> >-SRCREV_meta_pn-linux-yocto_sys940x ?=
> >> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >> >+SRCREV_machine_pn-linux-yocto_sys940x ?=
> >> >"06882fc16a4e965872e7faacb91da1497efd9ac3"
> >> >+SRCREV_meta_pn-linux-yocto_sys940x ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >
> >> > COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
> >> > KMACHINE_sys940x-noemgd  = "sys940x"
> >> > #KBRANCH_sys940x-noemgd = "standard/default/base"
> >> >-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?=
> >> >"7cc31a952f78b8f8e8469eed93c23e9675a8eeb5"
> >> >-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?=
> >> >"07ee09b520579b9f29bd15fefb01fd28b34c6064"
> >> >+SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?=
> >> >"06882fc16a4e965872e7faacb91da1497efd9ac3"
> >> >+SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?=
> >> >"486f7aec824b4127e91ef53228823e996b3696f0"
> >> >+
> >> >+LINUX_VERSION = "3.2.18"
> >> >--
> >> >1.7.11.4
> >>
> >
> 




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

* Re: [PATCH 0/2] Some meta-intel cleanup for 1.3
  2012-10-29 23:11 [PATCH 0/2] Some meta-intel cleanup for 1.3 tom.zanussi
  2012-10-29 23:11 ` [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION tom.zanussi
  2012-10-29 23:11 ` [PATCH 2/2] meta-intel: remove linux-yocto*_3.0 bbappends tom.zanussi
@ 2012-10-30 13:51 ` Tom Zanussi
  2 siblings, 0 replies; 8+ messages in thread
From: Tom Zanussi @ 2012-10-30 13:51 UTC (permalink / raw)
  To: yocto; +Cc: dvhart

Pulled into meta-intel/master.

Tom

On Mon, 2012-10-29 at 18:11 -0500, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
> 
> This patchset updates the kernel SRCREVs and adds KERNEL_VERSION for all
> the meta-intel BSPs.
> 
> It also removes the remaining linux-yocto-3.0 bbappends.
> 
> The following changes since commit 20c289289ef1fa84bbef323c77d2c39e9e8a9882:
> 
>   romley: add WEBTITLE & Compliance information (2012-10-29 14:59:37 -0500)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/meta-intel-contrib.git tzanussi/1.3-kernel-srcrevs
>   http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-contrib/log/?h=tzanussi/1.3-kernel-srcrevs
> 
> Tom Zanussi (2):
>   meta-intel: update kernel SRCREVs and pin LINUX_VERSION
>   meta-intel: remove linux-yocto*_3.0 bbappends
> 
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  2 ++
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend       |  6 ++++--
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend       | 10 ++++++----
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend       | 10 ++++++----
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend       | 10 ++++++----
>  .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  9 ---------
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  6 ++++--
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend       |  6 ++++--
>  .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 11 -----------
>  meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend | 11 -----------
>  meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend | 10 ++++++----
>  meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend |  2 ++
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  2 ++
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend       |  6 ++++--
>  .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 10 ----------
>  meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend | 10 ----------
>  .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  8 --------
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  6 ++++--
>  .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    |  8 --------
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend       |  8 --------
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend       |  6 ++++--
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend       |  6 ++++--
>  .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend    | 14 --------------
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend       | 17 -----------------
>  .../recipes-kernel/linux/linux-yocto_3.2.bbappend       | 10 ++++++----
>  27 files changed, 64 insertions(+), 156 deletions(-)
>  delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
>  delete mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  delete mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
>  delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_3.0.bbappend
>  delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
>  delete mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  delete mode 100644 meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
>  delete mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  delete mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto_3.0.bbappend
> 




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

end of thread, other threads:[~2012-10-30 13:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 23:11 [PATCH 0/2] Some meta-intel cleanup for 1.3 tom.zanussi
2012-10-29 23:11 ` [PATCH 1/2] meta-intel: update kernel SRCREVs and pin LINUX_VERSION tom.zanussi
2012-10-29 23:57   ` Bodke, Kishore K
2012-10-30  0:29     ` Tom Zanussi
2012-10-30  2:12       ` Bodke, Kishore K
2012-10-30  2:25         ` Tom Zanussi
2012-10-29 23:11 ` [PATCH 2/2] meta-intel: remove linux-yocto*_3.0 bbappends tom.zanussi
2012-10-30 13:51 ` [PATCH 0/2] Some meta-intel cleanup for 1.3 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.