1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-21 05:27:01 +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
@@ -14,13 +14,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "da5f16c9d10d53af703c809e864c09df336edfb7"
SRCREV_meta ?= "7d4cafa710da4e27a86cb015e50d91cf458af06f"
SRCREV_machine ?= "9708fab99d7eb8962dda82d642c468a32b6682fa"
SRCREV_meta ?= "0a6ad7549c97f8703f1f742f73ee65d29d121958"
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.137"
LINUX_VERSION ?= "6.6.138"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"