From 8c15de8dbaa1414ffd0f69bea7227e7285816f85 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 9 Mar 2016 20:38:30 -0800 Subject: linux-yocto/4.1: Update to Linux 4.1.18 This SRCREV update also includes the fix to CVE-2016-0728. An intermittent graphics bug that appears to be harmless besides spamming dmesg has been observed on this release, but it is very rare and no method to reproduce or patch to fix it has been found. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'common/recipes-kernel/linux/linux-yocto_4.1.bbappend') diff --git a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend index c8d24934..b9736b3d 100644 --- a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend @@ -2,29 +2,29 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" -LINUX_VERSION_core2-32-intel-common = "4.1.8" +LINUX_VERSION_core2-32-intel-common = "4.1.18" COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" KMACHINE_core2-32-intel-common = "intel-core2-32" KBRANCH_core2-32-intel-common = "standard/base" -SRCREV_meta_core2-32-intel-common ?= "cf9ab7112dd8b7fe02739a76e24ba32e87b91306" -SRCREV_machine_core2-32-intel-common ?= "dbe692d91c8e55d1430f2c45fd578c8e4e71e482" +SRCREV_meta_core2-32-intel-common ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_core2-32-intel-common ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124" KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -LINUX_VERSION_corei7-64-intel-common = "4.1.8" +LINUX_VERSION_corei7-64-intel-common = "4.1.18" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" KMACHINE_corei7-64-intel-common = "intel-corei7-64" KBRANCH_corei7-64-intel-common = "standard/base" -SRCREV_meta_corei7-64-intel-common ?= "cf9ab7112dd8b7fe02739a76e24ba32e87b91306" -SRCREV_machine_corei7-64-intel-common ?= "dbe692d91c8e55d1430f2c45fd578c8e4e71e482" +SRCREV_meta_corei7-64-intel-common ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_corei7-64-intel-common ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" # Quark / X1000 BSP Info -LINUX_VERSION_i586-nlp-32-intel-common = "4.1.8" +LINUX_VERSION_i586-nlp-32-intel-common = "4.1.18" COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" KMACHINE_i586-nlp-32-intel-common = "intel-quark" KBRANCH_i586-nlp-32-intel-common = "standard/base" -SRCREV_meta_i586-nlp-32-intel-common ?= "cf9ab7112dd8b7fe02739a76e24ba32e87b91306" -SRCREV_machine_i586-nlp-32-intel-common ?= "dbe692d91c8e55d1430f2c45fd578c8e4e71e482" +SRCREV_meta_i586-nlp-32-intel-common ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_i586-nlp-32-intel-common ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124" KERNEL_FEATURES_append_i586-nlp-32-intel-common = "" -- cgit v1.2.3-54-g00ecf