summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/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-sys940x/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-sys940x/recipes-kernel')
-rw-r--r--meta-sys940x/recipes-kernel/linux/linux-yocto_3.2.bbappend10
1 files changed, 6 insertions, 4 deletions
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 7449b4bf..88f3bd8e 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}:"
4COMPATIBLE_MACHINE_sys940x = "sys940x" 4COMPATIBLE_MACHINE_sys940x = "sys940x"
5KMACHINE_sys940x = "sys940x" 5KMACHINE_sys940x = "sys940x"
6#KBRANCH_sys940x = "standard/default/base" 6#KBRANCH_sys940x = "standard/default/base"
7SRCREV_machine_pn-linux-yocto_sys940x ?= "7cc31a952f78b8f8e8469eed93c23e9675a8eeb5" 7SRCREV_machine_pn-linux-yocto_sys940x ?= "06882fc16a4e965872e7faacb91da1497efd9ac3"
8SRCREV_meta_pn-linux-yocto_sys940x ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" 8SRCREV_meta_pn-linux-yocto_sys940x ?= "486f7aec824b4127e91ef53228823e996b3696f0"
9 9
10COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" 10COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
11KMACHINE_sys940x-noemgd = "sys940x" 11KMACHINE_sys940x-noemgd = "sys940x"
12#KBRANCH_sys940x-noemgd = "standard/default/base" 12#KBRANCH_sys940x-noemgd = "standard/default/base"
13SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "7cc31a952f78b8f8e8469eed93c23e9675a8eeb5" 13SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "06882fc16a4e965872e7faacb91da1497efd9ac3"
14SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" 14SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "486f7aec824b4127e91ef53228823e996b3696f0"
15
16LINUX_VERSION = "3.2.18"