summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-10-29 17:29:16 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-10-29 18:04:05 -0500
commit3898886e634523bc1bfbfae9f942959f6badfdb0 (patch)
tree2567d14d254ba16c45c53ad8b2179f6e52d65a00 /meta-emenlow/recipes-kernel
parent20c289289ef1fa84bbef323c77d2c39e9e8a9882 (diff)
downloadmeta-intel-3898886e634523bc1bfbfae9f942959f6badfdb0.tar.gz
meta-intel: update kernel SRCREVs and pin LINUX_VERSION
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>
Diffstat (limited to 'meta-emenlow/recipes-kernel')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend6
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend6
2 files changed, 8 insertions, 4 deletions
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 3e8aa9be..41dfe9af 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"
4KMACHINE_emenlow = "emenlow" 4KMACHINE_emenlow = "emenlow"
5KBRANCH_emenlow = "standard/default/emenlow" 5KBRANCH_emenlow = "standard/default/emenlow"
6 6
7SRCREV_machine_pn-linux-yocto_emenlow ?= "33fea086cb668a39765dfc7a01fd715f3ef8f6b8" 7SRCREV_machine_pn-linux-yocto_emenlow ?= "9432e99fb8ca08b0d713fc4001f0b4a11138d20e"
8SRCREV_meta_pn-linux-yocto_emenlow ?= "5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b" 8SRCREV_meta_pn-linux-yocto_emenlow ?= "486f7aec824b4127e91ef53228823e996b3696f0"
9
10LINUX_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 4fac4784..7b2185fa 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"
4KMACHINE_emenlow = "emenlow" 4KMACHINE_emenlow = "emenlow"
5KBRANCH_emenlow = "standard/emenlow" 5KBRANCH_emenlow = "standard/emenlow"
6 6
7SRCREV_machine_pn-linux-yocto_emenlow ?= "ace4e2276ac0592e3602b9b6a95348e56e7cf246" 7SRCREV_machine_pn-linux-yocto_emenlow ?= "d8178545bc69adf262620fcfa40dd8f8ef64ba14"
8SRCREV_meta_pn-linux-yocto_emenlow ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac" 8SRCREV_meta_pn-linux-yocto_emenlow ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
9
10LINUX_VERSION = "3.4.11"