linux-yocto/4.4: update to 4.4.87 and fix CVE-2017-1000251

Includes stable updates from v4.4.77 to v4.4.87, and adds the fix to the
recently disclosed Bluetooth vulnerability.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
California Sullivan 2017-09-14 17:06:12 -07:00 committed by Saul Wold
parent a2ba685eb6
commit 3209a10da9
3 changed files with 15 additions and 15 deletions

View File

@ -1,8 +1,8 @@
FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
LINUX_VERSION_INTEL_COMMON = "4.4.76"
SRCREV_META_INTEL_COMMON ?= "fbb3579c4011befe15368fea05f600d37b3444ba"
SRCREV_MACHINE_INTEL_COMMON ?= "13993eff1a0979c35ab99530beb1533e3b12c852"
LINUX_VERSION_INTEL_COMMON = "4.4.87"
SRCREV_META_INTEL_COMMON ?= "804d2b3164ec25ed519fd695de9aa0908460c92e"
SRCREV_MACHINE_INTEL_COMMON ?= "d1ce34c9e66fe55382cc196fe7facbe7865c4eed"
KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"

View File

@ -4,17 +4,17 @@ EXTRA_OEMAKE = "LD=${STAGING_BINDIR_NATIVE}/${HOST_SYS}/${TARGET_PREFIX}ld AR=${
KERNEL_FEATURES_INTEL_COMMON ?= ""
LINUX_VERSION_i586-nlp-32-intel-common = "4.4.76"
LINUX_VERSION_core2-32-intel-common = "4.4.76"
LINUX_VERSION_corei7-64-intel-common = "4.4.76"
LINUX_VERSION_i586-nlp-32-intel-common = "4.4.87"
LINUX_VERSION_core2-32-intel-common = "4.4.87"
LINUX_VERSION_corei7-64-intel-common = "4.4.87"
SRCREV_meta_i586-nlp-32-intel-common = "fbb3579c4011befe15368fea05f600d37b3444ba"
SRCREV_meta_core2-32-intel-common = "fbb3579c4011befe15368fea05f600d37b3444ba"
SRCREV_meta_corei7-64-intel-common = "fbb3579c4011befe15368fea05f600d37b3444ba"
SRCREV_meta_i586-nlp-32-intel-common = "804d2b3164ec25ed519fd695de9aa0908460c92e"
SRCREV_meta_core2-32-intel-common = "804d2b3164ec25ed519fd695de9aa0908460c92e"
SRCREV_meta_corei7-64-intel-common = "804d2b3164ec25ed519fd695de9aa0908460c92e"
SRCREV_machine_i586-nlp-32-intel-common = "e9dc501067f713483b6a8ec2698f2218715bf0bc"
SRCREV_machine_core2-32-intel-common = "e9dc501067f713483b6a8ec2698f2218715bf0bc"
SRCREV_machine_corei7-64-intel-common = "e9dc501067f713483b6a8ec2698f2218715bf0bc"
SRCREV_machine_i586-nlp-32-intel-common = "85b913cc9d5e13602d69e50bd9cf1a6ef242f9ee"
SRCREV_machine_core2-32-intel-common = "85b913cc9d5e13602d69e50bd9cf1a6ef242f9ee"
SRCREV_machine_corei7-64-intel-common = "85b913cc9d5e13602d69e50bd9cf1a6ef242f9ee"
COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"

View File

@ -1,8 +1,8 @@
FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
LINUX_VERSION_INTEL_COMMON = "4.4.76"
SRCREV_META_INTEL_COMMON = "fbb3579c4011befe15368fea05f600d37b3444ba"
SRCREV_MACHINE_INTEL_COMMON = "fc192e7e520e39d26cdbb8c46288e71b15dae325"
LINUX_VERSION_INTEL_COMMON = "4.4.87"
SRCREV_META_INTEL_COMMON = "804d2b3164ec25ed519fd695de9aa0908460c92e"
SRCREV_MACHINE_INTEL_COMMON = "57746baa7ae35660fe807c65b6809e6b16d4a448"
KBRANCH_INTEL_COMMON = "standard/intel/base"