[meta-intel] [PATCH 1/1] meta-intel: remove kernel AUTOREVs

tom.zanussi at linux.intel.com tom.zanussi at linux.intel.com
Tue Feb 5 13:18:00 PST 2013


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

Using AUTOREV turns out to cause problems with unreproducible
autobuilder builds and unwanted network access.  This patch removes
kernel AUTOREVs and locks down SRCREVs and LINUX_VERSIONs.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend            |  6 ++++--
 .../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  | 12 +++++++-----
 .../recipes-kernel/linux/linux-yocto-rt_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   | 12 +++++++-----
 meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend   | 10 ++++++----
 meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend   | 10 ++++++----
 meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend |  4 ++--
 meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend      | 10 ++++++----
 meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend      | 10 ++++++----
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend            |  6 ++++--
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend            |  6 ++++--
 meta-nuc/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 ++++--
 .../recipes-kernel/linux/linux-yocto-rt_3.2.bbappend         |  6 ++++--
 meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend   | 10 ++++++----
 meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend   | 12 +++++++-----
 22 files changed, 111 insertions(+), 69 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 ec08a15..401840e 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -6,5 +6,7 @@ KBRANCH_chiefriver  = "standard/default/common-pc-64/chiefriver"
 
 KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
 
-SRCREV_machine_pn-linux-yocto_chiefriver ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_chiefriver ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_chiefriver ?= "825530551f81def14485936340e088f77941f0b1"
+SRCREV_meta_pn-linux-yocto_chiefriver ?= "e7f2fdc48f8808887175f0328274a2668084738c"
+
+LINUX_VERSION = "3.2.32"
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 9eca84e..4a36ae8 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_chiefriver ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_chiefriver ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_chiefriver ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
+
+LINUX_VERSION = "3.4.28"
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 7e31ac3..f434077 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_crownbay ?= "47c5a633aa48ee20152ea009079f141a3009ec1b"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "e7f2fdc48f8808887175f0328274a2668084738c"
 
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "47c5a633aa48ee20152ea009079f141a3009ec1b"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "e7f2fdc48f8808887175f0328274a2668084738c"
+
+LINUX_VERSION = "3.2.32"
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 0f12dea..f0daede 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -10,12 +10,14 @@ KMACHINE_crownbay-noemgd  = "crownbay"
 KBRANCH_crownbay-noemgd  = "standard/crownbay"
 KERNEL_FEATURES_crownbay-noemgd_append = " cfg/vesafb"
 
-SRCREV_machine_pn-linux-yocto_crownbay ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}"
-SRCREV_emgd_pn-linux-yocto_crownbay ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_crownbay ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
+SRCREV_emgd_pn-linux-yocto_crownbay ?= "08f65e2611877f7339a0626ab1c7255a35787adb"
 
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd"
 SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+
+LINUX_VERSION = "3.4.28"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 2e327d2..e98d03f 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladen"
 KMACHINE_crystalforest-gladden  = "crystalforest"
 KBRANCH_crystalforest-gladden = "standard/preempt-rt/base"
 
-SRCREV_machine_pn-linux-yocto-rt_crystalforest-gladden ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-rt_crystalforest-gladden ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto-rt_crystalforest-gladden ?= "3d56b103cd7072d520c395194e620aba2f6e52e3"
+SRCREV_meta_pn-linux-yocto-rt_crystalforest-gladden ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
 KMACHINE_crystalforest-server  = "crystalforest"
 KBRANCH_crystalforest-server = "standard/preempt-rt/base"
 
-SRCREV_machine_pn-linux-yocto-rt_crystalforest-server ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-rt_crystalforest-server ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto-rt_crystalforest-server ?= "3d56b103cd7072d520c395194e620aba2f6e52e3"
+SRCREV_meta_pn-linux-yocto-rt_crystalforest-server ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 module_autoload_uio = "uio"
+
+LINUX_VERSION = "3.4.28"
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 27bf8a0..e7cf16d 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 module_autoload_uio = "uio"
+
+LINUX_VERSION = "3.4.28"
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 9752706..24d8ec7 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_emenlow ?= "a0dbaa15a7b42122449c4069a55b6bc60b579ee7"
+SRCREV_meta_pn-linux-yocto_emenlow ?= "e7f2fdc48f8808887175f0328274a2668084738c"
+
+LINUX_VERSION = "3.2.32"
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 3eff5dd..4a46c59 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -10,11 +10,13 @@ KMACHINE_emenlow-noemgd  = "emenlow"
 KBRANCH_emenlow-noemgd  = "standard/emenlow"
 KERNEL_FEATURES_emenlow-noemgd_append = " features/drm-gma500/drm-gma600"
 
-SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}"
-SRCREV_emgd_pn-linux-yocto_emenlow ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_emenlow ?= "38909cd5415a3a6c237ab2e880c57e853b3b472f"
+SRCREV_meta_pn-linux-yocto_emenlow ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
+SRCREV_emgd_pn-linux-yocto_emenlow ?= "08f65e2611877f7339a0626ab1c7255a35787adb"
 
-SRCREV_machine_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_emenlow-noemgd ?= "38909cd5415a3a6c237ab2e880c57e853b3b472f"
+SRCREV_meta_pn-linux-yocto_emenlow-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd"
+
+LINUX_VERSION = "3.4.28"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
index 0d18043..6c27dcc 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -3,13 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
 #KBRANCH_fri2 = "standard/preempt-rt/fri2"
-SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "5a748ac8780f72a115c9d6eabe4043e208e7f54f"
+SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "e7f2fdc48f8808887175f0328274a2668084738c"
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd = "fri2"
 #KBRANCH_fri2-noemgd = "standard/preempt-rt/fri2"
-SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "5a748ac8780f72a115c9d6eabe4043e208e7f54f"
+SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "e7f2fdc48f8808887175f0328274a2668084738c"
 
 module_autoload_iwlwifi = "iwlwifi"
+
+LINUX_VERSION = "3.2.32"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 967f6cc..bd4786d 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -3,13 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
 KBRANCH_fri2 = "standard/preempt-rt/fri2"
-SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "2ee9df8d3205983a94321cad82befae4050f77b5"
+SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd = "fri2"
 KBRANCH_fri2-noemgd = "standard/preempt-rt/fri2"
-SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "2ee9df8d3205983a94321cad82befae4050f77b5"
+SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 module_autoload_iwlwifi = "iwlwifi"
+
+LINUX_VERSION = "3.4.28"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
index 46a45f9..a71ff90 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
@@ -4,11 +4,11 @@ COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
 KBRANCH_fri2 = "standard/tiny/base"
 #SRCREV_machine_pn-linux-yocto-tiny_fri2 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-tiny_fri2 ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-tiny_fri2 ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd = "fri2"
 KBRANCH_fri2-noemgd = "standard/tiny/base"
 #SRCREV_machine_pn-linux-yocto-tiny_fri2-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-tiny_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-tiny_fri2-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
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 f036ccc..cd90b8a 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_fri2 ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_fri2 ?= "5f802fa5b7452454ae221ca8a527918a30f6a914"
+SRCREV_meta_pn-linux-yocto_fri2 ?= "e7f2fdc48f8808887175f0328274a2668084738c"
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd  = "fri2"
 KBRANCH_fri2-noemgd = "standard/default/fri2"
-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "5f802fa5b7452454ae221ca8a527918a30f6a914"
+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "e7f2fdc48f8808887175f0328274a2668084738c"
 
 module_autoload_iwlwifi = "iwlwifi"
+
+LINUX_VERSION = "3.2.32"
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 e47bae3..05f4e8d 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2  = "fri2"
 KBRANCH_fri2 = "standard/fri2"
 KERNEL_FEATURES_fri2_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb"
-SRCREV_machine_pn-linux-yocto_fri2 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_fri2 ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_fri2 ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_fri2 ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd  = "fri2"
 KBRANCH_fri2-noemgd = "standard/fri2"
 KERNEL_FEATURES_fri2_append = " cfg/vesafb"
-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 module_autoload_iwlwifi = "iwlwifi"
+
+LINUX_VERSION = "3.4.28"
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 a232895..4e12708 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 KMACHINE_jasperforest  = "jasperforest"
 KBRANCH_jasperforest  = "standard/default/common-pc-64/jasperforest"
 
-SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_jasperforest ?= "2a98cc74757bd353c7d49a2d0c7b479aba81d58e"
+SRCREV_meta_pn-linux-yocto_jasperforest ?= "e7f2fdc48f8808887175f0328274a2668084738c"
+
+LINUX_VERSION = "3.2.32"
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 cee9bc0..a5bf68f 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_jasperforest ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_jasperforest ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
+
+LINUX_VERSION = "3.4.28"
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
index e600bf0..c0dc96a 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -6,7 +6,9 @@ KBRANCH_nuc  = "standard/common-pc-64/chiefriver"
 
 KERNEL_FEATURES_append_nuc = " features/amt/mei wifi"
 
-SRCREV_machine_pn-linux-yocto_nuc ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_nuc ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_nuc ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_nuc ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 module_autoload_iwlwifi_nuc = "iwlwifi"
+
+LINUX_VERSION = "3.4.28"
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 e0e3e0d..99e0387 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_romley ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_romley ?= "f80ca865245b0a269e732d42f1e6f64849505662"
+SRCREV_meta_pn-linux-yocto_romley ?= "e7f2fdc48f8808887175f0328274a2668084738c"
+
+LINUX_VERSION = "3.2.32"
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 935e575..c680305 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_sugarbay ?= "1c0a82537cef285d35a1bce112895f135b8272ae"
+SRCREV_meta_pn-linux-yocto_sugarbay ?= "e7f2fdc48f8808887175f0328274a2668084738c"
 
 KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6"
+
+LINUX_VERSION = "3.2.32"
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 4e0c288..ddbc167 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_sugarbay ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_sugarbay ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
+
+LINUX_VERSION = "3.4.28"
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
index fe61f15..7717815 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -8,5 +8,7 @@ KMACHINE_sys940x-noemgd = "sys940x"
 
 # Update the following to use a different BSP branch or meta SRCREV
 #KBRANCH_sys940x = "standard/preempt-rt/base"
-SRCREV_machine_pn-linux-yocto-rt_sys940x ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto-rt_sys940x ?= "d8f7347b67d909a999391c4b6f64447b0ccdc86a"
+SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "e7f2fdc48f8808887175f0328274a2668084738c"
+
+LINUX_VERSION = "3.2.32"
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 523bdc1..98a7e75 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 ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_sys940x ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_sys940x ?= "6970a8f4f7caa2633aa1ae0b51732b246eb581ef"
+SRCREV_meta_pn-linux-yocto_sys940x ?= "e7f2fdc48f8808887175f0328274a2668084738c"
 
 COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
 KMACHINE_sys940x-noemgd  = "sys940x"
 #KBRANCH_sys940x-noemgd = "standard/default/base"
-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "6970a8f4f7caa2633aa1ae0b51732b246eb581ef"
+SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "e7f2fdc48f8808887175f0328274a2668084738c"
+
+LINUX_VERSION = "3.2.32"
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 0df0c8a..541b0d8 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -12,11 +12,13 @@ KMACHINE_sys940x-noemgd  = "sys940x"
 KBRANCH_sys940x-noemgd  = "standard/base"
 KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb"
 
-SRCREV_machine_pn-linux-yocto_sys940x ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_sys940x ?= "${AUTOREV}"
-SRCREV_emgd_pn-linux-yocto_sys940x ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_sys940x ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_sys940x ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
+SRCREV_emgd_pn-linux-yocto_sys940x ?= "86643bdd8cbad616a161ab91f51108cf0da827bc"
 
-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
+SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
+SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
 
 SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd"
+
+LINUX_VERSION = "3.4.28"
-- 
1.7.11.4




More information about the meta-intel mailing list