diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-17 10:24:29 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-18 13:59:27 +0000 |
commit | c6f07eac487c12ebd7cf5d3ee64f6c96aea95167 (patch) | |
tree | ab40b9641c70354bd2b6bf87b317a3428ad6fd2f | |
parent | d8eef04c50e2db30417c1ee98e5b48bdc35456d1 (diff) | |
download | poky-c6f07eac487c12ebd7cf5d3ee64f6c96aea95167.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
(From OE-Core rev: 869f4a5edf70a88301646356c8d3faa55996e5a9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.8.bb | 22 |
3 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb index ad93121661..6dd8df6c3b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | |||
@@ -11,13 +11,13 @@ python () { | |||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7" | 14 | SRCREV_machine ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43" |
15 | SRCREV_meta ?= "fcb4c6f2fdb1a67e4995e0282b3424ce02515f71" | 15 | SRCREV_meta ?= "7b9ba93dfc39efa90056eed0b572e86909127aaa" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "5.8.15" | 20 | LINUX_VERSION ?= "5.8.16" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
23 | 23 | ||
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" | |||
6 | 6 | ||
7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
8 | 8 | ||
9 | LINUX_VERSION ?= "5.8.15" | 9 | LINUX_VERSION ?= "5.8.16" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
11 | 11 | ||
12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "29bb8494265c9b2b4c6263cd182d9698803bca70" | 18 | SRCREV_machine_qemuarm ?= "be316733dd181e972379b0c3b69e930c7e3637c5" |
19 | SRCREV_machine ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7" | 19 | SRCREV_machine ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43" |
20 | SRCREV_meta ?= "fcb4c6f2fdb1a67e4995e0282b3424ce02515f71" | 20 | SRCREV_meta ?= "7b9ba93dfc39efa90056eed0b572e86909127aaa" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.8.bb b/meta/recipes-kernel/linux/linux-yocto_5.8.bb index b70319d8d6..8b70ee9283 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.8.bb | |||
@@ -12,16 +12,16 @@ KBRANCH_qemux86 ?= "v5.8/standard/base" | |||
12 | KBRANCH_qemux86-64 ?= "v5.8/standard/base" | 12 | KBRANCH_qemux86-64 ?= "v5.8/standard/base" |
13 | KBRANCH_qemumips64 ?= "v5.8/standard/mti-malta64" | 13 | KBRANCH_qemumips64 ?= "v5.8/standard/mti-malta64" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "3a57eada4ccbc6c770cf1352b60e74b845f01ee8" | 15 | SRCREV_machine_qemuarm ?= "483273f898cbdd3fa344f1d2f67ac52c991f1cb0" |
16 | SRCREV_machine_qemuarm64 ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7" | 16 | SRCREV_machine_qemuarm64 ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43" |
17 | SRCREV_machine_qemumips ?= "c2b7ecc61b0e3dbe394eabc90f7ac681a5a7bfaa" | 17 | SRCREV_machine_qemumips ?= "a87cd0744b74ada1d5f83cccae63c06d5a6e3eec" |
18 | SRCREV_machine_qemuppc ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7" | 18 | SRCREV_machine_qemuppc ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43" |
19 | SRCREV_machine_qemuriscv64 ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7" | 19 | SRCREV_machine_qemuriscv64 ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43" |
20 | SRCREV_machine_qemux86 ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7" | 20 | SRCREV_machine_qemux86 ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43" |
21 | SRCREV_machine_qemux86-64 ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7" | 21 | SRCREV_machine_qemux86-64 ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43" |
22 | SRCREV_machine_qemumips64 ?= "71dc25ebfb9b5860d2d2340a5372958c707a831a" | 22 | SRCREV_machine_qemumips64 ?= "8cbec349bbcf94a5b37f44a43168db0bbec20af1" |
23 | SRCREV_machine ?= "c6df484eedc229ed894702fd3cef10c936ffc5f7" | 23 | SRCREV_machine ?= "4e5f265cee903c1fe0f558656b23ca5dcaf92b43" |
24 | SRCREV_meta ?= "fcb4c6f2fdb1a67e4995e0282b3424ce02515f71" | 24 | SRCREV_meta ?= "7b9ba93dfc39efa90056eed0b572e86909127aaa" |
25 | 25 | ||
26 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 26 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
27 | # KMACHINE_qemuarm ?= "qemuarma15" | 27 | # KMACHINE_qemuarm ?= "qemuarma15" |
@@ -30,7 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}" | 30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}" |
31 | 31 | ||
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
33 | LINUX_VERSION ?= "5.8.15" | 33 | LINUX_VERSION ?= "5.8.16" |
34 | 34 | ||
35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
36 | DEPENDS += "openssl-native util-linux-native" | 36 | DEPENDS += "openssl-native util-linux-native" |