1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

linux-yocto/6.6: update to v6.6.138

Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:

    3b9f64db04968 Linux 6.6.138
    50ed1e7873100 xfrm: esp: avoid in-place decrypt on shared skb frags

(From OE-Core rev: c5695ca3eef548ac0a2ce9dd933b8c776707c6d8)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Bruce Ashfield
2026-06-10 12:50:05 -04:00
committed by Paul Barker
parent 72cf57fe51
commit cd5bd462a2
3 changed files with 20 additions and 20 deletions
@@ -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.137"
LINUX_VERSION ?= "6.6.138"
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 ?= "cd2288c19d6b729b3c7b2b620eb9c311116c72f1"
SRCREV_meta ?= "7d4cafa710da4e27a86cb015e50d91cf458af06f"
SRCREV_machine ?= "72c2c9b6014dd199bb70e07e19931b8691fa08e1"
SRCREV_meta ?= "0a6ad7549c97f8703f1f742f73ee65d29d121958"
PV = "${LINUX_VERSION}+git"