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-romley | |
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-romley')
-rw-r--r-- | meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 |
1 files changed, 4 insertions, 2 deletions
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 1cba38f..c54505e 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" | |||
5 | KMACHINE_romley = "romley" | 5 | KMACHINE_romley = "romley" |
6 | KBRANCH_romley = "standard/default/common-pc-64/romley" | 6 | KBRANCH_romley = "standard/default/common-pc-64/romley" |
7 | 7 | ||
8 | SRCREV_machine_pn-linux-yocto_romley ?= "7d26ac083cb255888536b42b622b97fb438753ad" | 8 | SRCREV_machine_pn-linux-yocto_romley ?= "34e3cd8b7a1d18594a63b7b299fce46e32a6c80c" |
9 | SRCREV_meta_pn-linux-yocto_romley ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" | 9 | SRCREV_meta_pn-linux-yocto_romley ?= "486f7aec824b4127e91ef53228823e996b3696f0" |
10 | |||
11 | LINUX_VERSION = "3.2.18" | ||