From 3898886e634523bc1bfbfae9f942959f6badfdb0 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 29 Oct 2012 17:29:16 -0500 Subject: 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 --- meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend') 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" KMACHINE_emenlow = "emenlow" KBRANCH_emenlow = "standard/default/emenlow" -SRCREV_machine_pn-linux-yocto_emenlow ?= "33fea086cb668a39765dfc7a01fd715f3ef8f6b8" -SRCREV_meta_pn-linux-yocto_emenlow ?= "5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b" +SRCREV_machine_pn-linux-yocto_emenlow ?= "9432e99fb8ca08b0d713fc4001f0b4a11138d20e" +SRCREV_meta_pn-linux-yocto_emenlow ?= "486f7aec824b4127e91ef53228823e996b3696f0" + +LINUX_VERSION = "3.2.18" -- cgit v1.2.3-54-g00ecf