mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +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
@@ -14,13 +14,13 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "3162ade8ac9717b63836229e42b2a9ab9f58201e"
|
||||
SRCREV_meta ?= "aef3b17fc578bf09fc3b27e4eb45a7ce7a1b39d8"
|
||||
SRCREV_machine ?= "07bc1b79b450a91fa9ed645a4c6c77332f6c7fd3"
|
||||
SRCREV_meta ?= "46ee47b6ee7ce2b3cef51844d7a7e82c6c2daf5d"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https"
|
||||
|
||||
LINUX_VERSION ?= "6.6.109"
|
||||
LINUX_VERSION ?= "6.6.110"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user