diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-29 22:29:16 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-29 23:04:05 (GMT) |
commit | 3898886e634523bc1bfbfae9f942959f6badfdb0 (patch) | |
tree | 2567d14d254ba16c45c53ad8b2179f6e52d65a00 /meta-jasperforest | |
parent | 20c289289ef1fa84bbef323c77d2c39e9e8a9882 (diff) | |
download | meta-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-jasperforest')
-rw-r--r-- | meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 | ||||
-rw-r--r-- | meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend | 6 |
2 files changed, 6 insertions, 2 deletions
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" | |||
7 | 7 | ||
8 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79" | 8 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79" |
9 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "486f7aec824b4127e91ef53228823e996b3696f0" | 9 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "486f7aec824b4127e91ef53228823e996b3696f0" |
10 | |||
11 | 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" | |||
5 | KMACHINE_jasperforest = "jasperforest" | 5 | KMACHINE_jasperforest = "jasperforest" |
6 | KBRANCH_jasperforest = "standard/common-pc-64/jasperforest" | 6 | KBRANCH_jasperforest = "standard/common-pc-64/jasperforest" |
7 | 7 | ||
8 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "449f7f520350700858f21a5554b81cc8ad23267d" | 8 | SRCREV_machine_pn-linux-yocto_jasperforest ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" |
9 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac" | 9 | SRCREV_meta_pn-linux-yocto_jasperforest ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f" |
10 | |||
11 | LINUX_VERSION = "3.4.11" | ||