mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
linux-yocto/6.6: update to v6.6.110
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
e617101e5626 Linux 6.6.110
70e1e5fe9f7e ASoC: qcom: audioreach: fix potential null pointer dereference
f617d515d66c media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_ID
71da40648741 media: rc: fix races with imon_disconnect()
bb10a9ddc8d6 media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_remove
f03aa5e39da7 scsi: target: target_core_configfs: Add length check to avoid buffer overflow
e28d05370969 gcc-plugins: Remove TODO_verify_il for GCC >= 16
5d646a763232 crypto: sha256 - fix crash at kexec
(From OE-Core rev: 42854520a9476ce5ac210097a5f6ce18ecc66c80)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
c4fd9fd38f
commit
787bcb1b6f
@@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc
|
||||
# CVE exclusions
|
||||
include recipes-kernel/linux/cve-exclusion_6.6.inc
|
||||
|
||||
LINUX_VERSION ?= "6.6.109"
|
||||
LINUX_VERSION ?= "6.6.110"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
|
||||
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "b481c2fca6f1528d9bfe55daffb89d380e941335"
|
||||
SRCREV_meta ?= "aef3b17fc578bf09fc3b27e4eb45a7ce7a1b39d8"
|
||||
SRCREV_machine ?= "0381ada6e1fee2c488a718f82ed83f0435a950c2"
|
||||
SRCREV_meta ?= "46ee47b6ee7ce2b3cef51844d7a7e82c6c2daf5d"
|
||||
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user