[meta-intel] [PATCH 1/1] meta-intel: remove explicit kernel SRCREVs

tom.zanussi at intel.com tom.zanussi at intel.com
Mon Nov 12 07:10:06 PST 2012


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

To ease development on unreleased BSPs, let the kernel SRCREV float.
This avoids constantly having to update the SRCREVs manually, and
assures we won't get into a situation where LINUX_VERSION doesn't
match the version set by the kernel recipe.

We'll lock down the kernel SRCREVs and set the matching LINUX_VERSION
when we do releases, but in the meantime, we can use AUTOREV.

Note that individual BSPs are always free to override this maintain
their own SRCREVs if they want to.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend            | 10 +++++-----
 .../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         |  8 ++++----
 .../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-rt_3.2.bbappend   |  8 ++++----
 meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend   |  8 ++++----
 meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend |  8 ++++----
 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-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         |  4 ++--
 meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend   | 10 ++++------
 21 files changed, 66 insertions(+), 96 deletions(-)

diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
index f06936d..440cd77 100644
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -15,9 +15,9 @@ KMACHINE_cedartrail-nopvr  = "cedartrail"
 KBRANCH_cedartrail-nopvr  = "yocto/standard/cedartrail"
 KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc"
 
-SRCREV_machine_pn-linux-yocto_cedartrail ?= "1e79e03d115ed177882ab53909a4f3555e434833"
-SRCREV_meta_pn-linux-yocto_cedartrail ?= "bf5ee4945ee6d748e6abe16356f2357f76b5e2f0"
-SRCREV_pvr_pn-linux-yocto_cedartrail ?= "7828ab82533828b924dbfad5158e274a8bb04df3"
+SRCREV_machine_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
+SRCREV_pvr_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
 
-SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "1e79e03d115ed177882ab53909a4f3555e434833"
-SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
+SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "${AUTOREV}"
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 3b07968..ec08a15 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -6,7 +6,5 @@ KBRANCH_chiefriver  = "standard/default/common-pc-64/chiefriver"
 
 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"
+SRCREV_machine_pn-linux-yocto_chiefriver ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_chiefriver ?= "${AUTOREV}"
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 f023a54..9eca84e 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -6,7 +6,5 @@ KBRANCH_chiefriver  = "standard/common-pc-64/chiefriver"
 
 KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
 
-SRCREV_machine_pn-linux-yocto_chiefriver ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
-SRCREV_meta_pn-linux-yocto_chiefriver ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
-
-LINUX_VERSION = "3.4.11"
+SRCREV_machine_pn-linux-yocto_chiefriver ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_chiefriver ?= "${AUTOREV}"
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 6478c6b..7e31ac3 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -8,10 +8,8 @@ COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd  = "crownbay"
 KBRANCH_crownbay-noemgd  = "standard/default/crownbay"
 
-SRCREV_machine_pn-linux-yocto_crownbay ?= "f5a22aa0b14bb998d88ad4732f85b66c347631f8"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+SRCREV_machine_pn-linux-yocto_crownbay ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}"
 
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "f5a22aa0b14bb998d88ad4732f85b66c347631f8"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "486f7aec824b4127e91ef53228823e996b3696f0"
-
-LINUX_VERSION = "3.2.18"
+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}"
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 e8c90f9..cc46b62 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -8,15 +8,13 @@ COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd  = "crownbay"
 KBRANCH_crownbay-noemgd  = "standard/crownbay"
 
-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 ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}"
+SRCREV_emgd_pn-linux-yocto_crownbay ?= "${AUTOREV}"
 
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}"
 
 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-rt_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 1295b85..2e327d2 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,14 @@ 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 ?= "9032b1e9daf5b4396f939981c3be95f67802d18c"
-SRCREV_meta_pn-linux-yocto-rt_crystalforest-gladden ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
+SRCREV_machine_pn-linux-yocto-rt_crystalforest-gladden ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-rt_crystalforest-gladden ?= "${AUTOREV}"
 
 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 ?= "9032b1e9daf5b4396f939981c3be95f67802d18c"
-SRCREV_meta_pn-linux-yocto-rt_crystalforest-server ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac"
+SRCREV_machine_pn-linux-yocto-rt_crystalforest-server ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-rt_crystalforest-server ?= "${AUTOREV}"
 
 module_autoload_uio = "uio"
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 15ff21a..27bf8a0 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -4,16 +4,14 @@ 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 ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
-SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "${AUTOREV}"
 
 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 ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
-SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
-
-LINUX_VERSION = "3.4.11"
+SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "${AUTOREV}"
 
 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 41dfe9a..9752706 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -4,7 +4,5 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow  = "emenlow"
 KBRANCH_emenlow  = "standard/default/emenlow"
 
-SRCREV_machine_pn-linux-yocto_emenlow ?= "9432e99fb8ca08b0d713fc4001f0b4a11138d20e"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "486f7aec824b4127e91ef53228823e996b3696f0"
-
-LINUX_VERSION = "3.2.18"
+SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}"
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 7b2185f..90011c5 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -4,7 +4,5 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
 KMACHINE_emenlow  = "emenlow"
 KBRANCH_emenlow  = "standard/emenlow"
 
-SRCREV_machine_pn-linux-yocto_emenlow ?= "d8178545bc69adf262620fcfa40dd8f8ef64ba14"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
-
-LINUX_VERSION = "3.4.11"
+SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}"
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 08f8753..0d18043 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,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
 #KBRANCH_fri2 = "standard/preempt-rt/fri2"
-SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "99554fd7da2605828ceda01a113bf826ec5a8229"
-SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}"
 
 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 ?= "99554fd7da2605828ceda01a113bf826ec5a8229"
-SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
+SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}"
 
 module_autoload_iwlwifi = "iwlwifi"
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 2c0a8fb..967f6cc 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,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
 KBRANCH_fri2 = "standard/preempt-rt/fri2"
-SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "f867af8e39af7a47b79e05b6b4ccc6cde09579ee"
-SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}"
 
 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 ?= "f867af8e39af7a47b79e05b6b4ccc6cde09579ee"
-SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}"
 
 module_autoload_iwlwifi = "iwlwifi"
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 f9130ab..46a45f9 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
@@ -3,12 +3,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2 = "fri2"
 KBRANCH_fri2 = "standard/tiny/base"
-#SRCREV_machine_pn-linux-yocto-tiny_fri2 ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto-tiny_fri2 ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+#SRCREV_machine_pn-linux-yocto-tiny_fri2 ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-tiny_fri2 ?= "${AUTOREV}"
 
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd = "fri2"
 KBRANCH_fri2-noemgd = "standard/tiny/base"
-#SRCREV_machine_pn-linux-yocto-tiny_fri2-noemgd ?= "449f7f520350700858f21a5554b81cc8ad23267d"
-SRCREV_meta_pn-linux-yocto-tiny_fri2-noemgd ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+#SRCREV_machine_pn-linux-yocto-tiny_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-tiny_fri2-noemgd ?= "${AUTOREV}"
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 8459a35..f036ccc 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -3,15 +3,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2  = "fri2"
 KBRANCH_fri2 = "standard/default/fri2"
-SRCREV_machine_pn-linux-yocto_fri2 ?= "e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
-SRCREV_meta_pn-linux-yocto_fri2 ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+SRCREV_machine_pn-linux-yocto_fri2 ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_fri2 ?= "${AUTOREV}"
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd  = "fri2"
 KBRANCH_fri2-noemgd = "standard/default/fri2"
-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "486f7aec824b4127e91ef53228823e996b3696f0"
-
-LINUX_VERSION = "3.2.18"
+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}"
 
 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 dff9456..814d08e 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -3,15 +3,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_fri2 = "fri2"
 KMACHINE_fri2  = "fri2"
 KBRANCH_fri2 = "standard/fri2"
-SRCREV_machine_pn-linux-yocto_fri2 ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
-SRCREV_meta_pn-linux-yocto_fri2 ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
+SRCREV_machine_pn-linux-yocto_fri2 ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_fri2 ?= "${AUTOREV}"
 
 COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
 KMACHINE_fri2-noemgd  = "fri2"
 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"
+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}"
 
 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 537a90c..a232895 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -5,7 +5,5 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 KMACHINE_jasperforest  = "jasperforest"
 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"
+SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 255f12a..cee9bc0 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,7 +5,5 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
 KMACHINE_jasperforest  = "jasperforest"
 KBRANCH_jasperforest  = "standard/common-pc-64/jasperforest"
 
-SRCREV_machine_pn-linux-yocto_jasperforest ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
-SRCREV_meta_pn-linux-yocto_jasperforest ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
-
-LINUX_VERSION = "3.4.11"
+SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
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 c54505e..e0e3e0d 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -5,7 +5,5 @@ COMPATIBLE_MACHINE_romley = "romley"
 KMACHINE_romley  = "romley"
 KBRANCH_romley  = "standard/default/common-pc-64/romley"
 
-SRCREV_machine_pn-linux-yocto_romley ?= "34e3cd8b7a1d18594a63b7b299fce46e32a6c80c"
-SRCREV_meta_pn-linux-yocto_romley ?= "486f7aec824b4127e91ef53228823e996b3696f0"
-
-LINUX_VERSION = "3.2.18"
+SRCREV_machine_pn-linux-yocto_romley ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_romley ?= "${AUTOREV}"
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 fad7c06..935e575 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -5,9 +5,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 KMACHINE_sugarbay  = "sugarbay"
 KBRANCH_sugarbay  = "standard/default/common-pc-64/sugarbay"
 
-SRCREV_machine_pn-linux-yocto_sugarbay ?= "1b6466421bc314e7e07fe4dd48c5fc67cdc3fc40"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= "486f7aec824b4127e91ef53228823e996b3696f0"
-
-LINUX_VERSION = "3.2.18"
+SRCREV_machine_pn-linux-yocto_sugarbay ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_sugarbay ?= "${AUTOREV}"
 
 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 0a481e2..4e0c288 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,7 +5,5 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay"
 KMACHINE_sugarbay  = "sugarbay"
 KBRANCH_sugarbay  = "standard/common-pc-64/sugarbay"
 
-SRCREV_machine_pn-linux-yocto_sugarbay ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
-
-LINUX_VERSION = "3.4.11"
+SRCREV_machine_pn-linux-yocto_sugarbay ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_sugarbay ?= "${AUTOREV}"
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 da239fd..fe61f15 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,5 @@ 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 ?= "3ebf4d172cf4a41d2abf09e4036f0850e08064e7"
-SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "6b3d4e09aa2531e9649f3f03827b7efbccfcec03"
+SRCREV_machine_pn-linux-yocto-rt_sys940x ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "${AUTOREV}"
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 88f3bd8..523bdc1 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -4,13 +4,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_sys940x = "sys940x"
 KMACHINE_sys940x  = "sys940x"
 #KBRANCH_sys940x = "standard/default/base"
-SRCREV_machine_pn-linux-yocto_sys940x ?= "06882fc16a4e965872e7faacb91da1497efd9ac3"
-SRCREV_meta_pn-linux-yocto_sys940x ?= "486f7aec824b4127e91ef53228823e996b3696f0"
+SRCREV_machine_pn-linux-yocto_sys940x ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_sys940x ?= "${AUTOREV}"
 
 COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
 KMACHINE_sys940x-noemgd  = "sys940x"
 #KBRANCH_sys940x-noemgd = "standard/default/base"
-SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "06882fc16a4e965872e7faacb91da1497efd9ac3"
-SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "486f7aec824b4127e91ef53228823e996b3696f0"
-
-LINUX_VERSION = "3.2.18"
+SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
+SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
-- 
1.7.11.4




More information about the meta-intel mailing list