summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-11-17 10:24:29 -0500
committerAnuj Mittal <anuj.mittal@intel.com>2020-11-19 09:45:56 +0800
commitc80d6d89e90b119e8fa1b434c35c46448bb2934c (patch)
tree4e459f31e5f98116055ebced3e37f363a7dc9e5e /meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
parentd7fe2a96ae30eecdfddd5a46c3fb088e633afc5b (diff)
downloadopenembedded-core-contrib-c80d6d89e90b119e8fa1b434c35c46448bb2934c.tar.gz
linux-yocto/5.8: update to v5.8.16
Updating linux-yocto/5.8 to the latest korg -stable release that comprises the following commits: c5464f4be19b Linux 5.8.16 4cadc0dd5ce2 reiserfs: Fix oops during mount 492f415bb105 reiserfs: Initialize inode keys properly 27319196d104 USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters 56eff3982215 USB: serial: pl2303: add device-id for HP GC device e95645fd1e28 staging: comedi: check validity of wMaxPacketSize of usb endpoints found 75ea7049c9c6 USB: serial: option: Add Telit FT980-KS composition a7f0e37b29f4 USB: serial: option: add Cellient MPL200 card d6efa7525a59 media: usbtv: Fix refcounting mixup 1b7150e1c95e Bluetooth: Disconnect if E0 is used for Level 4 9e473bae14f3 Bluetooth: MGMT: Fix not checking if BT_HS is enabled ffddc73458e8 Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel a350bfd9a93f Bluetooth: A2MP: Fix not initializing all members 8fae48c4bf67 crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA c4ab0a2944b8 crypto: bcm - Verify GCM/CCM key length in setkey Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 869f4a5edf70a88301646356c8d3faa55996e5a9) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
index bee0cebcfa..69c292f275 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "5.8.15"
+LINUX_VERSION ?= "5.8.16"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "29bb8494265c9b2b4c6263cd182d9698803bca70"
-SRCREV_machine ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7"
-SRCREV_meta ?= "fcb4c6f2fdb1a67e4995e0282b3424ce02515f71"
+SRCREV_machine_qemuarm ?= "be316733dd181e972379b0c3b69e930c7e3637c5"
+SRCREV_machine ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43"
+SRCREV_meta ?= "7b9ba93dfc39efa90056eed0b572e86909127aaa"
PV = "${LINUX_VERSION}+git${SRCPV}"