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-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 ++++-- meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'meta-sugarbay/recipes-kernel/linux') diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend index a733ddcb..fad7c06b 100644 --- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -5,7 +5,9 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay" KMACHINE_sugarbay = "sugarbay" KBRANCH_sugarbay = "standard/default/common-pc-64/sugarbay" -SRCREV_machine_pn-linux-yocto_sugarbay ?= "172df847dda93cb52af0c694200613a1c363c9a3" -SRCREV_meta_pn-linux-yocto_sugarbay ?= "5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b" +SRCREV_machine_pn-linux-yocto_sugarbay ?= "1b6466421bc314e7e07fe4dd48c5fc67cdc3fc40" +SRCREV_meta_pn-linux-yocto_sugarbay ?= "486f7aec824b4127e91ef53228823e996b3696f0" + +LINUX_VERSION = "3.2.18" KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6" diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend index 9224b63c..0a481e29 100644 --- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_sugarbay = "sugarbay" KMACHINE_sugarbay = "sugarbay" KBRANCH_sugarbay = "standard/common-pc-64/sugarbay" -SRCREV_machine_pn-linux-yocto_sugarbay ?= "449f7f520350700858f21a5554b81cc8ad23267d" -SRCREV_meta_pn-linux-yocto_sugarbay ?= "9e3bdb7344054264b750e53fbbb6394cc1c942ac" +SRCREV_machine_pn-linux-yocto_sugarbay ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" +SRCREV_meta_pn-linux-yocto_sugarbay ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f" + +LINUX_VERSION = "3.4.11" -- cgit v1.2.3-54-g00ecf