From 5c84eb2eb9e210696c0e3d911672fad026fb79e8 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Wed, 27 Feb 2019 10:32:41 +0800 Subject: linux-intel/4.14: update to v4.14.87 Stable Linux tag v4.14.87 : (56 commits) Linux 4.14.87 tipc: use destination length for copy string net: qed: use correct strncpy() size mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo thermal/drivers/hisi: Remove costly sensor inspection thermal/drivers/hisi: Fix configuration register setting thermal/drivers/hisi: Encapsulate register writes into helpers thermal/drivers/hisi: Remove pointless lock thermal/drivers/hisi: Remove the multiple sensors support mm: cleancache: fix corruption on missed inode invalidation reset: remove remaining WARN_ON() in reset: make device_reset_optional() really optional udf: Allow mounting volumes with incorrect identification strings arc: [devboards] Add support of NFSv3 ACL ARC: change defconfig defaults to ARCv2 btrfs: Always try all copies when reading extent buffers btrfs: tree-checker: Don't check max block group size as current max chunk size limit is unreliable Input: elan_i2c - add support for ELAN0621 touchpad Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARR Input: elan_i2c - add ELAN0620 to the ACPI table ... Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel.inc | 1 - recipes-kernel/linux/linux-intel_4.14.bb | 8 +++++--- recipes-kernel/linux/linux-intel_4.9.bb | 4 ++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc index 2525c70d..f2ba0d13 100644 --- a/recipes-kernel/linux/linux-intel.inc +++ b/recipes-kernel/linux/linux-intel.inc @@ -7,7 +7,6 @@ KERNEL_CONFIG_URI ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;n SRC_URI = " \ git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ - file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ ${KERNEL_CONFIG_URI} \ " diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index d9d13d55..e0ecf1c4 100644 --- a/recipes-kernel/linux/linux-intel_4.14.bb +++ b/recipes-kernel/linux/linux-intel_4.14.bb @@ -4,12 +4,14 @@ KBRANCH = "4.14/base" KMETA_BRANCH = "yocto-4.14" # Fix for 32-bit perf issue. Remove when patch is backported to 4.14. -SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch" +SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch \ + file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ + " DEPENDS += "elfutils-native openssl-native util-linux-native" -LINUX_VERSION ?= "4.14.78" -SRCREV_machine ?= "56f15146cf0573a64a02f6d0ed2f002d4e1037d5" +LINUX_VERSION ?= "4.14.87" +SRCREV_machine ?= "2a9c1c646fe78a5e784ad7af0e43762c37b7015e" SRCREV_meta ?= "6a3254e7b370cbb86c1f73379dcf38885c1c69e0" # For Crystalforest and Romley diff --git a/recipes-kernel/linux/linux-intel_4.9.bb b/recipes-kernel/linux/linux-intel_4.9.bb index e2f1eaad..30db4d34 100644 --- a/recipes-kernel/linux/linux-intel_4.9.bb +++ b/recipes-kernel/linux/linux-intel_4.9.bb @@ -4,6 +4,10 @@ require linux-intel.inc KBRANCH = "4.9/yocto/base" KMETA_BRANCH = "yocto-4.9" +SRC_URI_append = " \ + file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ + " + LINUX_VERSION ?= "4.9.134" SRCREV_machine ?= "33c9f20d1f40e87af4ccaf55c0fabb89b068d6ab" SRCREV_meta ?= "f9e90afd4e47920e990dacb73cd6508917ca5422" -- cgit v1.2.3-54-g00ecf